1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: golang-github-leodido-ragel-machinery
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Michael Prokop <mika@debian.org>
Build-Depends: debhelper (>= 11),
dh-golang,
golang-any,
golang-github-google-go-cmp-dev
Standards-Version: 4.3.0
Homepage: https://github.com/leodido/ragel-machinery
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-leodido-ragel-machinery
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-leodido-ragel-machinery.git
XS-Go-Import-Path: github.com/leodido/ragel-machinery
Testsuite: autopkgtest-pkg-go
Package: golang-github-leodido-ragel-machinery-dev
Architecture: all
Depends: ${misc:Depends},
golang-github-google-go-cmp-dev
Description: Machineries for development of ragel parsers
ragel machinery Machineries to speed up and facilitate the development
of ragel parsers able to accept streaming inputs.
It is only intended for use with ragel parsers.
|