./devel/ocaml-ppx_compare, Generation of comparison functions from types

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


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

Generation of fast comparison functions from type expressions and definitions.

Ppx_compare is a ppx rewriter that derives comparison functions from type
representations. The scaffolded functions are usually much faster than ocaml's
Pervasives.compare. Scaffolding functions also gives you more flexibility by
allowing you to override them for a specific type and more safety by making
sure that you only compare comparable values.


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

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

Master sites:

Filesize: 13.579 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 15:57:10 by Jaap Boender | Files touched by this commit (3)
Log message:
Updated devel/ocaml-ppx_compare to version 0.15.0.

There is no changelog, but changes seem to be minor only.
   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-01-16 10:09:21 by Jaap Boender | Files touched by this commit (3) | Package updated
Log message:
Updated devel/ocaml-ppx_compare to version 0.13.0.

The changelog doesn't seem to have been updated in a while, but this
version definitely adds support for OCaml 4.09.
   2019-03-05 18:59:40 by Jaap Boender | Files touched by this commit (4)
Log message:
Updated devel/ocaml-ppx_compare to version 0.12.0.

Package is now compatible with dune 1.7.

The CHANGES.md file is not up to date, but other changes are minor.
   2018-11-28 00:21:58 by Jaap Boender | Files touched by this commit (2)
Log message:
Updated package devel/ocaml-ppx_compare to use dune. Revbump.