package macaroons

  1. Overview
  2. Docs
Macaroons for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

v0.1.0.tar.gz
md5=6816ced35f687944f58e1a0d27bc888c

Description

This is a minimal reimplementation of libmacaroons (https://github.com/rescrv/libmacaroons) in OCaml.

It consists of two findlib libraries: macaroons and macaroons.sodium. The first provides a functor over the required cryptographic operations, while the second uses libsodium for crypto, and is only installed if the OPAM package sodium is installed.

See the paper http://research.google.com/pubs/pub41892.html to learn about Macaroons.

Published: 15 Feb 2015

Dependencies (5)

  1. ocamlbuild build
  2. ocamlfind build
  3. base64 >= "2.0.0" & < "3.0.0"
  4. hex
  5. ocaml >= "4.01.0"

Dev Dependencies

None

Used by

None

Conflicts

None