package uri
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=a7ab6aa44232e03317b0db2ea200f422587bf801540755896ad30d17d8b682a8
md5=2fb8da55f99a529bcb211a1d99822419
Description
This is an OCaml implementation of the RFC3986 specification for parsing URI or URLs.
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 (7)
-
stringext
>= "1.4.0"
-
sexplib
>= "v0.9.0"
-
re
>= "1.7.2"
-
ppx_sexp_conv
>= "v0.9.0"
-
ocaml-migrate-parsetree
< "2.0.0"
-
jbuilder
>= "1.0+beta7"
-
ocaml
>= "4.03.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.3.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
- kubecaml
- 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
- pf-qubes
- 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