File: control

package info (click to toggle)
easygen 5.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 848 kB
  • sloc: sh: 14; makefile: 13
file content (55 lines) | stat: -rw-r--r-- 2,212 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Source: easygen
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tong Sun <suntong001@users.sourceforge.net>
Build-Depends: debhelper-compat (= 13),
               ronn (>= 0.8.0-2~),
               dh-golang,
               golang-any,
               golang-github-danverbraganza-varcaser-dev,
               golang-gopkg-yaml.v3-dev
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/go-easygen/easygen
Vcs-Browser: https://salsa.debian.org/go-team/packages/easygen
Vcs-Git: https://salsa.debian.org/go-team/packages/easygen.git
XS-Go-Import-Path: github.com/go-easygen/easygen
Testsuite: autopkgtest-pkg-go

Package: easygen
Architecture: any
Multi-Arch: foreign
Built-Using: ${misc:Built-Using}
Depends: ${misc:Depends},
#        ${shlibs:Depends}
Description: 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.

Package: golang-github-go-easygen-easygen-dev
Architecture: all
Depends: golang-github-danverbraganza-varcaser-dev,
         golang-gopkg-yaml.v3-dev,
         ${misc:Depends},
         ${shlibs:Depends},
Multi-Arch: foreign
Description: 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.