summary refs log tree commit diff
path: root/pkgs/development/tools/ocaml/ocamlmod
Commit message (Collapse)AuthorAge
* Rename z77z into maggesiMarco Maggesi2019-10-07
| | | | | Make the "handle" of the maintainer match the name of the github account. Also update the email address.
* treewide: remove redundant recvolth2019-08-28
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* ocamlmod: 0.0.8 -> 0.0.9Vincent Laporte2017-10-14
|
* ppx_tools, camlp4, ocamlify, ocamlmod: don’t strip binariesVincent Laporte2017-02-26
|
* OCaml modules: make explicit some dependencies to ocamlbuildVincent Laporte2016-10-09
|
* ocamlmod: 0.0.7 -> 0.0.8Kirill Boltaev2016-09-26
|
* Ensure that we can evaluate the platform attribute of ocaml packages.Nicolas B. Pierron2016-03-13
|
* Adds camlp4Vincent Laporte2014-09-23
| | | | | | | | | | Camlp4 is a software system for writing extensible parsers for programming languages. Camlp4 was part of the official OCaml distribution until its version 4.01.0. Homepage: https://github.com/ocaml/camlp4
* Add OCaml OasisMarco Maggesi2014-01-31
OCaml Oasis is a configure/build/install system for OCaml proget (like Cabal for Haskell). This commit also add a few small dependencies that where missing - OCaml Data Notation (odn) - ocamlify - ocamlmod