package uri-sexp
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-v4.2.0.tbz
sha256=c5c013d940dbb6731ea2ee75c2bf991d3435149c3f3659ec2e55476f5473f16b
sha512=119e39bf53db9e94383a4e3a3df492b60b2db097266b3a8660de431ad85bc87997718305972fd2abbfb529973475ce6b210ba5e34d12e85a5dabbb0e24130aa1
doc/README.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 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-re- the legacy implementation At the beginning,uriusedreto parse astring. Since 4.0.0, we useangstrom- if something breaks withuri.4.0.0, you should compare withuri-reand submit an issue.uri-reis deprecated and it will be removed on the next release (see #150)uri.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/
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
