./devel/ocaml-ppx_variants_conv, Generation of accessor and iteration functions for OCaml variant types

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


Branch: CURRENT, Version: 0.15.0, Package name: ocaml-ppx_variants_conv-0.15.0, Maintainer: jaapb

ppx_variants_conv is a ppx rewriter that can be used to define first class
values representing variant constructors, and additional routines to fold,
iterate and map over all constructors of a variant type.


Required to run:
[lang/ocaml] [devel/ocaml-findlib] [devel/ocaml-base] [devel/ocaml-ppxlib] [devel/ocaml-dune] [devel/ocaml-variantslib]

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

Master sites:

Filesize: 10.283 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-04 19:36:36 by Jaap Boender | Files touched by this commit (3)
Log message:
Updated devel/ocaml-ppx_variants_conv to version 0.15.0.

There is no changelog, but 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-11 09:11:21 by Jaap Boender | Files touched by this commit (3)
Log message:
Updated devel/ocaml-ppx_variants_conv to 0.14.1

Not easy to figure out what exactly has changed, but one thing is that
this version now supports newer versions of ocaml-ppxlib.
   2020-01-16 14:37:46 by Jaap Boender | Files touched by this commit (3) | Package updated
Log message:
Updated devel/ocaml-ppx_variants_conv to version 0.13.0.

The changelog has not been updated, but this version definitely adds
support for OCaml 4.09.
   2019-03-13 12:03:16 by Jaap Boender | Files touched by this commit (5)
Log message:
Added devel/ocaml-ppx_variants_conv, ppx rewriter for variant types