Package: cbindgen Version: 0.24.3-0~obs Architecture: amd64 Maintainer: hawkeye116477 Installed-Size: 5163 Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.33), libgcc-s1 (>= 4.2) Filename: ./amd64/cbindgen_0.24.3-0~obs_amd64.deb Size: 1312528 MD5sum: 2724634c276ca4690cb8313bd719bf64 SHA1: b1873265b689f6322ebf6c244177bbe92ef3fc98 SHA256: 0c7930518a48ed3e95fea4f5bcdd7ce017dceb0fa6c34299a6c904c0eae1dfd7 Section: utils Priority: optional Multi-Arch: allowed Description: Generates C bindings from Rust code cbindgen can be used to generate C bindings for Rust code. It is currently being developed to support creating bindings for WebRender (by Mozilla for Firefox), but has been designed to support any project. . Features: . * Builds bindings for a crate, its mods, its dependent crates, and their mods * Only the necessary types for exposed functions are given bindings * Can specify annotations for controlling some aspects of binding * Support for generic structs and unions * Support for exporting constants and statics * Customizable formatting, can be used in C or C++ projects * Support for generating #ifdef's for #[cfg] attributes * Support for #[repr(sized)] tagged enum's Package: rust Version: 1.56.1-0~obs+77.1 Architecture: amd64 Maintainer: hawkeye116477 Installed-Size: 641474 Depends: libc6 (>= 2.33), libgcc-s1 (>= 4.2), libllvm12 (>= 1:9~svn298832-1~), libssl1.1 (>= 1.1.1), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4), gcc, libc-dev, binutils (>= 2.26) Provides: cargo (= 1.56.1-0~obs+77.1), libstd-rust (= 1.56.1-0~obs+77.1), libstd-rust-dev (= 1.56.1-0~obs+77.1), rust-doc (= 1.56.1-0~obs+77.1), rust-gdb (= 1.56.1-0~obs+77.1), rust-lldb (= 1.56.1-0~obs+77.1), rustc (= 1.56.1-0~obs+77.1), rustfmt (= 1.56.1-0~obs+77.1) Filename: ./amd64/rust_1.56.1-0~obs+77.1_amd64.deb Size: 69376348 MD5sum: 83fd1dc1cfcbfdff32280303034c494b SHA1: 806de30c0bebb49e8c3ac27d3e710fe4e31a72ac SHA256: 5bcdf51b68b6c6313155e701586326ccbe208bd2b205ed748b79ed38960ed081 Section: devel Priority: optional Multi-Arch: allowed Homepage: http://www.rust-lang.org/ Description: Rust systems programming language Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles.