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
|
Source: emd
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Tong Sun <suntong001@users.sourceforge.net>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-yaml.v2-dev
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/emd
Vcs-Git: https://salsa.debian.org/go-team/packages/emd.git
Homepage: https://github.com/mh-cbon/emd
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/mh-cbon/emd
Package: emd
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Built-Using: ${misc:Built-Using}
Description: Enhanced Markdown template processor (program)
emd is the Enhanced Markdown template processor.
It can save people from tedious jobs updating their README.md files by
automating all those that can be automated, especially for cli
based programs.
|