Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).