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 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
|
Source: rust-peg
Section: rust
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-rust,
librust-quote-1+default-dev,
librust-proc-macro2-1+default-dev,
librust-trybuild-1+default-dev,
librust-version-check-0.9+default-dev,
Maintainer: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/debian/rust-peg.git
Vcs-Browser: https://salsa.debian.org/debian/rust-peg
Homepage: https://github.com/kevinmehall/rust-peg
Rules-Requires-Root: no
Package: librust-peg-dev
Architecture: all
Multi-Arch: foreign
Depends:
librust-peg-macros-dev (= ${rust:Version:librust-peg-macros-dev}),
librust-peg-runtime-dev (= ${rust:Version:librust-peg-runtime-dev}),
${misc:Depends},
Provides:
librust-peg-0-dev (= ${binary:Version}),
librust-peg-0.8+default-dev (= ${binary:Version}),
librust-peg-0.8+std-dev (= ${binary:Version}),
librust-peg-0.8+trace-dev (= ${binary:Version}),
librust-peg-0.8-dev (= ${binary:Version}),
librust-peg-0.8.5-dev (= ${binary:Version}),
Description: simple Parsing Expression Grammar (PEG) parser generator
rust-peg is a simple yet flexible parser generator
that makes it easy to write robust parsers.
Based on the Parsing Expression Grammar formalism,
it provides a Rust macro
that builds a recursive descent parser
from a concise definition of the grammar.
.
This package contains the source
for the Rust crate peg,
for use with cargo.
Package: librust-peg-macros-dev
Architecture: all
Multi-Arch: foreign
Depends:
librust-quote-1+default-dev,
librust-proc-macro2-1+default-dev,
librust-peg-runtime-dev (= ${rust:Version:librust-peg-runtime-dev}),
${misc:Depends},
Provides:
librust-peg-macros-0-dev (= ${binary:Version}),
librust-peg-macros-0.8+default-dev (= ${binary:Version}),
librust-peg-macros-0.8+trace-dev (= ${binary:Version}),
librust-peg-macros-0.8-dev (= ${binary:Version}),
librust-peg-macros-0.8.5-dev (= ${binary:Version}),
Description: simple Parsing Expression Grammar (PEG) parser generator - macros
rust-peg is a simple yet flexible parser generator
that makes it easy to write robust parsers.
Based on the Parsing Expression Grammar formalism,
it provides a Rust macro
that builds a recursive descent parser
from a concise definition of the grammar.
.
This package contains the source
for the Rust crate peg-macros,
for use with cargo.
Package: librust-peg-runtime-dev
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Provides:
librust-peg-runtime-0-dev (= ${binary:Version}),
librust-peg-runtime-0.8+default-dev (= ${binary:Version}),
librust-peg-runtime-0.8+std-dev (= ${binary:Version}),
librust-peg-runtime-0.8-dev (= ${binary:Version}),
librust-peg-runtime-0.8.5-dev (= ${binary:Version}),
Description: simple Parsing Expression Grammar (PEG) parser generator - runtime
rust-peg is a simple yet flexible parser generator
that makes it easy to write robust parsers.
Based on the Parsing Expression Grammar formalism,
it provides a Rust macro
that builds a recursive descent parser
from a concise definition of the grammar.
.
This package contains the source
for the Rust crate peg-runtime,
for use with cargo.
|