Source: golang-github-mattn-go-shellwords Section: devel Priority: optional Standards-Version: 4.5.0 Maintainer: Debian Go Packaging Team Uploaders: Dmitry Smirnov , Tim Potter Build-Depends: debhelper-compat (= 12), dh-golang, golang-any Homepage: https://github.com/mattn/go-shellwords Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-mattn-go-shellwords Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-mattn-go-shellwords.git XS-Go-Import-Path: github.com/mattn/go-shellwords Testsuite: autopkgtest-pkg-go Rules-Requires-Root: no Package: golang-github-mattn-go-shellwords-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Description: parse line as shell words in Golang Parse line as shell words. Based on cpan module Parse::CommandLine (https://metacpan.org/pod/Parse::CommandLine).