package lz4

  1. Overview
  2. Docs
Bindings to the LZ4 compression algorithm

Install

Dune Dependency

Authors

Maintainers

Sources

v1.2.0.tar.gz
md5=d2e3d607dbc2961a94312164c309f0fa
sha512=9b817e5446c156abb00acdc3da2925bbe725600bfb2f0761079252d9aabd2abd36ea84b69bdb252cc26419009465bc629f8cc677fb68e0518a844f5c5deed00d

doc/lz4.generated/LZ4_generated/index.html

Module LZ4_generatedSource

module CI = Cstubs_internals
Sourceval caml__1_LZ4_compressBound : int -> int
Sourceval caml__2_LZ4_compress_limitedOutput : bytes CI.ocaml -> bytes CI.ocaml -> int -> int -> int
Sourceval caml__3_LZ4_compress_limitedOutput : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int
Sourceval caml__4_LZ4_decompress_safe : bytes CI.ocaml -> bytes CI.ocaml -> int -> int -> int
Sourceval caml__5_LZ4_decompress_safe : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int
Sourcetype 'a result = 'a
Sourcetype 'a return = 'a
Sourcetype 'a fn =
  1. | Returns : 'a CI.typ -> 'a return fn
  2. | Function : 'a CI.typ * 'b fn -> ('a -> 'b) fn
Sourceval map_result : ('a -> 'b) -> 'a -> 'b
Sourceval returning : 'a CI.typ -> 'a return fn
Sourceval (@->) : 'a CI.typ -> 'b fn -> ('a -> 'b) fn
Sourceval foreign : 'a 'b. string -> ('a -> 'b) fn -> 'a -> 'b
Sourceval foreign_value : 'a. string -> 'a Ctypes.typ -> 'a Ctypes.ptr
OCaml

Innovation. Community. Security.