1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: golang-github-kballard-go-shellquote
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper (>= 9),
dh-golang,
golang-go
Standards-Version: 3.9.6
Homepage: https://github.com/kballard/go-shellquote
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-kballard-go-shellquote.git
Vcs-Git: https://anonscm.debian.org/pkg-go/packages/golang-github-kballard-go-shellquote.git
XS-Go-Import-Path: github.com/kballard/go-shellquote
Package: golang-github-kballard-go-shellquote-dev
Architecture: all
Depends: ${misc:Depends},
golang-go
Description: Go utilities for performing shell-like word splitting/joining
This library provides utilities for joining/splitting strings using sh's
word-splitting rules.
|