Halbaroth / bitpack_serializer

This library provides functions for encoding efficiently simple OCaml data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bitpack Serializer

The library provides two main modules.

  • Buffer: defines buffers for writing and reading compressed data.
  • Lens: an easy to use API for easily defining encoders and decoders.

Install

Bitpack serializer is compatible with ocaml.4.08.0 and higher. You can install it on a compatible switch via opam:

$ opam install .

Documentation

Documentation is available here

About

This library provides functions for encoding efficiently simple OCaml data.

License:Other


Languages

Language:OCaml 84.4%Language:Python 13.6%Language:Makefile 2.0%