package uri
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=000d9928877581c4f2fe6e02dee41db9cc4cb1f21e383f3b6ee3a7eadfb4298f
sha512=954b082b9409717bd59164b8a03196af9320f60fcb529bf885ba1771a4097aaf6c4cc3769e1d7b8be5239bfb690119b53b6a3fa6282a5ac5a5544119d82b1b7e
README.md.html
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 dune build system.
opam install uri --deps-only
eval `opam config env`
dune build
dune 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-sexp
- provides converters to and from s-expressions (via aUri_sexp.t
type alias)uri.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/