Source: golang-bitbucket-creachadair-shell Maintainer: Debian Go Packaging Team Uploaders: Simon Josefsson , Section: golang Testsuite: autopkgtest-pkg-go Priority: optional Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-google-go-cmp-dev, Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-bitbucket-creachadair-shell Vcs-Git: https://salsa.debian.org/go-team/packages/golang-bitbucket-creachadair-shell.git Homepage: https://bitbucket.org/creachadair/shell/ Rules-Requires-Root: no XS-Go-Import-Path: bitbucket.org/creachadair/shell Package: golang-bitbucket-creachadair-shell-dev Architecture: all Multi-Arch: foreign Depends: golang-github-google-go-cmp-dev, ${misc:Depends}, Description: implements basic shell command-line splitting for Go (library) Provides supports for splitting and joining of shell command strings. . The Split function divides a string into whitespace-separated fields, respecting single and double quotation marks as defined by the Shell Command Language section of IEEE Std 1003.1 2013. The Quote function quotes characters that would otherwise be subject to shell evaluation, and the Join function concatenates quoted strings with spaces between them. . This package contains the library.