2 releases
0.1.1+1.19 | Oct 17, 2022 |
---|---|
0.1.0+1.19 | Feb 20, 2022 |
#10 in #dpkg
54 downloads per month
6KB
66 lines
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.
lib.rs
:
Bindings for libdpkg
This module provides access to parts of the public API of libdpkg
.
For more information on the use of these function, please see the documentation of libdpkg.
Dependencies
~0–2.2MB
~44K SLoC