Source: rust-vlq
Section: rust
Build-Depends:
 debhelper-compat (= 14),
 dh-sequence-rust,
 dh-sequence-single-binary,
 librust-quickcheck-1-dev,
Maintainer: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/debian/rust-vlq.git
Vcs-Browser: https://salsa.debian.org/debian/rust-vlq
Homepage: https://github.com/tromey/vlq

Package: librust-vlq-dev
Architecture: all
Multi-Arch: foreign
Provides:
 librust-vlq-0.5+default-dev (= ${binary:Version}),
 librust-vlq-0.5-dev (= ${binary:Version}),
 librust-vlq-0.5.1-dev (= ${binary:Version}),
Description: sourcemap-style VLQ encoder and decoder - Rust source code
 An implementation of the Base64-encoded VLQ encoding.
 Note that there are several variants of VLQ.
 This only implements the variant used by source maps.
 .
 This package contains the source for the Rust crate vlq,
 for use with cargo.
