dose3.common
Dose_common.Url
dose3.algo
dose3.debian
dose3.doseparse
dose3.npm
dose3.opam2
dose3.opencsw
dose3.pef
dose3.versioning
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
exception Invalid_url of string
val to_string : url -> string
val scheme_to_string : filetypes -> string
val scheme_of_string : string -> filetypes