package bytesrw
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Composable byte stream readers and writers for OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
bytesrw-0.4.1.tbz
sha512=9d4d65ff080a107f2ed35c4f13ac77c20e4920e92dffe84c270f23169d7db130506a450aa83a6c6c621ce80b699191291fb8be227d1fb47fb5fd49ddc150b37e
Description
Bytesrw extends the OCaml Bytes module with composable, memory
efficient, byte stream readers and writers compatible with effect
based concurrency.
Except for byte slice life-times, these abstractions intentionally separate away resource management and the specifics of reading and writing bytes.
Bytesrw distributed under the ISC license. It has no dependencies.
Optional support for compressed, hashed and encrypted bytes depend, at
your wish, on the C zlib, libzstd, blake3, libmd,
xxhash and mbedtls libraries.
Homepage: https://erratique.ch/software/bytesrw/
Tags
bytes entropy streaming zstd zlib gzip deflate random csprng sha1 sha2 compression hashing utf xxhash blake3 psa tls websocket cryptography sha3 org:erratiqueAdded to opam-repository:
Dependencies (5)
-
conf-pkg-config
build -
topkg
build & >= "1.1.1" -
ocamlbuild
build -
ocamlfind
build -
ocaml
>= "4.14.0"
Dev Dependencies
None
Used by (17)
- brot
-
decompress
>= "1.6.0" - deepseek
- diffast-misc
- json-pointer
- jsonfeed
- jws
-
kaun
>= "1.0.0~alpha3" - kaun-board
- mkernel
- opam-audit
- ppx_deriving_jsont
- purl
-
quill
>= "1.0.0~alpha3" - tdmrep
- vif
- wire
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page