package uri
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
An RFC3986 URI/URL parsing library
Install
dune-project
Dependency
Authors
Maintainers
Sources
uri-v2.2.1.tbz
sha256=f6348edbae9b9011b3f65e85e775f2cf7b87735c5ceb54d6962377daec3bf56b
sha512=28a4a659695d5d02f8a1b2965cbb05bc864bea5576c447707bb7db0e7411cafc78323ba6729e32b8b31fdc24a53e906274812d377e62829ebc9ebd6602331176
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 uriLocally
You can build the source code locally via the dune build system.
opam install uri --deps-only
eval `opam config env`
dune build
dune runtestwill 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 baseUrimoduleuri.top- the toplevel printers for use with utopuri.sexp- provides converters to and from s-expressions (via aUri_sexp.ttype alias)uri.services- theUri_servicesmodule that provides the equivalent of services(5)uri.services_full- theUri_services_fullmodule that provides a complete copy of the/etc/servicesfile. This is quite large and normally not needed.
Contact
- Issues: https://github.com/mirage/ocaml-uri/issues
- E-mail: mirageos-devel@lists.xenproject.org
- API Documentation: http://docs.mirage.io/uri/
Dependencies (6)
Dev Dependencies (1)
-
ounit
with-test & >= "1.0.2"
-
amqp-client-async
>= "2.1.0" -
amqp-client-lwt
>= "2.1.0" -
archetype
< "0.1.5" | >= "1.2.10" -
async_js
< "v0.13.0" -
aws
< "1.2" - aws-s3
- azblob
- azure-cosmos-db
- bap-bundle
-
bap-byteweight
>= "2.2.0" -
bap-plugins
>= "2.2.0" - bap-std
-
bap-trace
>= "2.2.0" - bap-traces
- bap-veri
- biocaml
- builder-web
- calculon-web
-
capnp-rpc
>= "2.1" -
capnp-rpc-lwt
< "2.0" - capnp-rpc-net
- caqti
- carbon
- catala-lsp
-
cohttp
>= "1.2.0" - cohttp-async
- cohttp-eio
-
cohttp-lwt
>= "4.0.0" - conduit
- conduit-lwt-unix
- cookie
- cow
-
dns
< "4.4.1" - ezresto
- gemini
-
git
< "3.2.0" - git-mirage
- git-net
- git-paf
-
git-unix
>= "3.2.0" - github
- gitlab
-
hvsock
>= "2.0.0" - hyper
- icalendar
- ip2locationio
- ip2whois
- irmin
- irmin-cli
- irmin-git
- irmin-http
- irmin-mirage-git
- irmin-mirage-graphql
- irmin-server
- irmin-unix
- json-data-encoding
- jsonschema
- kubecaml
- lambda-runtime
-
lambdapi
>= "3.0.0" - letsencrypt
- links
-
liquidsoap
>= "2.1.4" - liquidsoap-core
- mechaml
- minima-theme
- mirage-block-unix
- monorobot
- moss
- naboris
- nbd
- nbd-tool
- obi
- ocplib-json-typed
- oidc
- omigrate
-
opam-compiler
>= "0.2.1" - opamfu
-
opium
>= "0.19.0" - paf
- paf-cohttp
- pf-qubes
- piaf
- raga
-
rdf
< "0.12.0" - resto
- resto-acl
- resto-cohttp-client
- resto-cohttp-self-serving-client
-
satyrographos
< "0.0.2.1" - savvy
- scgi
- sentry
- slack
- snf_mcp
- spotify-web-api
-
stog
>= "0.17.0" & < "0.19.0" - syndic
- textrazor
-
tezos-test-helpers
< "16.0" - validate
-
wamp
>= "1.1"
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
