Module Dose_common.Url
type debtypes=[|`Edsp|`Deb|`DebSrc]type rpmtypes=[|`Synthesis|`Hdlist]type othertypes=[|`Pef|`Csw|`Opam|`Npm]type filetypes=[|`Cudf|debtypes|rpmtypes|othertypes]
val supported_input_types : filetypes list
type url={scheme : filetypes;path : string;db name or filename
}
val of_string : string -> url