| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 
 | Source: golang-github-flynn-archive-go-shlex
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Zlatan Todoric <zlatan@debian.org>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go
Standards-Version: 3.9.8
Homepage: https://github.com/flynn-archive/go-shlex
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-flynn-archive-go-shlex.git
Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-github-flynn-archive-go-shlex.git
XS-Go-Import-Path: github.com/flynn-archive/go-shlex
Package: golang-github-flynn-archive-go-shlex-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go
Description: Fork of go-shlex from Google Code
 go-shlex is a simple lexer for go that supports shell-style quoting,
 commenting, and escaping. It is forked from Google Code and used for
 Caddy server as dependency.
 |