File: control

package info (click to toggle)
golang-github-valyala-fasttemplate 1.2.2%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 124 kB
  • sloc: makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,027 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
Source: golang-github-valyala-fasttemplate
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Nobuhiro Iwamatsu <iwamatsu@debian.org>,
 Anthony Fok <foka@debian.org>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 golang-any,
 golang-github-valyala-bytebufferpool-dev,
Standards-Version: 4.6.1
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
Homepage: https://github.com/valyala/fasttemplate
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/valyala/fasttemplate

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