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
|
Source: rust-leptonica-sys
Section: rust
Priority: optional
Build-Depends:
clang <!nocheck>,
debhelper-compat (= 13),
dh-cargo (>= 25),
libleptonica-dev <!nocheck>,
librust-bindgen-0+default-dev (<< 0.61) <!nocheck>,
librust-bindgen-0+default-dev (>= 0.56) <!nocheck>,
librust-pkg-config-0.3+default-dev (>= 0.3.19) <!nocheck>,
libstring-shellquote-perl,
Maintainer: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/debian/rust-leptonica-sys.git
Vcs-Browser: https://salsa.debian.org/debian/rust-leptonica-sys
Homepage: https://github.com/ccouzens/leptonica-sys
Rules-Requires-Root: no
Package: librust-leptonica-sys-dev
Architecture: all
Multi-Arch: foreign
Depends:
libleptonica-dev,
librust-bindgen-0+default-dev (<< 0.61),
librust-bindgen-0+default-dev (>= 0.56),
librust-pkg-config-0.3+default-dev (>= 0.3.19),
${misc:Depends},
Provides:
librust-leptonica-sys-0-dev (= ${binary:Version}),
librust-leptonica-sys-0.4+default-dev (= ${binary:Version}),
librust-leptonica-sys-0.4-dev (= ${binary:Version}),
librust-leptonica-sys-0.4.3-dev (= ${binary:Version}),
Description: FFI bindings for Leptonica - Rust source code
leptonica-sys is Rust FFI bindings to Leptonica.
.
Leptonica is a pedagogically-oriented library
broadly useful for image processing and image analysis applications.
.
This package contains the source
for the Rust leptonica-sys crate,
packaged for use with cargo and dh-cargo.
|