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

Changelog

golang-github-yosssi-ace (0.0.5-3.1build1) hirsute; urgency=medium

  * No change rebuild with fixed ownership.

 -- Dimitri John Ledkov <email address hidden>  Wed, 17 Feb 2021 23:14:35 +0000

Upload details

Uploaded by:
Dimitri John Ledkov
Uploaded to:
Hirsute
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc
Jammy 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.1build1.debian.tar.xz 4.2 KiB 57eaeb2835b6cc66a756c13b462168b942dd953b5f33a5652d249b10df9eb70b
golang-github-yosssi-ace_0.0.5-3.1build1.dsc 2.3 KiB 5c321602f934bda4735591ab4efc4deaab1cf6a72e50767a98f8e8a722e358d8

View changes file

Binary packages built by this source

ace: No summary available for ace in ubuntu kinetic.

No description available for ace in ubuntu kinetic.

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