sternenseemann
cdb97ba523
ocamlPackages.ocamlmod: disable tests if ounit is not available
...
When we redid ounit and ounit2, the minimumOCamlVersion was also pushed
to OCaml 4.04. ocamlmod builds on earlier versions as well, but doesn't
evaluate if we pull in ounit.
Therefore we conditionally disable tests for OCaml < 4.04 which means
for example oasis is available for those versions again as well.
2021-02-21 10:12:22 +01:00
R. RyanTM
2f6523f96b
ocamlPackages.utop: 2.6.0 -> 2.7.0
2021-02-19 08:15:26 +01:00
Vincent Laporte
d0e7e493ca
ocamlPackages.ocp-index: use Dune 2
2021-02-13 10:59:13 +01:00
Vincent Laporte
1106f2d1ac
ocaml-top: use Dune 2
2021-02-13 10:55:12 +01:00
Mario Rodas
0d01108677
opam: 2.0.7 -> 2.0.8
...
https://github.com/ocaml/opam/releases/tag/2.0.8
2021-02-09 04:20:00 +00:00
sternenseemann
f0a821afc5
opam-installer: init at 2.0.7
2021-01-26 08:17:31 +01:00
Jörg Thalheim
09f47ac855
Merge branch 'master' into development-tools-stdenv-lib
2021-01-23 15:57:23 +00:00
Mario Rodas
9d6fd2ba13
dune_2: 2.8.0 -> 2.8.2
...
https://github.com/ocaml/dune/releases/tag/2.8.1
https://github.com/ocaml/dune/releases/tag/2.8.2
2021-01-23 16:09:22 +01:00
Ben Siraphob
c522fec274
pkgs/development/tools: stdenv.lib -> lib
2021-01-23 20:30:03 +07:00
Jules Aguillon
bf010dac66
ocamlformat: Add versions 0.15.1 and 0.16.0
2021-01-22 09:10:02 +01:00
sternenseemann
095ef20a24
dune: stdenv.lib → lib
...
Reference #108938 .
2021-01-21 11:26:26 +01:00
sternenseemann
f3704de649
dune: let dune install itself
2021-01-21 11:26:26 +01:00
zowoq
932941b79c
treewide: editorconfig fixes
...
- remove trailing whitespace
- use spaces for indentation
2021-01-21 13:29:54 +10:00
zowoq
31f5dd3f36
treewide: editorconfig fixes
...
- remove trailing whitespace
- use spaces for indentation
2021-01-20 09:11:11 +10:00
Antonio Nuno Monteiro
80bf06e78b
dune_2: 2.7.1 -> 2.8.0
2021-01-19 15:15:02 +01:00
sternenseemann
c955b30d4c
dune-release: fix tests for newer git versions
...
Newer git versions show a hint when calling `git init` to set the
default initial branch to something like 'main'. This obviously is
printed to stderr and thus not hidden by `> /dev/null`. We fix the
ensuing test failure by setting a branch in the invocation.
2021-01-13 09:54:56 +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
b3351951b0
ocamlPackages.camlp5: 7.13 → 7.14
2021-01-09 14:00:53 +01:00
Vincent Laporte
6b0396351e
ocamlPackages.lambdaTerm: 2.0.3 → 3.1.0
...
ocamlPackages.utop: 2.4.3 → 2.6.0
2021-01-05 18:23:20 +01:00
Vincent Laporte
d9c71767bd
ocamlPackages.merlin: 3.4.0 → 3.4.2
2020-12-31 08:17:21 +01:00
Vincent Laporte
ac02f26980
ocamlPackages.cppo: 1.6.{5,6} → 1.6.7
...
ocamlPackages.cppo_ocamlbuild: init at 1.6.7
2020-12-30 15:04:11 +01:00
sternenseemann
2b0fc36c90
ocamlPackages.js_of_ocaml*: 3.7.0 -> 3.8.0
...
ocamlPackages.js_of_ocaml*: use buildDunePackage to fix installation
ocamlPackages.js_of_ocaml*: fix style for editorconfig
Closes #106343
2020-12-19 23:33:20 +01:00
Vincent Laporte
b6f7f1f673
ocamlPackages.janeStreet: 0.13 → 0.14
...
ocamlPackages.biocaml: 0.10.1 → 0.11.1
ocamlPackages.bistro: fix for Core 0.14
ocamlPackages.js_of_ocaml: 3.7.0 → 3.7.1
ocamlPackages.ocaml-r: 0.2.0 → 0.4.0
ocamlPackages.phylogenetics: 2020-01-25 → 2020-11-23
Co-authored-by: sternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>
2020-12-18 21:03:56 +01:00
Vincent Laporte
c2e90c4433
ocamlformat: build legacy versions with OCaml 4.07
2020-12-18 21:03:56 +01:00
sternenseemann
a817ce3ada
ocamlPackages.odoc: 1.5.1 -> 1.5.2
2020-12-07 13:11:11 +01:00
Vincent Laporte
222966a7d1
obelisk: 0.4.0 → 0.5.2
2020-12-02 22:39:56 +01:00
Sandro Jäckel
60c54866ed
treewide: run ./maintainers/scripts/update_redirected_urls.sh
2020-11-27 01:35:54 +01:00
Vincent Laporte
5a6981654b
ocamlPackages.camlp5: 7.12 → 7.13
2020-11-24 08:21:21 +01:00
Vincent Laporte
557094a10c
ocamlPackages.ocp-build: 1.99.19-beta → 1.99.21-beta
2020-10-30 11:39:15 +01:00
Vincent Laporte
d149b27d41
ocamlformat: refactor
2020-10-18 09:51:18 +02:00
Hongchang Wu
4304c709af
ocamlPackages.merlin: 3.3.9 -> 3.4.0
2020-10-04 16:57:52 +02:00
Hongchang Wu
91c74eeae3
ocamlPackages.dot-merlin-reader: init at 3.4.0
2020-09-25 15:11:46 +02:00
Jules Aguillon
c4cb4c226e
Declare several versions of OCamlformat ( #88799 )
...
OCamlformat is still a bit unstable and it's common to work on several
projects that each use a different version.
Define every versions at once and share code
* ocamlformat: add dependency on base
OCamlformat always required Base.
This will be important in the future as Base may make breaking changes.
2020-09-22 07:30:35 +02:00
Mario Rodas
1d2c243d9e
dune_2: fix hash
2020-09-07 13:26:52 +02:00
Mario Rodas
adcb00e739
ocamlPackages.merlin: 3.3.8 -> 3.3.9
...
https://github.com/ocaml/merlin/releases/tag/v3.3.9
2020-09-04 16:33:58 +02:00
Mario Rodas
c7e8da6225
dune_2: 2.7.0 -> 2.7.1
...
https://github.com/ocaml/dune/releases/tag/2.7.1
2020-09-04 15:27:26 +02:00
Vincent Laporte
910ac8645f
ocamlPackages.ocp-index: 1.2 → 1.2.1
2020-09-02 10:30:34 +02:00
Mario Rodas
f26043b428
ocamlPackages.merlin: 3.3.6 -> 3.3.8
...
https://github.com/ocaml/merlin/releases/tag/v3.3.7
https://github.com/ocaml/merlin/releases/tag/v3.3.8
2020-09-01 10:41:39 +02:00
Mario Rodas
548bd1e04f
dune_2: 2.6.2 -> 2.7.0
...
https://github.com/ocaml/dune/releases/tag/2.7.0
2020-08-24 11:43:13 +02:00
Silvan Mosberger
1fe7fee592
Merge pull request #93347 from symphorien/spacetime
...
Ocaml spacetime support
2020-08-22 16:38:54 +02:00
Symphorien Gibol
3ede620042
camlp4: fix build with spacetime
2020-08-15 23:44:01 +02:00
R. RyanTM
f8c1c5ad83
ocamlPackages.ocp-indent: 1.8.1 -> 1.8.2
2020-08-15 14:10:21 +00:00
Vincent Laporte
774db64cc6
js_of_ocaml: 3.6.0 → 3.7.0
2020-08-15 07:29:11 +02:00
Mario Rodas
07e74acd0f
ocamlformat: add marsam to maintainers
2020-08-07 04:20:00 +00:00
Mario Rodas
22594a9d4a
ocamlformat: 0.14.2 -> 0.15.0
...
https://github.com/ocaml-ppx/ocamlformat/releases/tag/0.15.0
2020-08-06 23:20:00 -05:00
sternenseemann
b37f77420e
dune-release: 1.3.3 → 1.4.0
2020-08-02 15:01:02 +02:00
R. RyanTM
d2ad65c2d7
dune_2: 2.6.1 -> 2.6.2
2020-08-01 03:14:18 +00:00
Mario Rodas
969e35423c
dune_2: 2.6.0 -> 2.6.1
...
Changelog: https://github.com/ocaml/dune/releases/tag/2.6.1
2020-07-05 12:11:03 +02:00
Vincent Laporte
581660a4d3
ocamlPackages.camlp5: 7.11 → 7.12
2020-07-01 13:46:30 +02:00
Vincent Laporte
5ac8870024
ocamlPackages.js_of_ocaml: 3.5.2 → 3.6.0
2020-06-28 09:59:04 +02:00