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

Changelog

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

  * Build using gccgo on architectures without golang-go
  * Allow package to be installed with gccgo where golang-go is unavailable
  * Update debian/copyright

 -- Anthony Fok <email address hidden>  Fri, 15 Jan 2016 02:28:26 -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
Xenial release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-yosssi-ace_0.0.4+git20151129.47.899eede-2.dsc 2.4 KiB 8945fd61e2992e8beeeb9d1df0d2d76293fc979fe7998392e51fab754363a02b
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-2.debian.tar.xz 3.3 KiB df1c35407427ac77a4f50b0893a52bf59205b43420ea6fb8057404c429d99c1f

No changes file available.

Binary packages built by this source

ace: No summary available for ace in ubuntu yakkety.

No description available for ace in ubuntu yakkety.

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