Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebastinas/libdpkg-sys
Rust bindings for libdpkg
https://github.com/sebastinas/libdpkg-sys
Last synced: 3 months ago
JSON representation
Rust bindings for libdpkg
- Host: GitHub
- URL: https://github.com/sebastinas/libdpkg-sys
- Owner: sebastinas
- License: lgpl-3.0
- Created: 2022-02-20T11:56:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T04:08:41.000Z (5 months ago)
- Last Synced: 2024-09-06T07:25:30.541Z (4 months ago)
- Language: Rust
- Size: 32.2 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Bindings for libdpkg
This crate provides bindings to interact with `libdpkg`. Note that only a part of the public API is available driven by my personal needs. I am happy to merge pull requests that expose functions of `libdpkg`'s public API.
This crate is only useful on systems where the development files for `libdpkg` are available. That is, it requires `libdpkg-dev` to be installed.
## License
This crate is Copyright 2022 Sebastian Ramacher and licensed under the LGPL version 3.0 or later. `libdpkg` itself is licensed under GPL version 2.0 or later.