package octez-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module V1 : sig ... end

V1: using vanilla Data_encoding. Easier to parse by non-OCaml programs but less efficient

module V2 : sig ... end

V2 : using Compact_encoding. Smaller than V1 but more complex parser is required.

OCaml

Innovation. Community. Security.