golang-github-yosssi-ace 0.0.5-3.1build2 source package in Ubuntu

Changelog

golang-github-yosssi-ace (0.0.5-3.1build2) mantic; urgency=medium

  * No-change rebuild with Go 1.21.

 -- Michael Hudson-Doyle <email address hidden>  Thu, 24 Aug 2023 17:15:58 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-yosssi-ace_0.0.5.orig.tar.gz 22.7 KiB e19cc49b9738d8498926b97e5bff41f59a84416e389b6ecda9d9266d4ac81a2e
golang-github-yosssi-ace_0.0.5-3.1build2.debian.tar.xz 4.3 KiB facf66b37676955cc409b632d631f06f723b24f2ce2a236c428cf217b9eb8d9e
golang-github-yosssi-ace_0.0.5-3.1build2.dsc 2.3 KiB 4e2b15bf459ea52dedbbf0d77e048eedeeede3c084a76cfe6da9d935c9ef6fa5

Available diffs

View changes file

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.

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