package uri
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=9d0f21aa7387253e51abc73c2873b053cc2b5b6b9fbe24570ac39d4c76741fec
md5=3dae904cb930fbbb550f26babbf17c2f
Description
RFC3986 URI/URL parsing library
README
Uri -- an RFC3986 URI/URL parsing library
This is an OCaml implementation of the RFC3986 specification for parsing URI or URLs.
Installation
Via OPAM
The OPAM package manager can be used to install this library from source.
opam install uri
Locally
You can build the source code locally via the Jbuilder build system.
opam install uri --deps-only
eval `opam config env`
jbuilder build --dev
jbuilder runtest
will install the dependencies via OPAM, build the library and then run the tests in the lib_test/ directory.
Usage
Once installed, there are three ocamlfind packages available for your use:
uri
- the baseUri
moduleuri.top
- the toplevel printers for use with utopuri.services
- theUri_services
module that provides the equivalent of services(5)uri.services_full
- theUri_services_full
module that provides a complete copy of the/etc/services
file. This is quite large and normally not needed.
Contact
API Documentation: http://docs.mirage.io/uri/
Dependencies (9)
-
stringext
>= "1.4.0"
-
sexplib
>= "v0.9.0"
- re
-
ocaml-migrate-parsetree
< "2.0.0"
-
ppx_sexp_conv
>= "v0.9.0"
-
jbuilder
>= "1.0+beta7"
-
ocamlfind
build
- base-bytes
-
ocaml
>= "4.03.0" & < "4.06.0"
Dev Dependencies (1)
-
ounit
with-test & >= "1.0.2"
-
amqp-client-async
>= "2.1.0"
-
amqp-client-lwt
>= "2.1.0"
-
arakoon
>= "1.9.0"
-
archetype
< "0.1.5" | >= "1.2.10"
-
async_js
>= "v0.10.0" & < "v0.12.0"
-
aws
>= "1.0.0" & < "1.2"
-
aws-s3
>= "4.0.0"
- azblob
- azure-cosmos-db
-
bap
>= "0.9.4" & < "1.0.0"
- bap-bundle
-
bap-byteweight
>= "2.2.0"
-
bap-plugins
>= "2.2.0"
-
bap-server
< "0.2.0"
- bap-std
-
bap-trace
>= "2.2.0"
- bap-traces
- bap-veri
-
biocaml
>= "0.4.0"
- bt
- builder-web
- calculon-web
-
capnp-rpc-lwt
>= "0.2"
- capnp-rpc-net
-
caqti
< "2.0.1"
- carbon
-
cohttp
>= "0.10.1" & < "1.2.0"
-
cohttp-async
< "1.2.0"
- cohttp-eio
-
conduit
>= "0.6.0" & != "3.0.0"
- conduit-lwt-unix
- cookie
-
cow
>= "0.5.4"
-
datakit
< "0.12.2"
-
datakit-bridge-github
< "0.12.2"
-
datakit-ci
< "0.12.2"
-
datakit-client
< "0.11.0"
- datakit-github
-
datakit-server
< "0.11.0"
-
dns
< "0.7.0" | >= "1.0.0" & < "4.0.0"
-
dropbox
< "0.2"
- ezresto
- facebook-sdk
- gemini
-
git
< "3.0.0"
-
git-mirage
>= "3.7.0"
- git-paf
-
git-unix
>= "3.0.0"
-
github
>= "0.3.1"
- gitlab
-
hvsock
>= "2.0.0"
- hyper
- icalendar
- ip2locationio
- ip2whois
- irmin
- irmin-cli
-
irmin-git
>= "2.3.0"
-
irmin-http
>= "2.3.0"
-
irmin-mirage-git
>= "2.3.0"
-
irmin-mirage-graphql
>= "2.3.0"
- irmin-server
-
irmin-unix
>= "2.3.0"
- json-data-encoding
- ketrew
- lambda-runtime
-
letsencrypt
>= "0.3.0"
-
links
>= "0.9"
-
liquidsoap
>= "2.1.1" & < "2.2.0"
- liquidsoap-core
- mechaml
- message-switch
- minima-theme
-
mirage-block-unix
>= "2.4.0"
- monorobot
- moss
-
nbd
>= "2.0.1"
- nbd-tool
- obi
- ocplib-json-typed
- oidc
- omigrate
- opam-query
-
opam2web
>= "1.3.0"
- opamfu
-
opium_kernel
< "0.17.1"
- paf
- paf-cohttp
- piaf
-
rdf
>= "0.10.0" & < "0.12.0"
- resto
- resto-acl
- resto-cohttp-client
- resto-cohttp-self-serving-client
- scgi
- sentry
- slack
- sociaml-facebook-api
- sociaml-oauth-client
- sociaml-tumblr-api
- spotify-web-api
-
stog
>= "0.17.0" & < "0.19.0"
- syndic
- textrazor
-
tezos-stdlib-unix
< "7.4"
-
tezos-test-helpers
>= "10.2" & < "14.0"
-
trakeva
>= "0.1.0"
- validate
- vhd-tool
- wamp
- xapi-idl
- xe
- xen-api-client
- xentropyd
Conflicts
None