about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/fieldslib
Commit message (Collapse)AuthorAge
* ocamlPackages.fieldslib_p4: add ocamlbuild dependencyVincent Laporte2016-11-08
|
* Ensure that we can evaluate the platform attribute of ocaml packages.Nicolas B. Pierron2016-03-13
|
* Revert "ocaml-modules: fix naming: "_" -> "-""ts4682015-09-06
|
* ocaml modules: fix some CamelCase and under_scoresThomas Strobel2015-09-02
|
* rename ocaml_typeconv to type_convEric Merritt2015-05-24
| | | | | | | The actual name of the package is type_conv (https://github.com/janestreet/type_conv). Having it named ocaml_typeconv adds a verbosity that isn't required and actually makes the package harder to find.
* Adds ocaml-fieldslibVincent Laporte2014-12-09
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. Homepage: https://ocaml.janestreet.com/