package macaroons

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Macaroons

module type CRYPTO = sig ... end
module type S = sig ... end
module Make (C : CRYPTO) : S

Macaroons that use C for their cryptographic needs.