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 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
Source: golang-github-blynn-nex
Section: admin
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-exec,
dh-golang,
golang-any,
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/openstack-team/third-party/golang-github-blynn-nex
Vcs-Git: https://salsa.debian.org/openstack-team/third-party/golang-github-blynn-nex.git
Homepage: https://github.com/blynn/nex
XS-Go-Import-Path: github.com/blynn/nex
Package: nex
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Suggests:
graphviz,
Description: lexer similar to Lex/Flex - cli
Nex is a lexer similar to Lex/Flex that:
* generates Go code instead of C code
* integrates with Go's yacc instead of YACC/Bison
* supports UTF-8
* supports nested _structural regular expressions_.
Package: golang-github-blynn-nex-dev
Architecture: all
Depends:
${misc:Depends},
${shlibs:Depends},
Suggests:
graphviz,
Description: lexer similar to Lex/Flex - library
Nex is a lexer similar to Lex/Flex that:
* generates Go code instead of C code
* integrates with Go's yacc instead of YACC/Bison
* supports UTF-8
* supports nested _structural regular expressions_.
|