package bitpack_serializer

  1. Overview
  2. Docs
This library provides functions for encoding efficiently simple OCaml data

Install

Dune Dependency

Authors

Maintainers

Sources

v0.1.0.tar.gz
md5=5739dc1b8f16a64a17bc1d97aa80eef9
sha512=c80ba1779264a4c2fb38fff81f10b996fb8a8b5aa357e2e25636d16aa8a47e88553061f922329dd34ecc17034d8ec7c219e95ae78796aa1b4db5c010fac0c289

Description

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.

Published: 07 Sep 2022

README

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

Dependencies (3)

  1. zarith >= "1.10"
  2. dune >= "2.7.0"
  3. ocaml >= "4.08.0"

Dev Dependencies (4)

  1. ocamlformat with-test
  2. odoc with-doc
  3. ppx_expect with-test
  4. ppx_inline_test with-test

Used by

None

Conflicts

None