NOTICE: This package has been removed from pkgsrc

./wip/ocaml-comparelib, Syntax extension for deriving compare functions automatically

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 109.60.00, Package name: comparelib-109.60.00, Maintainer: pkgsrc-users

Pa_compare is a camlp4 syntax extension 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 flexibilty 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-type_conv]

Required to build:
[pkgtools/cwrappers] [devel/ocamlbuild]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2014-11-25 09:12:05 by Hiramatsu Yoshifumi | Files touched by this commit (1)
Log message:
Remove unnecessary .include.
   2014-11-17 00:17:31 by Hiramatsu Yoshifumi | Files touched by this commit (1)
Log message:
This package does not require gmake.
   2014-11-16 23:48:46 by Hiramatsu Yoshifumi | Files touched by this commit (1)
Log message:
Add buildlink3.mk.
   2014-10-21 04:40:29 by Hiramatsu Yoshifumi | Files touched by this commit (2)
Log message:
Convert to use mk/ocaml.mk.
   2014-06-12 09:58:58 by Hiramatsu Yoshifumi | Files touched by this commit (4)
Log message:
Import OCaml library comparelib into wip/ocaml-comparelib.

Pa_compare is a camlp4 syntax extension 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 flexibilty by allowing you to override
them for a specific type and more safety by making sure that you only
compare comparable values.