golang-github-yosssi-ace 0.0.4+git20151129.47.899eede-1 source package in Ubuntu

Changelog

golang-github-yosssi-ace (0.0.4+git20151129.47.899eede-1) unstable; urgency=medium

  * New upstream snapshot

 -- Anthony Fok <email address hidden>  Thu, 17 Dec 2015 04:15:42 -0700

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+git20151129.47.899eede-1.dsc 2.3 KiB 7cfbdc2f60900b4d94741b848980ad4b66e0a1e2114cc545870987280ea8ac33
golang-github-yosssi-ace_0.0.4+git20151129.47.899eede.orig.tar.xz 18.4 KiB 32180ac8d7593f7b92b44b238abab10540963b54619b375b3d37eeea2fc1369d
golang-github-yosssi-ace_0.0.4+git20151129.47.899eede-1.debian.tar.xz 3.2 KiB 27e61e19437662b5f0fc08908a86c68e583093773423a1135a42c312c4c923ff

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