golang-github-yosssi-ace 0.0.5-3 source package in Ubuntu

Changelog

golang-github-yosssi-ace (0.0.5-3) unstable; urgency=medium

  [ Alexandre Viau ]
  * Point Vcs-* urls to salsa.debian.org.

  [ Anthony Fok ]
  * Apply "cme fix dpkg" to debian/control,
    bumping Standards-Version to 4.1.3,
    setting Priority to optional,
    adding "Testsuite: autopkgtest-pkg-go", etc.
  * Remove redundant priority field in debian/control.

 -- Anthony Fok <email address hidden>  Tue, 03 Apr 2018 15:07:52 -0600

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-yosssi-ace_0.0.5-3.dsc 2.2 KiB 05943e5113c0f3a36e05bcd212eca038b86e18d532c6c08b03df3bf1131a4485
golang-github-yosssi-ace_0.0.5.orig.tar.gz 22.7 KiB e19cc49b9738d8498926b97e5bff41f59a84416e389b6ecda9d9266d4ac81a2e
golang-github-yosssi-ace_0.0.5-3.debian.tar.xz 4.1 KiB a9e1bec51fcf7c1dcd80105d793287b8626af1595d323f700552a05d5d87b561

Available diffs

No changes file available.

Binary packages built by this source

ace: No summary available for ace in ubuntu disco.

No description available for ace in ubuntu disco.

golang-github-yosssi-ace-dev: HTML template engine for Go (library package)

 Ace is an HTML template engine for Go. This is inspired by
 Slim (http://slim-lang.com/) and Jade (http://jade-lang.com/).
 This is a refinement of Gold (http://gold.yoss.si/).
 .
 Example:
 .
   = doctype html
   html lang=en
   head
     title Hello Ace
     = css
       h1 { color: blue; }
   body
     h1 {{.Msg}}
     #container.wrapper
       p..
         Ace is an HTML template engine for Go.
         This engine simplifies HTML coding in Go web application development.
     = javascript
       console.log('Welcome to Ace');
 .
 This package provides the Ace library for the Go Programming Language