ocplib-endianversion Documentation on ocaml.org
Optimised functions to read and write int16/32/64 from strings and bigarrays
The library implements three modules:
- EndianString works directly on strings, and provides submodules BigEndian and LittleEndian, with their unsafe counter-parts;
 - EndianBytes works directly on bytes, and provides submodules BigEndian and LittleEndian, with their unsafe counter-parts;
 - EndianBigstring works on bigstrings (Bigarrays of chars), and provides submodules BigEndian and LittleEndian, with their unsafe counter-parts.
 
| Author | Pierre Chambart | 
|---|---|
| License | LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception | 
| Published | |
| Homepage | https://github.com/OCamlPro/ocplib-endian | 
| Issue Tracker | https://github.com/OCamlPro/ocplib-endian/issues | 
| Maintainer | pierre.chambart@ocamlpro.com | 
| Dependencies | 
  | 
| Source [http] | https://github.com/OCamlPro/ocplib-endian/archive/refs/tags/1.2.tar.gz md5=8d5492eeb7c6815ade72a7415ea30949 sha512=2e70be5f3d6e377485c60664a0e235c3b9b24a8d6b6a03895d092c6e40d53810bfe1f292ee69e5181ce6daa8a582bfe3d59f3af889f417134f658812be5b8b85  | 
| Edit | https://github.com/ocaml/opam-repository/tree/master/packages/ocplib-endian/ocplib-endian.1.2/opam | 
Required by
- amqp-client<2.3.0
 - amqp-client-async<2.3.0
 - amqp-client-lwt<2.3.0
 - angstrom<0.7.0
 - caisar
 - caisar-onnx>=0.2
 - capnp
 - cbor
 - crowbar
 - decoders-msgpck>=0.7.0
 - depyt
 - dtc-pb
 - encore<0.4
 - ezgzip
 - faraday<0.5.0
 - git<3.2.0
 - gpt
 - graphql-cohttp>=0.9.0
 - hacl
 - json-data-encoding-bson
 - lwt>=4.3.0
 - lwt-binio
 - mirage-profile
 - mqtt
 - mrmimewith-test & >=0.5.0
 - msgpck
 - nsq
 - ocaml-protoc-plugin<1.0.0
 - ocplib-json-typed-bson
 - octez-shell-libs
 - osc
 - protocell
 - scid
 - tezos-signer-backends
 - webauthn
 - websocket
 
Optionally used by
- ocplib-json-typed>=0.5 & <0.7
 
          

