package macaroons

  1. Overview
  2. Docs
Macaroons for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

v0.1.1.tar.gz
md5=e3118571a4d219d78a03db9ac4761a2c

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: 11 Jul 2017

Dependencies (4)

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

Dev Dependencies

None

Used by

None

Conflicts

None