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
|
Source: golang-github-knqyf263-go-dep-parser
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Nobuhiro Iwamatsu <iwamatsu@debian.org>
, Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-kylelemons-godebug-dev,
golang-golang-x-xerrors-dev,
golang-toml-dev
Standards-Version: 4.5.1
Homepage: https://github.com/knqyf263/go-dep-parser
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-knqyf263-go-dep-parser
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-knqyf263-go-dep-parser.git
XS-Go-Import-Path: github.com/knqyf263/go-dep-parser
Testsuite: autopkgtest-pkg-go
Package: golang-github-knqyf263-go-dep-parser-dev
Architecture: all
Depends: ${misc:Depends},
golang-github-kylelemons-godebug-dev,
golang-golang-x-xerrors-dev,
golang-toml-dev
Description: Golang library for dependency parser
go-dep-parser is golang library that dependency parser for multiple
programming languages.
.
This parses package dependencies using the packaging system of each language.
Supports the following systems:
.
- bundler / Ruby
- cargo / Haskell
- composer / PHP
- npm / node.js
- pipinv / Python
- poetry / Python
- types / Python
- yarn / node.js
|