summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/sawja
Commit message (Collapse)AuthorAge
* ocamlPackages: stdenv.lib → libsternenseemann2021-01-12
| | | | | | | This change was produced by searching for remaining occurrences of stdenv.lib and replacing them manually. Reference #108938.
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* ocamlPackages.javalib: 3.1.1 → 3.2.1Vincent Laporte2020-02-28
| | | | ocamlPackages.sawja: 1.5.7 → 1.5.8
* ocamlPackages.sawja: 1.5.6 → 1.5.7Vincent Laporte2019-10-31
|
* treewide: remove redundant quotesvolth2019-09-08
|
* treewide: remove redundant recvolth2019-08-28
|
* ocamlPackages.javalib: 2.3.5 -> 3.0Vincent Laporte2018-12-07
| | | | ocamlPackages.sawja: 1.5.3 -> 1.5.6
* ocamlPackages.sawja: 1.5.2 -> 1.5.3Vincent Laporte2018-03-09
|
* ocamlPackages.javalib: 2.3 -> 2.3.3Vincent Laporte2017-06-30
| | | | ocamlPackages.sawja: 1.5 -> 1.5.2
* 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/