File: control

package info (click to toggle)
golang-github-go-task-slim-sprig 3.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 400 kB
  • sloc: makefile: 2
file content (42 lines) | stat: -rw-r--r-- 1,890 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
Source: golang-github-go-task-slim-sprig
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Christopher Obbard <obbardc@debian.org>,
           Mark E. Fuller <mark.e.fuller@gmx.de>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-google-uuid-dev,
               golang-github-huandu-xstrings-dev,
               golang-github-imdario-mergo-dev,
               golang-github-masterminds-goutils-dev,
               golang-github-masterminds-semver-dev,
               golang-github-stretchr-testify-dev,
               golang-golang-x-crypto-dev
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-go-task-slim-sprig
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-go-task-slim-sprig.git
Homepage: https://github.com/go-task/slim-sprig
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/go-task/slim-sprig

Package: golang-github-go-task-slim-sprig-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-google-uuid-dev,
         golang-github-huandu-xstrings-dev,
         golang-github-imdario-mergo-dev,
         golang-github-masterminds-goutils-dev,
         golang-github-masterminds-semver-dev,
         golang-github-stretchr-testify-dev,
         golang-golang-x-crypto-dev,
         ${misc:Depends}
Description: Useful template functions for Go templates (library)
 Slim-Sprig is a fork of Sprig (https://github.com/Masterminds/sprig), but
 with all functions that depend on external (non standard library) or
 crypto packages removed. The reason for this is to make this library
 more lightweight. Most of these functions (specially crypto ones) are
 not needed on most apps, but costs a lot in terms of binary size and
 compilation time.