package brotli

  1. Overview
  2. No Docs
Bindings to Google's Brotli compresion algorithm

Install

Dune Dependency

Authors

Maintainers

Sources

v1.1.tar.gz
md5=3ffbce4180455d5d08908a613b008368

Description

High level and easy to use OCaml bindings to brotli, a compression algorithm from Google. Uses Bigarrays for memory efficiency and ready for Lwt concurrency.

Brotli source: https://github.com/google/brotli/

RFC: http://www.ietf.org/id/draft-alakuijala-brotli

Tags

clib:stdc clib:brotli

Published: 10 Oct 2015

Dependencies (5)

  1. ocamlbuild build
  2. ocamlfind build
  3. lwt >= "2.4.6" & < "4.0.0"
  4. oasis
  5. ocaml >= "4.02.3"

Dev Dependencies

None

Used by (1)

  1. brozip

Conflicts

None