Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.