= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
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 -> url
exception Invalid_url of string
val to_string : url -> string