golang-github-yosssi-ace 0.0.4+git20150515.41.78e48a2-3 source package in Ubuntu

Changelog

golang-github-yosssi-ace (0.0.4+git20150515.41.78e48a2-3) unstable; urgency=medium

  * Fix typo in debian/control.  (Thanks to Chris Bannister)
  * Build-Depends on "golang-go | gccgo (>= 4:5~)" to allow building
    on architectures where golang-go is not available.
  * Add Lintian overrides for statically-linked-binary
  * Rename "MIT" to "Expat" in debian/copyright.

 -- Anthony Fok <email address hidden>  Wed, 23 Sep 2015 16:29: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

Downloads

File Size SHA-256 Checksum
golang-github-yosssi-ace_0.0.4+git20150515.41.78e48a2-3.dsc 2.3 KiB 477742c11d36e1553ecc8d4b54d0b23f530106832e1daa2b6db0eb630252ef95
golang-github-yosssi-ace_0.0.4+git20150515.41.78e48a2.orig.tar.xz 17.9 KiB 6ef693e072f066cbf8bc70318fd6f5e810127a1d191244dcadb7ca9cebf97762
golang-github-yosssi-ace_0.0.4+git20150515.41.78e48a2-3.debian.tar.xz 3.1 KiB e714fd101a2b6c4458b6ee3a6fa5d7f6d1e385a9e356f9e9c5bc1eb61351fefb

No changes file available.

Binary packages built by this source

ace: HTML template engine for Go (command-line tool)

 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 /usr/bin/ace command-line tool and example files.

ace-dbgsym: debug symbols for package ace

 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 /usr/bin/ace command-line tool and example files.

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

 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