File: control

package info (click to toggle)
golang-github-anmitsu-go-shlex 0.0~git20200514.38f4b40-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 80 kB
  • sloc: makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,095 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
24
25
26
27
28
29
Source: golang-github-anmitsu-go-shlex
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Dawid Dziurla <dawidd0811@gmail.com>,
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-golang,
Build-Depends-Indep:
 golang-any,
Standards-Version: 4.5.0
Homepage: https://github.com/anmitsu/go-shlex
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-anmitsu-go-shlex
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-anmitsu-go-shlex.git
XS-Go-Import-Path: github.com/anmitsu/go-shlex
Testsuite: autopkgtest-pkg-go

Package: golang-github-anmitsu-go-shlex-dev
Architecture: all
Depends:
 ${misc:Depends},
Description: Library to make a lexical analyzer like Unix shell for golang
 Lexical analysis, lexing or tokenization is the process of converting
 a sequence of characters (such as in a computer program or web page) into
 a sequence of tokens (strings with an assigned and thus identified meaning).
 go-shlex is simply a library to make a lexical analyzer like Unix
 shell for Go.