d/control: satisfy lintian
Dawid Dziurla
7 years ago
| 22 | 22 | Depends: |
| 23 | 23 | ${misc:Depends}, |
| 24 | 24 | 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 | |
| 27 | 30 | shell for Go. |