./archivers/ocaml-decompress, Pure OCaml implementation of Zlib

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.4.3, Package name: ocaml-decompress-1.4.3, Maintainer: jaapb

Decompress is a pure OCaml implementation of zlib (in other words, it does not
use C bindings).


Required to run:
[lang/ocaml] [devel/ocaml-findlib] [devel/ocaml-cmdliner] [devel/ocaml-dune] [devel/ocaml-checkseum] [devel/ocaml-optint]

Required to build:
[pkgtools/cwrappers] [misc/ocaml-opaline]

Master sites:

Filesize: 1146.403 KB

Version history: (Expand)


CVS history: (Expand)


   2022-05-24 20:59:36 by Jaap Boender | Files touched by this commit (145)
Log message:
Replaced mk/ocaml.mk with lang/ocaml/ocaml.mk in ocaml packages
   2022-05-24 19:37:51 by Jaap Boender | Files touched by this commit (1)
Log message:
Corrected mistake in buildlink3.mk for archivers/ocaml-decompress
   2022-05-03 21:45:12 by Jaap Boender | Files touched by this commit (4)
Log message:
Updated archivers/ocaml-decompress to version 1.4.3.

Changes are mostly incremental, but some do break API compatibility:
* different behaviour of the De module
* the Higher returns a result value instead of raising an exception
   2021-10-26 11:57:20 by Nia Alarie | Files touched by this commit (140)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and SHA512
hashes.
   2021-10-07 15:06:15 by Nia Alarie | Files touched by this commit (140)
Log message:
archivers: Remove SHA1 distfiles hashes
   2021-03-08 09:13:10 by Jaap Boender | Files touched by this commit (214) | Package updated
Log message:
Recursive revbump associated with update of lang/ocaml
   2019-11-02 23:54:29 by Roland Illig | Files touched by this commit (27)
Log message:
archivers: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
   2019-03-12 19:00:02 by Jaap Boender | Files touched by this commit (5)
Log message:
Added archivers/ocaml-decompress, a pure OCaml zlib implementation