Get

How to get OCamlnet

From OPAM

OCamlnet is included in the main OPAM repository. Just do:

opam install ocamlnet

Some parts of OCamlnet are only installed when optional dependencies are installed:

For instance, if you want OCamlnet with TLS support, just do:

opam install ocamlnet conf-gnutls

Most recent version

There is a separate repository with the most recent version:

camlcity repository

See the README there how to use it.

From source

See the project page for downloading the tarball. See the inluded INSTALL file for installation instructions.

GIT version

See the GIT repository.