NOTICE: This package has been removed from pkgsrc

./wip/ocaml-typerep, Runtime types for OCaml

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


Branch: CURRENT, Version: 112.17.00, Package name: typerep-112.17.00, 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] [wip/ocaml-bin_prot] [devel/ocaml-type_conv] [lang/camlp4] [devel/ocaml-sexplib]

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

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2015-02-26 17:14:20 by Hiramatsu Yoshifumi | Files touched by this commit (3)
Log message:
Update ocaml-typerep to 112.17.00.

- Split out typerep_extended which is now using core_kernel
   2015-02-13 06:28:28 by Hiramatsu Yoshifumi | Files touched by this commit (5)
Log message:
Add OCaml library typerep into wip/ocaml-typerep.

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.