File: control

package info (click to toggle)
golang-github-valyala-fasttemplate 0.0~git20170224.0.dcecefd%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, experimental
  • size: 108 kB
  • sloc: makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,076 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
Source: golang-github-valyala-fasttemplate
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any,
               golang-github-valyala-bytebufferpool-dev
Standards-Version: 4.1.1
Homepage: https://github.com/valyala/fasttemplate
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-valyala-fasttemplate
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-valyala-fasttemplate.git
XS-Go-Import-Path: github.com/valyala/fasttemplate
Testsuite: autopkgtest-pkg-go

Package: golang-github-valyala-fasttemplate-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-valyala-bytebufferpool-dev
Description: Simple and fast template engine for Go
 fasttemplate Simple and fast template engine for Go.
 .
 Fasttemplate peforms only a single task - it substitutes template
 placeholders with user-defined values.