easygen 5.3.0-1 source package in Ubuntu

Changelog

easygen (5.3.0-1) unstable; urgency=medium

  * Team Upload.
  [ Debian Janitor ]
  * [8b62da3] Apply multi-arch hints.
    + golang-github-go-easygen-easygen-dev: Add Multi-Arch: foreign.
  * [a022818] Update lintian override info format in
    d/easygen.lintian-overrides on line 2.
  * [c37795c] Update renamed lintian tag names in lintian overrides.

  [ Nilesh Patra ]
  * [fa8a9e4] New upstream version 5.3.0
  * [cbf7be2] Mark easygen M-A foreign
    (Thanks to Helmut Grohne) (Closes: #960546)
  * [a1a7260] Bump Standards-Version to 4.7.0 (no changes needed)

 -- Nilesh Patra <email address hidden>  Sun, 07 Jul 2024 18:36:55 +0530

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
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
easygen_5.3.0-1.dsc 1.6 KiB c0066570fb09bc6da4bba77cbb4e97c5ab2b292e52debf594a8a4488ae026f20
easygen_5.3.0.orig.tar.gz 79.5 KiB f361049fd9f79932f709dd979d7532e6718a97dc58725940e79b15ba0b2ddd91
easygen_5.3.0-1.debian.tar.xz 3.8 KiB 03f72eb42c10a1fb2c3672566540c5cf2a48e723d8c4ad0893a6ad2e65249a97

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.