package debian-formats

  1. Overview
  2. Docs
Parse debian files

Install

Dune Dependency

Authors

Maintainers

Sources

debian-formats-v0.1.2.tbz
sha256=927713b273e76d15950e805713444c987fe246683a1e44c074dd496b72d49d04
sha512=1125cd369b3b619b01145e4453ff7fa5ec836be21545e1dabc376e5f0b0ec0ae802a116e48cca18e17ea8c527f52ba42c06355cb85fbe262e74ac5c5d9c64eca

Description

This library allows to parse various files used in Debian packaging:

  • changelog files
  • source and binary control files
  • watch files

Published: 16 Oct 2019

README

ocaml-debian-formats - Parse debian files

This library allows to parse various files used in Debian packaging:

  • changelog files

  • source and binary control files

  • watch files

Installation

The recommended way to install ocaml-debian-formats is via the opam package manager:

$ opam install debian-formats

Documentation

Dependencies (4)

  1. extlib
  2. re >= "1.8.0"
  3. dune >= "1.11.0"
  4. ocaml >= "4.03.0"

Dev Dependencies (1)

  1. ounit2 with-test & > "2.0.8"

Used by (1)

  1. oasis2debian

Conflicts

None