Codebase list golang-github-anmitsu-go-shlex / 6221e5d
d/control: satisfy lintian Dawid Dziurla 7 years ago
1 changed file(s) with 5 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
2222 Depends:
2323 ${misc:Depends},
2424 golang-github-flynn-archive-go-shlex-dev,
25 Description: Library to make a lexical analyzer like Unix shell for golang.
26 go-shlex is a library to make a lexical analyzer like Unix
25 Description: Library to make a lexical analyzer like Unix shell for golang
26 Lexical analysis, lexing or tokenization is the process of converting
27 a sequence of characters (such as in a computer program or web page) into
28 a sequence of tokens (strings with an assigned and thus identified meaning).
29 go-shlex is simply a library to make a lexical analyzer like Unix
2730 shell for Go.