package dose3

  1. Overview
  2. Docs
Dose library (part of Mancoosi tools)

Install

Dune Dependency

Authors

Maintainers

Sources

dose3-6.1.tar.gz
md5=dedc2f58f2c2b59021f484abc6681d93
sha512=603462645bac190892a816ecb36ef7b9c52f0020f8d7710dc430e2db65122090fdedb24a8d2e03c32bf53a96515f5b51499603b839680d0a7a2146d6e0fb6e34

doc/dose3.common/Dose_common/Url/index.html

Module Dose_common.UrlSource

Sourcetype debtypes = [
  1. | `Edsp
  2. | `Deb
  3. | `DebSrc
]
Sourcetype rpmtypes = [
  1. | `Synthesis
  2. | `Hdlist
]
Sourcetype othertypes = [
  1. | `Pef
  2. | `Csw
  3. | `Opam
  4. | `Npm
]
Sourcetype filetypes = [
  1. | `Cudf
  2. | debtypes
  3. | rpmtypes
  4. | othertypes
]
Sourceval supported_input_types : filetypes list
Sourcetype url = {
  1. scheme : filetypes;
  2. path : string;
    (*

    db name or filename

    *)
}
Sourceval of_string : string -> url
Sourceexception Invalid_url of string
Sourceval to_string : url -> string
Sourceval scheme_to_string : filetypes -> string
Sourceval scheme_of_string : string -> filetypes
OCaml

Innovation. Community. Security.