Source: rust-sysconf
Section: rust
Build-Depends: debhelper-compat (= 13),
 dh-sequence-cargo
Build-Depends-Arch: cargo:native <!nocheck>,
 rustc:native <!nocheck>,
 libstd-rust-dev <!nocheck>,
 librust-errno+default-dev (>= 0.2) <!nocheck>,
 librust-libc-0.2-dev <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
 Pieter Lenaerts <plenae@disroot.org>
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/sysconf]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/sysconf
Homepage: https://github.com/zerocostgoods/sysconf.rs
X-Cargo-Crate: sysconf
X-Cargo-Crate-Version: 0.3.4

Package: librust-sysconf-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-errno+default-dev (>= 0.2),
 librust-lazy-static+default-dev (>= 0.2),
 librust-lazy-static+spin-no-std-dev (>= 0.2),
 librust-libc-0.2-dev
Provides:
 librust-sysconf+default-dev (= ${binary:Version}),
 librust-sysconf+lazy-static-dev (= ${binary:Version}),
 librust-sysconf+nightly-dev (= ${binary:Version}),
 librust-sysconf-0-dev (= ${binary:Version}),
 librust-sysconf-0+default-dev (= ${binary:Version}),
 librust-sysconf-0+lazy-static-dev (= ${binary:Version}),
 librust-sysconf-0+nightly-dev (= ${binary:Version}),
 librust-sysconf-0.3-dev (= ${binary:Version}),
 librust-sysconf-0.3+default-dev (= ${binary:Version}),
 librust-sysconf-0.3+lazy-static-dev (= ${binary:Version}),
 librust-sysconf-0.3+nightly-dev (= ${binary:Version}),
 librust-sysconf-0.3.4-dev (= ${binary:Version}),
 librust-sysconf-0.3.4+default-dev (= ${binary:Version}),
 librust-sysconf-0.3.4+lazy-static-dev (= ${binary:Version}),
 librust-sysconf-0.3.4+nightly-dev (= ${binary:Version})
Description: Small safe wrapper around sysconf - Rust source code
 Small safe wrapper around sysconf.
 .
 Query runtime configuration information.
 .
 This crate provides the ability to query for various configuration information
 about the runtime platform such as memory page size. On POSIX systems, it makes
 heavy use of the sysconf API.
 Source code for Debianized Rust crate "sysconf"
