/ocaml-macaroons

A minimal reimplementation of libmacaroons in OCaml

Primary LanguageOCamlOtherNOASSERTION

Macaroons

A minimal implemention of libmacaroons in pure OCaml. See the paper for more information.

Author: Nicolas Ojeda Bar (n.oje.bar@gmail.com)

Dependencies

How to install

Make sure that you have installed libsodium.

Using OPAM:

opam install sodium macaroons

Manually:

git clone https://github.com/nojb/ocaml-macaroons
cd ocaml-macaroons
make
make install

Documentation

See the online version of the ocamldoc documentation here.