File: control

package info (click to toggle)
golang-github-flynn-archive-go-shlex 0.0~git20150515.0.3f9db97-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 96 kB
  • sloc: makefile: 7
file content (23 lines) | stat: -rw-r--r-- 980 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
22
23
Source: golang-github-flynn-archive-go-shlex
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Zlatan Todoric <zlatan@debian.org>
Build-Depends: debhelper (>= 11~),
               dh-golang,
               golang-any
Standards-Version: 4.2.1
Homepage: https://github.com/flynn-archive/go-shlex
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-flynn-archive-go-shlex
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-flynn-archive-go-shlex.git
XS-Go-Import-Path: github.com/flynn-archive/go-shlex,
                   github.com/flynn/go-shlex

Package: golang-github-flynn-archive-go-shlex-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends}
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.