File: control

package info (click to toggle)
golang-github-caspr-io-yamlpath 0.0~git20200722.502e8d1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 116 kB
  • sloc: makefile: 11
file content (27 lines) | stat: -rw-r--r-- 1,012 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
Source: golang-github-caspr-io-yamlpath
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Maytham Alsudany <maytham@debian.org>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 golang-any,
 golang-gopkg-yaml.v3-dev <!nocheck>,
 golang-github-gotestyourself-gotest.tools-dev <!nocheck>,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-caspr-io-yamlpath
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-caspr-io-yamlpath.git
Homepage: https://github.com/caspr-io/yamlpath
XS-Go-Import-Path: github.com/caspr-io/yamlpath

Package: golang-github-caspr-io-yamlpath-dev
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Description: Golang YAML Path implementation (library)
 This package contains a library for parsing YAML Paths, which is a means of
 identifying one or more nodes within YAML structures.