type debtypes = [ | `Edsp| `Deb| `DebSrc
]type rpmtypes = [ | `Synthesis| `Hdlist
]type othertypes = [ | `Pef| `Csw| `Opam| `Npm
]type url = {scheme : filetypes;path : string;
}val of_string : string -> urlexception Invalid_url of stringval to_string : url -> string