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
|
Source: golang-github-benbjohnson-tmpl
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>
Build-Depends: debhelper (>= 9),
dh-golang,
golang-go
Standards-Version: 3.9.7
Homepage: https://github.com/benbjohnson/tmpl
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-benbjohnson-tmpl.git
Vcs-Git: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-benbjohnson-tmpl.git
XS-Go-Import-Path: github.com/benbjohnson/tmpl
Package: golang-github-benbjohnson-tmpl-dev
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
golang-go
Description: Command line interface to Go's text/template library - dev package
This program is a command line interface to Go's text/template
library. It can be used by passing in a set of JSON-encoded data and a
list of template paths ending in a .tmpl extension. The templates are
processed and their results are saved to the filename with the .tmpl
extension removed.
.
This is the dev package.
Package: tmpl
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Command line interface to Go's text/template library - CLI utility
This program is a command line interface to Go's text/template
library. It can be used by passing in a set of JSON-encoded data and a
list of template paths ending in a .tmpl extension. The templates are
processed and their results are saved to the filename with the .tmpl
extension removed.
.
This package contains the command line interface utility.
|