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 is one core crate:

  • deb822-lossless: parser that preserves formatting, whitespace and comments as well as allowing syntax errors.

Four related crates that build on this one 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).