File: control

package info (click to toggle)
golang-github-jmespath-go-jmespath 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, bullseye-backports
  • size: 3,564 kB
  • sloc: makefile: 39; sh: 23
file content (36 lines) | stat: -rw-r--r-- 1,523 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
Source: golang-github-jmespath-go-jmespath
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>,
           Tim Potter <tpot@hpe.com>,
           Martina Ferrari <tincho@debian.org>,
           Jongmin Kim <jmkim@pukyong.ac.kr>,
           Anthony Fok <foka@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang (>= 1.17~),
               golang-any,
               golang-github-davecgh-go-spew-dev (>= 1.1.0),
               golang-github-pmezard-go-difflib-dev (>= 1.0.0),
               golang-github-stretchr-objx-dev (>= 0.1.0),
               golang-gopkg-yaml.v2-dev (>= 2.2.8)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-jmespath-go-jmespath
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-jmespath-go-jmespath.git
Homepage: https://github.com/jmespath/go-jmespath
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/jmespath/go-jmespath

Package: golang-github-jmespath-go-jmespath-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-davecgh-go-spew-dev (>= 1.1.0),
         golang-github-pmezard-go-difflib-dev (>= 1.0.0),
         golang-github-stretchr-objx-dev (>= 0.1.0),
         golang-gopkg-yaml.v2-dev (>= 2.2.8)
Description: Golang implementation of JMESPath
 A JMESPath implementation in Go.
 .
 See http://jmespath.org for more info.