NOTICE: This package has been removed from pkgsrc

./wip/ocaml-fieldslib, Define first class values representing record fields

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


Branch: CURRENT, Version: 109.20.03, Package name: fieldslib-109.20.03, Maintainer: pkgsrc-users

This library defines a syntax extension for OCaml using Camlp4 that
can be used to define first class values representing record fields,
and additional routines, to get and set record fields, iterate and
fold over all fields of a record and create new record 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)


   2015-02-26 16:59:56 by Hiramatsu Yoshifumi | Files touched by this commit (3)
Log message:
Update ocaml-fieldslib to 109.20.03.

This release contains documentation fixes.
   2014-11-25 10:23:53 by Hiramatsu Yoshifumi | Files touched by this commit (1)
Log message:
Remove unnecessary .include.
   2014-11-17 00:40:53 by Hiramatsu Yoshifumi | Files touched by this commit (1)
Log message:
This package does not require gmake.
   2014-11-16 23:55:06 by Hiramatsu Yoshifumi | Files touched by this commit (1)
Log message:
Add buildlink3.mk.
   2014-10-21 08:28:09 by Hiramatsu Yoshifumi | Files touched by this commit (2)
Log message:
Convert to use mk/ocaml.mk.
   2014-06-10 08:10:25 by Hiramatsu Yoshifumi | Files touched by this commit (4)
Log message:
Import OCaml library fieldslib into wip/ocaml-fieldslib.

This library defines a syntax extension for OCaml using Camlp4 that
can be used to define first class values representing record fields,
and additional routines, to get and set record fields, iterate and
fold over all fields of a record and create new record values.