Skip to content

durana/ocaml-uri

This branch is 121 commits behind mirage/ocaml-uri:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4e0155a · Jul 1, 2018
Jan 2, 2018
Jan 11, 2018
Jun 30, 2018
Jan 18, 2018
May 26, 2017
Jan 11, 2018
Jul 1, 2018
Jul 1, 2018
Dec 6, 2016
Jan 11, 2018
May 27, 2017
May 27, 2017
Jun 30, 2018

Repository files navigation

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 base Uri module
  • uri.top - the toplevel printers for use with utop
  • uri.services - the Uri_services module that provides the equivalent of services(5)
  • uri.services_full - the Uri_services_full module that provides a complete copy of the /etc/services file. This is quite large and normally not needed.

Contact

Build Status

About

RFC3986 URI parsing library for OCaml

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • OCaml 98.9%
  • Makefile 1.1%