Malo Bourgon
bca4ad0487
ocamlPackages: inherit ocaml.meta.platforms
2022-05-11 09:02:37 +02:00
Anders Kaseorg
6920d8ca42
treewide: Simplify negated uses of versionAtLeast, versionOlder
...
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2022-04-25 13:35:24 -07:00
Ulrik Strid
8c949f7f7b
ocamlPackages.sawja: 1.5.10 -> 1.5.11
2022-03-27 15:31:43 +02:00
Ulrik Strid
a13cdfe520
ocamlPackages tree-wide: Move buildInputs that should be nativeBuildInputs
...
To keep this for the future we also strictDeps where possible, including for janePackages, topkg, oasis and ocamlbuild.
This makes some closures significantly smaller and makes cross compilation easier
2022-02-24 14:39:27 +01:00
Vincent Laporte
347fb5b441
ocamlPackages.sawja: 1.5.8 → 1.5.10
2021-10-20 09:07:47 +02:00
Guillaume Girol
a17fc03375
pkgsStatic.ocaml-ng: migrate static adapter to derivations themselves
2021-08-19 09:32:03 +02:00
sternenseemann
4e42cac49d
ocamlPackages: stdenv.lib → lib
...
This change was produced by searching for remaining occurrences of
stdenv.lib and replacing them manually.
Reference #108938 .
2021-01-12 16:33:18 +01:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
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
2021-01-11 10:38:22 +01:00
Vincent Laporte
644b931c49
ocamlPackages.javalib: 3.1.1 → 3.2.1
...
ocamlPackages.sawja: 1.5.7 → 1.5.8
2020-02-28 09:37:54 +01:00
Vincent Laporte
a17f7277a8
ocamlPackages.sawja: 1.5.6 → 1.5.7
2019-10-31 07:29:53 +00:00
volth
7b8fb5c06c
treewide: remove redundant quotes
2019-09-08 23:38:31 +00:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
Vincent Laporte
b684e3d24b
ocamlPackages.javalib: 2.3.5 -> 3.0
...
ocamlPackages.sawja: 1.5.3 -> 1.5.6
2018-12-07 03:28:54 +00:00
Vincent Laporte
0ceb110197
ocamlPackages.sawja: 1.5.2 -> 1.5.3
2018-03-09 07:53:49 +01:00
Vincent Laporte
f97766566a
ocamlPackages.javalib: 2.3 -> 2.3.3
...
ocamlPackages.sawja: 1.5 -> 1.5.2
2017-06-30 17:03:39 +00:00
Nicolas B. Pierron
72c6f8a140
Ensure that we can evaluate the platform attribute of ocaml packages.
2016-03-13 19:08:26 +00:00
Domen Kožar
9b7b2ce8eb
Revert "Introduce patchShebangsPhase ran in preConfigurePhases"
...
This reverts commit 512fbb280f
.
See #5368
2015-01-08 10:26:49 +01:00
Domen Kožar
512fbb280f
Introduce patchShebangsPhase ran in preConfigurePhases
...
(cherry picked from commit 91c7e8747af1fdc2a70cd98594ccbb12a5c6902d)
Signed-off-by: Domen Kožar <domen@dev.si>
2015-01-02 02:58:32 +01:00
Vincent Laporte
d274ee3f80
Adds camlp4
...
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
2014-09-23 09:34:13 +01:00
Vincent Laporte
857c13e1af
Minor modifications of some ocaml packages:
...
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
2014-09-21 11:02:55 +01:00
Vincent Laporte
ebbd54e9f0
ocaml-javalib, ocaml-sawja: uses patchShebangs rather than ad-hoc patches
2014-09-03 21:59:29 +02:00
vbgl
624e98e78e
ocaml-javalib, ocaml-sawja: removes wrong path to bash in
...
configure scripts
2014-09-01 12:04:43 +02:00
Vincent Laporte
f439cc7cf6
Adds javalib and sawja
...
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/
2014-08-23 12:44:16 +04:00