Source: rust-nom-locate
Section: rust
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-rust,
 librust-bytecount-dev,
 librust-memchr-dev,
 librust-nom-dev,
 librust-stable-deref-trait-dev,
Maintainer: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/debian/rust-nom-locate.git
Vcs-Browser: https://salsa.debian.org/debian/rust-nom-locate
Homepage: https://github.com/fflorent/nom_locate

Package: librust-nom-locate-dev
Architecture: all
#Multi-Arch: foreign
Depends:
 librust-bytecount-dev,
 librust-memchr-dev,
 librust-nom-dev,
 librust-stable-deref-trait-dev,
 ${misc:Depends},
Provides:
 librust-nom-locate-5+alloc-dev (= ${binary:Version}),
 librust-nom-locate-5+default-dev (= ${binary:Version}),
 librust-nom-locate-5+runtime-dispatch-simd-dev (= ${binary:Version}),
 librust-nom-locate-5+stable-deref-trait-dev (= ${binary:Version}),
 librust-nom-locate-5+std-dev (= ${binary:Version}),
 librust-nom-locate-5-dev (= ${binary:Version}),
 librust-nom-locate-5.0-dev (= ${binary:Version}),
 librust-nom-locate-5.0.0-dev (= ${binary:Version}),
Description: nom input type to locate tokens - Rust source code
 nom_locate provides a special input type for nom
 to locate tokens.
 .
 nom is a parser combinators library written in Rust.
 .
 This package contains the source for the Rust nom_locate crate,
 for use with cargo.
