./devel/ocaml-csexp, Canonical S-expressions library for OCaml

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


Branch: CURRENT, Version: 1.5.2, Package name: ocaml-csexp-1.5.2, Maintainer: jaapb

This project provides minimal support for parsing and printing
S-expressions in canonical form, which is a very simple
and canonical binary encoding of S-expressions.


Master sites:

Filesize: 11.724 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-05 22:03:35 by Jaap Boender | Files touched by this commit (3)
Log message:
Updated devel/ocaml-csexp to version 1.5.2.

Change:
- Fix Csexp.serialised_length. Previously, it would under count by 2 because
  it did not take the parentheses into account.
   2022-05-24 20:51:57 by Jaap Boender | Files touched by this commit (118) | Package updated
Log message:
Recursive revbump associated with update of ocaml.

Also change of mk/ocaml.mk to lang/ocaml/ocaml.mk.
   2022-03-01 10:44:12 by Jaap Boender | Files touched by this commit (3)
Log message:
Update package devel/ocaml-csexp to version 1.5.1.

Upstream changes are minor.
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   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
   2020-12-09 12:10:47 by Jaap Boender | Files touched by this commit (5)
Log message:
Added devel/ocaml-csexp 1.3.2

This package provides minimal support for using canonical
S-expressions.