File: control

package info (click to toggle)
golang-github-kballard-go-shellquote 0.0~git20150810.0.d8ec1a6-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 76 kB
  • ctags: 28
  • sloc: makefile: 2
file content (21 lines) | stat: -rw-r--r-- 900 bytes parent folder | download
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.