Package: cbindgen Version: 0.26.0-0~obs Architecture: amd64 Maintainer: hawkeye116477 Installed-Size: 4863 Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 4.2) Filename: amd64/cbindgen_0.26.0-0~obs_amd64.deb Size: 1472618 MD5sum: fd9cf15314d66733fc10cbc85edabbf2 SHA1: d4e1737f90f93356f6f3345d45db82387f88d5cd SHA256: 9d73ca221cf407d85b3732de4896aa1e22ebb2c9fdb8aba104a3c30f41be3c68 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.78.0-0~obs+32.1 Architecture: amd64 Maintainer: hawkeye116477 Installed-Size: 812819 Depends: libc6 (>= 2.38), libgcc-s1 (>= 4.2), libllvm18, libssl3t64 (>= 3.0.0), libstdc++6 (>= 13.1), zlib1g (>= 1:1.2.3.4), gcc, libc-dev, binutils (>= 2.26) Provides: cargo (= 1.78.0-0~obs+32.1), libstd-rust (= 1.78.0-0~obs+32.1), libstd-rust-dev (= 1.78.0-0~obs+32.1), rust-doc (= 1.78.0-0~obs+32.1), rust-gdb (= 1.78.0-0~obs+32.1), rust-lldb (= 1.78.0-0~obs+32.1), rustc (= 1.78.0-0~obs+32.1), rustfmt (= 1.78.0-0~obs+32.1) Filename: amd64/rust_1.78.0-0~obs+32.1_amd64.deb Size: 88825568 MD5sum: 7fcfb089416aa48b6d556092f8dcc525 SHA1: 27c17a278eb01f59184976f8ea545a9189274d8a SHA256: 81c817a775903f1ea30ab45920bbdfc3bc37353ac80aec66f8e61fc9a6f855cf 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.