Module DebianFormats.URI

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