Source: golang-github-kballard-go-shellquote Section: devel Priority: extra Maintainer: Debian Go Packaging Team Uploaders: Dmitry Smirnov , Tim Potter Build-Depends: debhelper (>= 9), dh-golang (>= 1.17~), 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/git/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.