Skip to content

jelmer/deb822-rs

Repository files navigation

Parsers and editors for deb822 style files

This repository contains parsers and editors for RFC822 style file as used in Debian. There are two core crates:

  • deb822-lossless: parser that preserves formatting, whitespace and comments as well as allowing syntax errors.
  • deb822-fast: a fast parser that does not preserve formatting, whitespace and comments.

Four related crates that build on these two crates are:

  • debian-control: A parser and editor for Debian control files, apt lists.
  • debian-copyright: A parser and editor for Debian copyright files.
  • dep3: A parser and editor for Debian DEP-3 headers.
  • r-description: A parser and editor for R DESCRIPTION files.
  • apt-sources: A parser and editor for APT source files (package repositories specification).

About

Rust parsers and editors for the Deb822 file format

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

 

Contributors 7

Languages