package encore
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=aa0ea179205ce8e49f6fbbd9c448b8aeb2a1fa7c7e7df9ec09f56f855477c98d
sha512=1d45278af321026902554d929cf97820637bae9042bcea3dfb0b017993ca150685a1cc1c4febd10f83de214a382c50e398b365c35dce8e5add8e504f4a05dabb
CHANGES.md.html
v0.8.1 2024-03-03 Paris (France)
Correctly handle the
0xff
character on the encoder side (@yomimono, #33)
v0.8 2021-03-17 Paris (France)
Upgrade to ocamlformat.0.17.0 (@dinosaure, #31)
Fix stack-overflow on large objects (@dinosaure, @zshipko, #31)
Remove conflict with
git.2.1.3
(@dinosaure, @kit-ty-kate, fd0ef8c)
v0.7 2020-09-04 Paris (France)
Add a pure label on some encoders to help the
choose
operator to not grow the internal stack (#27, @dinosaure)Use an unlimited internal buffer with a
dequeue
to encode an object (#28, @dinosaure)
v0.6 2020-07-03 Paris (France)
breaking changes
Defunctorize the core of the library (#24)
Improve the core with
ocaml-git
(#26)Add documentation (#26)
v0.5 2020-06-29 Paris (France)
Move to
bigarray-overlap
to be compatible with > MirageOS 3.6 andjs_of_ocaml
(#23)Update to
angstron.0.14.0
(@sternenseemann, #22)
v0.4 2019-11-11 Paris (France)
Move to
bigarray-compat
to be compatible with > MirageOS 3.6 (#19, @dinosaure, @TheLortex)Add
bigstringaf
as a dependency (#18, @andreas, @dinosaure)
v0.3 2019-05-01 Paris (France)
Fix OPAM file about how to ask to
dune
to buildencore
(@kit-ty-kate)Use
ke
as common implementation of ring-bufferSupport of 4.07.0 in Travis CI
Provide a C stubs to know if a bigarray overlaps an other
Compilation fixed with MirageOS (@hannesm)
Tests about printer, parsers and combinators
Add
from
function to let user to allocate internal bufferUse rev_iter instead fold and rev on internal queue
Delete tag argument on bijection objects to be more usable
Delete dependency of ocplib-endian and use bigstringaf instead
Use angstrom.0.10.0 (@andreas)
v0.2 2018-10-15 Paris (France)
Dunify project
v0.1 2018-03-31 Paris (France)
First release