File: control

package info (click to toggle)
rust-abnf-core 0.6.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 140 kB
  • sloc: makefile: 2; sh: 1
file content (33 lines) | stat: -rw-r--r-- 1,072 bytes parent folder | download
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
Source: rust-abnf-core
Section: rust
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-rust,
 librust-nom-7+default-dev,
Maintainer: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/debian/rust-abnf-core.git
Vcs-Browser: https://salsa.debian.org/debian/rust-abnf-core
Homepage: https://github.com/duesee/abnf-core
Rules-Requires-Root: no

Package: librust-abnf-core-dev
Architecture: all
Multi-Arch: foreign
Depends:
 librust-nom-7+default-dev,
 ${misc:Depends},
Provides:
 librust-abnf-core-0.6+default-dev (= ${binary:Version}),
 librust-abnf-core-0-dev (= ${binary:Version}),
 librust-abnf-core-0.6-dev (= ${binary:Version}),
 librust-abnf-core-0.6.0-dev (= ${binary:Version}),
Description: nom-based parser for ABNF core rules - Rust source code
 The abnf-core crate is a parser for ABNF core rules
 based on nom 7.
 It is primarily a building block for the ABNF parsing crate,
 but should also be useful in itself.
 .
 This package contains the source for the Rust abnf-core crate,
 for use with cargo.