about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/javalib
Commit message (Collapse)AuthorAge
* treewide: use ocaml.version (#19192)Kirill Boltaev2016-10-05
|
* Ensure that we can evaluate the platform attribute of ocaml packages.Nicolas B. Pierron2016-03-13
|
* Revert "Introduce patchShebangsPhase ran in preConfigurePhases"Domen Kožar2015-01-08
| | | | | | This reverts commit 512fbb280f72980e84230b72b631258df1755919. See #5368
* Introduce patchShebangsPhase ran in preConfigurePhasesDomen Kožar2015-01-02
| | | | | (cherry picked from commit 91c7e8747af1fdc2a70cd98594ccbb12a5c6902d) Signed-off-by: Domen Kožar <domen@dev.si>
* 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
* Minor modifications of some ocaml packages:Vincent Laporte2014-09-21
| | | | | | adds myself as a maintainer adds assertions to have evaluation errors rather than build errors moves opam out of ocamlPackages, as it does not provide a library
* ocaml-javalib, ocaml-sawja: uses patchShebangs rather than ad-hoc patchesVincent Laporte2014-09-03
|
* ocaml-javalib, ocaml-sawja: removes wrong path to bash invbgl2014-09-01
| | | | configure scripts
* Adds javalib and sawjaVincent Laporte2014-08-23
Javalib is a library that parses Java .class files into OCaml data structures. Sawja is a library written in OCaml, relying on Javalib to provide a high level representation of Java bytecode programs. Homepage: http://sawja.inria.fr/