Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paultag/deb-rs
utilities for working with Debian files and formats
https://github.com/paultag/deb-rs
deb822 debian rust serde
Last synced: 17 days ago
JSON representation
utilities for working with Debian files and formats
- Host: GitHub
- URL: https://github.com/paultag/deb-rs
- Owner: paultag
- License: mit
- Created: 2024-12-10T03:22:17.000Z (25 days ago)
- Default Branch: main
- Last Pushed: 2024-12-17T03:45:03.000Z (18 days ago)
- Last Synced: 2024-12-17T04:34:59.402Z (18 days ago)
- Topics: deb822, debian, rust, serde
- Language: Rust
- Homepage:
- Size: 260 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Authors: AUTHORS
Awesome Lists containing this project
README
# deb: utilities for working with Debian files and formats.
🎉 You found the `deb` crate! 🎉
This crate is under active development, and "soft launched". *Please do
not post widely directing to this crate yet* -- the API shipped today is
unstable, and is likely to change -- fairly significantly -- without much
regard to very precisely following semver until it stabilizes.You're more than welcome to play with this and use it, but it's not
something I would encourage load bearing infrastructure to be written
with as of right now.# Introduction
The `deb` crate contains utilities for working with files and formats
commonly found when working with Debian's project tooling, or
infrastructure.Common use-cases are broken out into modules in the `deb` crate namespace,
such as interacting with [control] files, parsing [dependency]
relationships between Debian packages, parsing and ordering [version]
numbers, or understanding Debian [architecture] strings.Docs can be found on [docs.rs](https://docs.rs/deb/latest/deb/),
and information about the latest release can be found on
[crates.io](https://crates.io/crates/deb).