File: control

package info (click to toggle)
golang-github-masterminds-sprig 3.2.3-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 448 kB
  • sloc: makefile: 10
file content (54 lines) | stat: -rw-r--r-- 2,463 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
Source: golang-github-masterminds-sprig
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Peymaneh <peymaneh@posteo.net>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-masterminds-semver-dev (>= 3.1.1-1~),
               golang-github-huandu-xstrings-dev,
               golang-github-google-uuid-dev,
               golang-github-imdario-mergo-dev (>= 0.3.8-3~),
               golang-github-shopspring-decimal-dev,
               golang-github-mitchellh-copystructure-dev,
               golang-github-spf13-cast-dev,
               golang-github-stretchr-testify-dev (>= 1.5.1~),
               golang-golang-x-crypto-dev,
               golang-github-masterminds-goutils-dev
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-masterminds-sprig
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-masterminds-sprig.git
Homepage: https://github.com/Masterminds/sprig
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/Masterminds/sprig

Package: golang-github-masterminds-sprig-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-masterminds-semver-dev (>= 3.1.1-1~),
         golang-github-huandu-xstrings-dev,
         golang-github-google-uuid-dev,
         golang-github-imdario-mergo-dev (>= 0.3.8-3~),
         golang-github-shopspring-decimal-dev,
         golang-github-mitchellh-copystructure-dev,
         golang-github-spf13-cast-dev,
         golang-github-stretchr-testify-dev (>= 1.5.1~),
         golang-golang-x-crypto-dev,
         golang-github-masterminds-goutils-dev,
         ${misc:Depends},
Breaks: golang-github-masterminds-sprig-v3-dev (<< 3.2.3-3~)
Replaces: golang-github-masterminds-sprig-v3-dev (<< 3.2.3-3~)
Description: Useful template functions for Go templates (library)
 The Go language comes with a built-in template language
 (http://golang.org/pkg/text/template/), but not very many template
 functions. Sprig is a library that provides more than 100 commonly used
 template functions.
 .
 It is inspired by the template functions found in Twig
 (http://twig.sensiolabs.org/documentation) and in various JavaScript
 libraries, such as underscore.js (http://underscorejs.org/).
 .
 The API documentation is available at GoDoc.org
 (http://godoc.org/github.com/Masterminds/sprig/).