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

doc/debian-formats/DebianFormats/Release/index.html

Module DebianFormats.ReleaseSource

Sourcetype t = {
  1. origin : string;
  2. label : string;
  3. suite : string;
  4. version : string;
  5. codename : string;
  6. date : string;
  7. architecture : string;
  8. component : string;
  9. description : string;
  10. md5sums : (md5sum * file_size * string) list;
  11. sha1 : (sha1 * file_size * string) list;
  12. sha256 : (sha256 * file_size * string) list;
}
Sourceval parse : IO.input -> t
OCaml

Innovation. Community. Security.