easygen 5.1.9-1 source package in Ubuntu

Changelog

easygen (5.1.9-1) unstable; urgency=medium

  * New upstream version 5.1.9
    - version v5.1.9, add sprintf alias
    - version v5.1.8
      * allow the Go flag template to have shorthand options
      * break up the Go flag template init() function
      * allow easygen to read from stdin
    - version v5.1.7, fix from anthonyfok/fix-typo
    - version v5.1.6, replace USAGE_SUMMARY with go style name
    - version v5.1.5, commandlineFlag now deal with bool variables
    - version v5.1.1, added Execute0(), execute the Template w/o template file
    - version v5.0.1, Change all internal template functions to external
  * Update lintian-overrides to override statically-linked-binary
  * fix "source: older-debian-watch-file-standard" problem
  * fix "source: out-of-date-standards-version" problem
  * fix upstream-metadata-file-is-missing with DEP-12 upstream metadata
  * fix "source: update-debian-copyright" problem
  * fix "package-uses-old-debhelper-compat-version" problem

 -- Tong Sun <email address hidden>  Mon, 03 Jan 2022 21:35:15 +0000

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
easygen_5.1.9-1.dsc 2.2 KiB 7dbffe952939474e9f7abde1089bfdb82298aeacaaf7cc52b71ebe6eb70f94ee
easygen_5.1.9.orig.tar.gz 65.7 KiB e11a051493d74ff38a9542273fb264a4c036960891d975f2a8ec66a5905031c0
easygen_5.1.9-1.debian.tar.xz 3.4 KiB 674d048a014c9c0310a6136d6dc510d271d5d2996d51386fdead6e4610125b02

No changes file available.

Binary packages built by this source

easygen: Easy to use universal code/text generator

 Command easygen is an easy to use universal code/text generator.
 .
 It can be used as a text, html or a code generator for arbitrary purposes with
 arbitrary data and templates. It can be used as a GSL replacement, as it
 .
  - is more easy to define driving data, in form of YML instead of XML
  - has more powerful template engine that based on Go template.
    You can even write your own function in Go to customize your template.
 .
 You can even use easygen as a generic Go template testing tool.

golang-github-go-easygen-easygen-dev: Easy to use universal code/text generator -- source

 Command easygen is an easy to use universal code/text generator.
 .
 It can be used as a text, html or a code generator for arbitrary purposes with
 arbitrary data and templates. It can be used as a GSL replacement, as it
 .
  - is more easy to define driving data, in form of YML instead of XML
  - has more powerful template engine that based on Go template.
    You can even write your own function in Go to customize your template.
 .
 This package provides the source code to be used as a library.