Package: cbindgen Version: 0.24.3-0~obs Architecture: amd64 Maintainer: hawkeye116477 Installed-Size: 4471 Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 4.2) Filename: amd64/cbindgen_0.24.3-0~obs_amd64.deb Size: 1380180 MD5sum: 929d51d5d5b64d187ab854b145e04484 SHA1: cb2c07d1751cf2608c555a0934a0afc779ee74b2 SHA256: f861c2bf0d376c1f99a196dc376b937e72806bc4634a972b58d3a68e481aac45 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.72.1-0~obs+30.1 Architecture: amd64 Maintainer: hawkeye116477 Installed-Size: 784601 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), libllvm14, libssl3 (>= 3.0.0~~alpha1), libstdc++6 (>= 11), zlib1g (>= 1:1.2.3.4), gcc, libc-dev, binutils (>= 2.26) Provides: cargo (= 1.72.1-0~obs+30.1), libstd-rust (= 1.72.1-0~obs+30.1), libstd-rust-dev (= 1.72.1-0~obs+30.1), rust-doc (= 1.72.1-0~obs+30.1), rust-gdb (= 1.72.1-0~obs+30.1), rust-lldb (= 1.72.1-0~obs+30.1), rustc (= 1.72.1-0~obs+30.1), rustfmt (= 1.72.1-0~obs+30.1) Filename: amd64/rust_1.72.1-0~obs+30.1_amd64.deb Size: 84374358 MD5sum: 7613aaec1cbf56d9edc015217f32a0a1 SHA1: 9a0a4e717ba257a4d27784af652f25c377df010d SHA256: a60c226d0fac266b84d22a4998828930fbf6488062e820dfba9916ce048f4384 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.