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
|
Source: rust-cxxbridge-cmd
Section: utils
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-cargo,
cargo:native,
rustc:native (>= 1.73),
libstd-rust-dev,
librust-clap-4+error-context-dev (>= 4.3.11-~~),
librust-clap-4+help-dev (>= 4.3.11-~~),
librust-clap-4+std-dev (>= 4.3.11-~~),
librust-clap-4+suggestions-dev (>= 4.3.11-~~),
librust-clap-4+usage-dev (>= 4.3.11-~~),
librust-codespan-reporting-0.11+default-dev (>= 0.11.1-~~),
librust-proc-macro2-1+span-locations-dev (>= 1.0.74-~~),
librust-quote-1-dev (>= 1.0.35-~~),
librust-syn-2+clone-impls-dev (>= 2.0.46-~~),
librust-syn-2+full-dev (>= 2.0.46-~~),
librust-syn-2+parsing-dev (>= 2.0.46-~~),
librust-syn-2+printing-dev (>= 2.0.46-~~)
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
Matthias Geiger <werdahias@debian.org>
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/cxxbridge-cmd]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/cxxbridge-cmd
Homepage: https://cxx.rs
X-Cargo-Crate: cxxbridge-cmd
Rules-Requires-Root: no
Package: cxxbridge-cmd
Architecture: any
Multi-Arch: allowed
Depends:
${misc:Depends},
${shlibs:Depends},
${cargo:Depends}
Recommends:
${cargo:Recommends}
Suggests:
${cargo:Suggests}
Provides:
${cargo:Provides}
Built-Using: ${cargo:Built-Using}
Static-Built-Using: ${cargo:Static-Built-Using}
Description: C++ code generator for cxx
C++ code generator for integrating the `cxx` crate into a non-Cargo build.
.
The binary is called cxxbridge.
.
This package provides a binary for generating C++ code from Rust code.
|