package debian-formats

  1. Overview
  2. Docs
type uri = string
type mirror = uri
type dist = string
type section = [
  1. | `Main
  2. | `Contrib
  3. | `NonFree
]
val sources : string -> string -> [< `Contrib | `Main | `NonFree ] -> string
val pool : filename -> Source.t -> filename -> filename