Frederik Rietdijk
c456a2512f
Merge master into staging-next
2021-02-26 10:25:13 +01:00
Mario Rodas
7043f00adc
ocamlPackages.ocp-index: 1.2.1 -> 1.2.2
2021-02-26 04:20:00 +00:00
R. RyanTM
eddb81ccd8
ocsigen-i18n: 3.5.0 -> 3.7.0
2021-02-25 22:21:30 -05:00
Vincent Laporte
0f24f12bb4
ocamlPackages.crunch: use Dune 2
2021-02-25 22:12:12 +01:00
github-actions[bot]
54795a5689
Merge staging-next into staging
2021-02-21 12:19:46 +00:00
github-actions[bot]
cf22d5fee7
Merge master into staging-next
2021-02-21 12:19:43 +00:00
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
Ben Siraphob
127733211e
treewide: unzip buildInputs to nativeBuildInputs ( #112302 )
2021-02-20 16:01:53 -05:00
Jan Tojnar
8f50f1ce10
Merge branch 'staging-next' into staging
...
Resolved the following conflicts:
- kernel flags between 09176d28a0
and 2b28822d8d
- clojure-lsp between 3fa00685ce
and e03c068af5
2021-02-19 17:15:31 +01:00
Ben Siraphob
e03c068af5
treewide: makeWrapper buildInputs to nativeBuildInputs
2021-02-19 20:09:16 +07: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
sternenseemann
c4ca9ba10d
dune-release: init at 1.3.3
2020-06-26 12:14:03 +02:00
Vincent Laporte
a0d4f232d7
ocamlPackages.js_of_ocaml: rename file to “default.nix”
2020-06-15 08:53:50 +02:00
Vincent Laporte
d6a4ee1193
ocamlPackages.js_of_ocaml_2: remove at 2.7 & 2.8.4
2020-06-15 08:53:50 +02:00
Mario Rodas
d1a51e415d
ocamlPackages.merlin: 3.3.4 -> 3.3.6
2020-06-12 04:20:00 -05:00
Mario Rodas
657f4927eb
dune_2: 2.5.1 -> 2.6.0
...
Changelog: https://github.com/ocaml/dune/releases/tag/2.6.0
2020-06-08 10:45:02 +02:00
Mario Rodas
a1ee2cb9c4
ocamlformat: 0.14.1 -> 0.14.2
2020-05-12 08:14:18 +02:00
Vincent Laporte
513e1339c0
ocamlPackages.merlin: 3.3.3 → 3.3.4
2020-04-22 07:24:48 +02:00
Mario Rodas
9d81c54b31
opam: add marsam to maintainers
2020-04-21 15:49:43 +02:00
Mario Rodas
05cfa5ff99
opam: 2.0.6 -> 2.0.7
2020-04-21 15:49:43 +02:00
Mario Rodas
1a36927174
ocamlformat: 0.14.0 -> 0.14.1
...
Changelog: https://github.com/ocaml-ppx/ocamlformat/releases/tag/0.14.1
2020-04-21 08:56:19 +02:00
Mario Rodas
b3c3a0bd18
dune_2: 2.5.0 -> 2.5.1
...
Changelog: https://github.com/ocaml/dune/releases/tag/2.5.1
2020-04-20 09:08:36 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Mario Rodas
7ac4b79e82
dune_2: 2.4.0 -> 2.5.0
...
Changelog: https://github.com/ocaml/dune/releases/tag/2.5.0
2020-04-10 09:00:08 +02:00
Vincent Laporte
4cf775aee9
ocamlPackages.cppo: 1.6.5 → 1.6.6
2020-04-09 10:02:59 +02:00
Mario Rodas
09022cb32f
ocamlformat: 0.13.0 -> 0.14.0
...
Changelog: https://github.com/ocaml-ppx/ocamlformat/releases/tag/0.14.0
2020-04-03 04:20:00 -05:00
Vincent Laporte
8dddd8a07f
ocamlPackages.camlp5: 7.10 → 7.11
2020-03-19 18:04:14 -07:00
Antonio Nuno Monteiro
c9fc7a2a9c
dune: 2.3.1 -> 2.4.0
2020-03-11 17:14:52 +01:00
Vincent Laporte
5e468ef981
ocsigen-i18n: 3.4.0 → 3.5.0
2020-03-08 18:09:22 +01:00
Joachim Breitner
2d2a5a9b63
js_of_ocaml: 3.4.0 -> 3.5.2 ( #75766 )
...
drive-by contributions, as I was playing around with this (it has better
support for the `num` library, it seems.)
js_of_ocaml: 3.4.0 -> 3.5.2
ocamlPackages.js_of_ocaml-ppx_deriving_json: use ppxlib-0.12.0
ocamlPackages.eliom: 6.8.0 → 6.10.1
ocamlPackages.ocsigen-toolkit: 2.2.0 → 2.5.0
ocamlPackages.ocsigen-start: 2.7.0 → 2.16.1
Co-authored-by: Vincent Laporte <Vincent.Laporte@gmail.com>
2020-03-06 07:42:04 +01:00
Vincent Laporte
9794d1e5fc
ocamlPackages.ocp-index: 1.1.9 → 1.2
2020-03-01 22:39:43 +01:00
Vincent Laporte
d02dc3c5fd
ocamlPackages.ocp-build: fix for OCaml ≥ 4.08
2020-03-01 22:39:43 +01:00
Mario Rodas
2e1198cb47
dune_2: fix hash
2020-02-24 12:54:42 +01:00
Mario Rodas
09c1342c70
dune_2: 2.3.0 -> 2.3.1
...
Changelog: https://github.com/ocaml/dune/releases/tag/2.3.1
2020-02-21 15:04:02 +01:00
Mario Rodas
bfb7ebf5df
dune_2: 2.2.0 -> 2.3.0
...
Changelog: https://github.com/ocaml/dune/releases/tag/2.3.0
2020-02-15 20:03:14 +01:00
Antonio Nuno Monteiro
990f64d5d7
ocamlformat: fix 0.13.0 URL
2020-02-10 07:34:52 +01:00
Mario Rodas
a5c3e14785
dune_2: 2.1.3 -> 2.2.0
...
Changelog: https://github.com/ocaml/dune/releases/tag/2.2.0
2020-02-07 09:58:43 +01:00
Antonio Nuno Monteiro
a21c2fa3ea
ocamlformat: 0.12 -> 0.13.0 ( #78942 )
2020-01-31 10:48:37 +01:00
Vincent Laporte
57aaf67b72
ocamlPackages.utop: 2.4.2 → 2.4.3
2020-01-28 17:33:13 +01:00
Mario Rodas
560f6943a2
opam: 2.0.5 -> 2.0.6
...
Changelog: https://github.com/ocaml/opam/blob/2.0.6/CHANGES
2020-01-16 15:35:29 +01:00
Mario Rodas
98c22e50cd
dune_2: 2.1.2 -> 2.1.3
...
Changelog: https://github.com/ocaml/dune/releases/tag/2.1.3
2020-01-16 14:20:19 +01:00
Mario Rodas
7994673d56
dune_2: 2.1.1 -> 2.1.2
...
Changelog: https://github.com/ocaml/dune/releases/tag/2.1.2
2020-01-10 12:54:15 +01:00
Mario Rodas
d465a40fb2
dune_2: 2.1.0 -> 2.1.1
2020-01-07 04:20:00 -05:00
Mario Rodas
5d01fd4d1a
Revert "ocamlPackages.cppo: 1.6.5 -> 1.6.6"
...
cppo 1.6.6 breaks building it with ocaml 4.02, which is still required
for some packages.
This reverts commit 000f19ff08
.
2020-01-04 09:00:00 -05:00
Merijn Broeren
133103d709
treewide: replace make/build/configure/patchFlags with nix lists
2019-12-30 12:58:11 +01:00
Mario Rodas
1b1f9584e5
dune_2: init at 2.1.0
...
Changelog:
- https://github.com/ocaml/dune/releases/tag/2.0.0
- https://github.com/ocaml/dune/releases/tag/2.0.1
- https://github.com/ocaml/dune/releases/tag/2.1.0
2019-12-21 10:03:41 -05:00
Mario Rodas
86d06ee968
ocamlPackages.utop: use buildDunePackage
2019-12-18 04:23:00 -05:00
Mario Rodas
d07842589d
ocamlPackages.ocp-index: use buildDunePackage
2019-12-18 04:22:00 -05:00
Mario Rodas
000f19ff08
ocamlPackages.cppo: 1.6.5 -> 1.6.6
2019-11-27 04:20:00 -05:00
Vincent Laporte
788148f93c
ocaml-top: 1.1.5 → 1.2.0-rc
2019-12-15 08:11:56 +01:00
Vincent Laporte
2cf477f28d
ocamlPackages.merlin: 3.3.2 → 3.3.3
2019-12-11 09:58:21 +01:00
Théo Zimmermann
d1685e81ef
ocamlformat: 0.11.0 -> 0.12
2019-12-09 15:08:07 +01:00
Vincent Laporte
7132e6b573
ocaml-crunch: init at 3.1.0
2019-12-06 06:17:14 +00:00
Matthew Bauer
0505c5125c
Merge branch 'master' into static-fixes
2019-12-02 13:34:24 -05:00
Alexander Bantyev
81ca7cc0a7
js_of_ocaml: fix dependencies
2019-11-26 18:03:50 +03:00
Frederik Rietdijk
be7125dde7
Merge master into staging-next
2019-11-16 11:45:07 +01:00
c0bw3b
9367367dfd
Treewide: fix URL permanent redirects
...
Permanent redirects on homepages and/or source URLs
as reported by Repology
2019-11-16 01:41:23 +01:00
John Ericson
bca2e8255e
treewide: CAML_LD_LIBRARY_PATH may be undefined
2019-11-14 13:44:07 -05:00
Frederik Rietdijk
c6e31d0767
Merge master into staging-next
2019-11-14 13:31:39 +01:00
Théo Zimmermann
72ef651f55
ocamlPackages.utop: fix source
...
By using the provided tbz file instead of the auto-generated GitHub
tarball, we ensure that strings like %%VERSION%% have been properly
generated.
2019-11-12 13:24:44 +01:00
Frederik Rietdijk
73b88e17dd
Merge staging-next into staging
2019-11-11 12:09:26 +01:00
Yorick van Pelt
4550405ac9
ocaml-modules: replace buildInputs with nativeBuildInputs where appropriate
...
The default has been to use buildInputs for build dependencies.
This doesn't work when cross-compiling.
2019-11-11 11:10:14 +03:00
John Ericson
f7fdc997bf
Merge commit 'afa48f16f265fd3e88073bca7929e1e103bd3dc3' into bash-no-undef-vars
2019-11-08 13:58:27 -05:00
John Ericson
6fb526b32c
findlib setup hook: createFindlibDestdir
may not be defined
2019-11-08 13:28:59 -05:00
John Ericson
67cc85ec67
OCaml findlib: OCAMLPATH could be undefined
2019-11-08 13:24:20 -05:00
Matthew Bauer
5ebd36403e
Merge pull request #70641 from maggesi/rename-z77z-into-maggesi
...
Rename z77z into maggesi
2019-11-07 17:18:20 -05:00
Vincent Laporte
a2f7fc9a5c
ocamlPackages.ocp-indent: 1.7.0 → 1.8.1
2019-11-04 07:32:17 +00:00
John Ericson
2811b032d6
treewide: Make still dont* Variables are optional in most cases
...
Go beyond the obvious setup hooks now, with a bit of sed, with a skipped case:
- cc-wrapper's `dontlink`, because it already is handled.
Also, in nix files escaping was manually added.
EMP
2019-11-01 14:44:44 -04:00
Vincent Laporte
0361ae2230
ocamlPackages.camlp4: fix evaluation for OCaml ≥ 4.09
2019-10-25 07:09:42 +00:00
Marco Maggesi
24d0bd37b5
Merge branch 'master' into rename-z77z-into-maggesi
2019-10-13 18:06:23 +02:00
Mario Rodas
5e716c80f2
dune: 1.11.3 -> 1.11.4
...
Changelog: https://github.com/ocaml/dune/releases/tag/1.11.4
2019-10-11 12:10:18 +02:00
Marco Maggesi
ff1ed720e2
Rename z77z into maggesi
...
Make the "handle" of the maintainer match the name of the github account.
Also update the email address.
2019-10-07 17:05:25 +02:00
Vincent Laporte
348c8947e0
ocamlPackages.utop: 2.4.1 → 2.4.2
...
Ensures compatibility with OCaml 4.09
2019-09-26 17:27:11 +00:00
Jörg Thalheim
94bd708252
Merge pull request #69337 from vbgl/ocamlformat-0.11.0
...
ocamlformat: 0.8 → 0.11.0
2019-09-24 10:54:25 +01:00
Vincent Laporte
9c427a0c1e
ocamlformat: 0.8 → 0.11.0
2019-09-24 05:53:06 +00:00
Vincent Laporte
0c0e63d211
ocamlPackages.camlp5: 7.08 → 7.10
2019-09-21 03:35:39 +00:00
Vincent Laporte
5fed98e862
ocamlPackages.js_of_ocaml*: 3.3.0 -> 3.4.0
...
Ensures compatibility with OCaml 4.08
2019-09-14 06:54:35 +00:00
volth
7b8fb5c06c
treewide: remove redundant quotes
2019-09-08 23:38:31 +00:00
Frederik Rietdijk
ad1d58c622
Merge staging-next into staging
2019-08-31 10:04:20 +02:00
Frederik Rietdijk
fc74ba8291
Merge master into staging-next
2019-08-31 09:50:38 +02:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
Vincent Laporte
f7387ad383
ocamlPackages.utop: 2.3.0 -> 2.4.1
...
ocamlPackages.zed: 1.6 -> 2.0.3
ocamlPackages.lambdaTerm: 1.13 -> 2.0.2
2019-08-28 06:36:57 +00:00
Frederik Rietdijk
5061fe0c2c
Merge staging-next into staging
2019-08-28 08:26:42 +02:00
volth
35d68ef143
treewide: remove redundant quotes
2019-08-26 21:40:19 +00:00
Vladimír Čunát
2e6bf42a22
Merge branch 'master' into staging-next
...
There ver very many conflicts, basically all due to
name -> pname+version. Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job. There might be some fallback to these
conflicts, but I believe it should be minimal.
Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
Mario Rodas
f7c9670cd8
dune: add marsam as maintainer
2019-08-23 12:33:38 +00:00
Mario Rodas
2898679f15
dune: 1.11.1 -> 1.11.3
2019-08-23 12:33:38 +00:00
volth
c814d72b51
treewide: name -> pname
2019-08-17 10:54:38 +00:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Vincent Laporte
957a0ae2a7
ocamlPackages.camlp5: 7.07 -> 7.08
2019-08-12 14:36:38 +00:00
Mario Rodas
246c223e87
dune: 1.11.0 -> 1.11.1
2019-08-09 11:45:38 +00:00
Jon
62a916defd
ocamlPackages_latest.camlp4: init at 4.08+1 ( #66343 )
2019-08-09 06:40:59 +00:00
Vincent Laporte
0a477846af
ocamlPackages.findlib: 1.8.0 -> 1.8.1
...
Also remove unused legacy version 1.7.3
2019-08-07 12:26:34 +00:00
Vincent Laporte
c75b84a7c4
dune: disable for OCaml < 4.02
2019-07-30 16:18:39 +00:00
Mario Rodas
236d744df7
dune: 1.10.0 -> 1.11.0
2019-07-24 15:20:40 +00:00
Mario Rodas
d3a5c2a114
Merge pull request #64790 from marsam/update-opam
...
opam: 2.0.4 -> 2.0.5
2019-07-15 21:00:38 -05:00
Mario Rodas
f9843befd1
ocamlPackages.merlin: 3.3.1 -> 3.3.2
2019-07-15 16:11:22 +02:00
Mario Rodas
a61db6075f
opam: 2.0.4 -> 2.0.5
2019-07-15 04:20:00 -05:00
Mario Rodas
88c2586958
dune: 1.9.2 -> 1.10.0 ( #62256 )
...
* dune: 1.9.2 -> 1.10.0
* ocamlPackages.camomile: use jbuilder executable
* ocamlPackages.sqlexpr: fix build
* ocamlPackages.lwt_camlp4: fix build
2019-07-05 12:28:06 +00:00
Mario Rodas
4f7a080f48
ocamlPackages.merlin: 3.3.0 -> 3.3.1
2019-06-17 10:20:00 -05:00
Mario Rodas
ddaf94d804
ocamlPackages.merlin: 3.2.2 -> 3.3.0
2019-06-03 17:13:37 +02:00
R. RyanTM
388300b6fb
ocsigen-i18n: 3.1.0 -> 3.4.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ocsigen-i18n/versions
2019-05-22 01:05:27 -07:00
R. RyanTM
569aff03ab
dune: 1.9.1 -> 1.9.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dune/versions
2019-05-04 22:54:09 -07:00
Vincent Laporte
2406c06ae0
ocamlPackages.tyxml: 4.2.0 -> 4.3.0
...
ocamlPackages.eliom: 6.4.0 -> 6.7.0
ocamlPackages.js_of_ocaml: 3.2.1 -> 3.3.0
2019-04-28 17:42:36 +02:00
Daniel Schaefer
bac4d95aa2
treewide: Change URLs to HTTPS
...
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
2019-04-22 10:19:54 +02:00
Bas van Dijk
ced565b3d3
Merge pull request #59606 from vbgl/dune-1.9.1
...
dune: 1.9.0 -> 1.9.1
2019-04-16 11:37:32 +02:00
Mario Rodas
a5a56e516c
opam: 2.0.2 -> 2.0.4
2019-04-16 11:15:28 +02:00
Vincent Laporte
f3982b644a
dune: 1.9.0 -> 1.9.1
2019-04-16 08:30:26 +00:00
Théo Zimmermann
fdcce208ab
dune: 1.8.2 -> 1.9.0
2019-04-10 14:39:07 +02:00
Vincent Laporte
0c0954781e
ocamlPackages.camlp5: remove legacy version (7.06)
2019-04-06 11:03:29 +02:00
Silvan Mosberger
b92431831e
Merge pull request #57346 from r-ryantm/auto-update/opaline
...
opaline: 0.3.1 -> 0.3.2
2019-03-28 20:37:31 +01:00
Vincent Laporte
7a2426ca77
dune: move into ocamlPackages
2019-03-26 14:17:50 +01:00
Sarah Brofeldt
a7a4fc2efe
Merge pull request #57118 from umazalakain/opam-nix-user-path
...
opam: put the whole /nix in OPAM_USER_PATH_RO
2019-03-23 20:58:38 +01:00
Vincent Laporte
9af5a9a595
dune: 1.6.2 -> 1.8.2
2019-03-18 04:43:01 +00:00
Vincent Laporte
ff43f0a7b5
ocamlPackages.ocp-index: 1.1.8 -> 1.1.9
2019-03-18 05:39:11 +01:00
R. RyanTM
fe83591d68
opaline: 0.3.1 -> 0.3.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/opaline/versions
2019-03-11 00:29:40 -07:00
Uma Zalakain
83e6a1c996
opam: put the whole /nix in OPAM_USER_PATH_RO
...
Some symlinks point to /nix/var/profiles/per-user/…, these have be
readable too.
2019-03-11 01:02:43 +01:00
Vincent Laporte
6c614a626e
obelisk: 0.3.0 -> 0.4.0
2019-03-04 16:01:00 +00:00
Vincent Laporte
0379e97193
ocamlPackages.ocamlbuild: 0.12.0 -> 0.14.0
2019-03-03 10:57:18 +01:00
Vincent Laporte
74d519b234
ocamlPackages.utop: disable for OCaml ≤ 4.02
2019-02-22 17:04:57 +00:00
Ryan Mulligan
64b05b8733
Merge pull request #55236 from r-ryantm/auto-update/utop
...
ocamlPackages.utop: 2.2.0 -> 2.3.0
2019-02-15 07:10:53 -08:00
R. RyanTM
3e70c0b4e2
ocamlPackages.cppo: 1.6.4 -> 1.6.5
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cppo/versions
2019-02-10 19:05:09 +01:00
Vincent Laporte
f833a3e881
ocamlPackages.ocp-index: 1.1.7 -> 1.1.8
2019-02-08 07:35:52 +01:00
R. RyanTM
c9a28dcaa6
ocamlPackages.utop: 2.2.0 -> 2.3.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/utop/versions
2019-02-04 14:59:21 -08:00
Yucheng Zhang
1f433e51b6
opam: 2.0.0 -> 2.0.2
2019-01-25 12:15:16 +08:00
Vincent Laporte
a18ac72b4a
ocamlPackages.ocp-indent: 1.6.1 -> 1.7.0
2019-01-09 16:37:39 +00:00
Théo Zimmermann
958a6c6dd3
dune: 1.5.1 -> 1.6.2
2018-12-13 17:39:28 +00:00
c0bw3b
dd3e576654
Treewide: use https for src.fedoraproject.org
2018-11-24 23:53:27 +01:00
Vincent Laporte
e481df83b1
ocamlPackages.camlp5: 7.06 -> 7.07
...
Keeping the legacy (7.06) version around, needed by hol_light
2018-11-21 05:59:49 +00:00
Vincent Laporte
60907c7a6f
ocamlPackages.ocp-index: 1.1.6 -> 1.1.7
2018-11-20 07:50:57 +00:00
Mario Rodas
2e89de61c5
dune: 1.4.0 -> 1.5.0 ( #49848 )
...
* dune: 1.4.0 -> 1.5.1
* reason: use dune installPhase
2018-11-09 12:26:18 +00:00
Théo Zimmermann
794158fcd5
buildDunePackage: new support function; use it to refactor some OCaml derivations
2018-11-07 10:08:03 +01:00
R. RyanTM
baa4483a65
ocamlPackages.merlin: 3.2.1 -> 3.2.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/merlin/versions
2018-10-27 06:24:22 -07:00
Timo Kaufmann
eb3240f112
Revert "ocamlPackages.ocamlbuild: 0.12.0 -> 0.13.0"
2018-10-25 09:40:39 +02:00
Théo Zimmermann
cea4806bc5
ocamlformat: init at 0.8
2018-10-23 14:22:59 +00:00
Timo Kaufmann
dd00db3c63
Merge pull request #46992 from r-ryantm/auto-update/ocamlbuild
...
ocamlPackages.ocamlbuild: 0.12.0 -> 0.13.0
2018-10-20 23:12:04 +02:00
R. RyanTM
82b925c0d4
dune: 1.3.0 -> 1.4.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dune/versions
2018-10-16 00:21:05 -07:00
Vincent Laporte
1c7c1be1a8
ocamlPackages.merlin: 3.1.0 -> 3.2.1
2018-10-10 17:15:45 +00:00
Théo Zimmermann
cf1f8b2d04
camlp5: remove old version 5.15
2018-10-08 21:09:59 +02:00
Vincent Laporte
d4ba6c0bc4
dune: 1.2.1 -> 1.3.0
2018-09-27 07:33:59 +00:00
Théo Zimmermann
d1b97bcbe8
dune: 1.1.1 -> 1.2.1
2018-09-22 16:11:34 +00:00
R. RyanTM
d8178831b0
ocamlPackages.ocamlbuild: 0.12.0 -> 0.13.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ocamlbuild/versions
2018-09-20 07:53:11 -07:00
R. RyanTM
c9a8631201
ocamlPackages.js_of_ocaml: 3.2.0 -> 3.2.1 ( #46263 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
js_of_ocaml
2018-09-18 18:10:42 +02:00
Vincent Laporte
fc19401d67
jbuilder: 1.0.1 -> dune: 1.1.1
2018-09-15 19:32:32 +00:00
xplat
3fc7c5b591
opam: 1.2.2 -> 2.0.0 ( #45806 )
2018-09-06 19:18:34 +02:00
Vincent Laporte
450e358040
ocamlPackages.omake_rc1: disable for OCaml ≥ 4.06
2018-08-29 12:49:42 +00:00
Vincent Laporte
af5b528c95
ocamlPackages.camlp5: 7.05 -> 7.06 ( #45326 )
2018-08-23 23:07:45 +02:00
Vincent Laporte
60942ead1c
obuild: 0.1.8 -> 0.1.10 ( #45444 )
2018-08-21 23:40:52 +02:00
R. RyanTM
8b480313e5
jbuilder: 1.0.0 -> 1.0.1 ( #45216 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jbuilder/versions .
2018-08-21 19:22:16 +02:00
Pascal Wittmann
38923afae2
opam: add license
...
see issue #43716
2018-08-09 12:37:13 +02:00
Vincent Laporte
63b584395f
camlp4: init at 4.07+1 ( #44272 )
2018-07-31 23:22:15 +02:00
R. RyanTM
e975814b19
ocamlPackages.utop: 2.1.0 -> 2.2.0
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/utop/versions .
2018-07-21 20:17:38 +00:00
Jörg Thalheim
218298b30f
Merge branch 'master' into unused5
2018-07-21 15:41:22 +01:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Vincent Laporte
6d9ffeaa2e
ocamlPackages.js_of_ocaml: 3.1.0 -> 3.2.0
2018-07-14 17:17:51 +00:00
Mario Rodas
4d6ad88fe2
jbuilder: 1.0+beta20 -> 1.0.0
2018-07-14 11:11:45 +00:00
Vincent Laporte
9a7d6c2e3d
ocamlPackages.utop: 1.19.3 -> 2.1.0
2018-06-28 07:16:49 +00:00
Vincent Laporte
b96c0e6d7b
ocaml-top: 1.1.4 -> 1.1.5 ( #42664 )
2018-06-27 21:02:47 +02:00
Vincent Laporte
ed1bbae4db
ocamlPackages.ocp-indent: remove at 1.5.2
2018-06-26 20:14:57 +00:00
Vincent Laporte
db8f874da8
ocamlPackages.ocp-indent: fix attribute name (from ocpIndent)
2018-06-26 20:14:57 +00:00
Vincent Laporte
0d1b5285c9
ocamlPackages.ocp-index: 1.1.5 -> 1.1.6
2018-06-26 20:14:57 +00:00
Vincent Laporte
fd018bdadd
ocamlPackages.ocp-build: remove spurious dependency to camlp4
...
Change attribute name from “ocpBuild” to “ocp-build”.
2018-06-26 20:14:57 +00:00
Vincent Laporte
06db050abd
ocamlPackages.ocp-indent: remove spurious dependency to opam and fix installPhase
2018-06-26 20:14:57 +00:00
Vincent Laporte
8ed38fc722
ocamlPackages.cppo: 1.5.0 -> 1.6.4 ( #42342 )
2018-06-25 00:47:53 +02:00
Vincent Laporte
f3a155e656
ocamlPackages.merlin: 3.0.5 -> 3.1.0 ( #42386 )
2018-06-25 00:19:58 +02:00
xeji
af5b858825
Merge pull request #41591 from vbgl/opaline
...
ocamlPackages: use opaline instead of opam-installer
2018-06-09 01:34:02 +02:00
James Deikun
1fa9e7defb
fix opam tool support
2018-06-08 15:23:49 -04:00
Vincent Laporte
94445ed4bc
ocamlPackages.findlib: fix stublibs
2018-06-06 07:14:26 +00:00
Vincent Laporte
29a6ca660a
jbuilder: use opaline
2018-06-06 07:14:22 +00:00
Vincent Laporte
33a418e2e6
opaline: init at 0.3.1 ( #41346 )
...
Opaline is a lightweight replacement for opam-installer.
Homepage: https://github.com/jaapb/opaline
2018-06-01 21:29:53 +02:00
Ryan Mulligan
af9d10a91b
treewide: fix derivation names
2018-05-28 05:59:57 -07:00
Vincent Laporte
abea0c6eeb
jbuilder: 1.0+beta17 -> 1.0+beta20
2018-05-07 07:13:03 +02:00
Léo Gaspard
06c7d4d40d
opam: propagate curl
and unzip
dependencies
...
These are required for `opam init` to succeed.
Closes #14466
Cc @henrytill
2018-04-27 20:42:09 +02:00
Vincent Laporte
c4b7bbf77e
ocamlPackages.findlib: 1.7.3 -> 1.8.0
2018-04-25 18:19:27 +02:00
Vincent Laporte
20c035b906
ocamlPackages.js_of_ocaml-tyxml: init at 3.1.0
2018-04-18 09:38:23 +02:00
Vincent Laporte
48ee88c7f8
ocamlPackages.js_of_ocaml-camlp4: add deriving support
2018-04-12 10:15:57 +02:00
Jörg Thalheim
e6f8b6b897
Merge pull request #38637 from vbgl/js_of_ocaml-lwt
...
ocamlPackages.js_of_ocaml-lwt: init at 3.1.0
2018-04-10 09:17:18 +01:00
Matthew Justin Bauer
aaee915889
Merge pull request #37533 from ryantm/auto-update/ocamlbuild
...
ocamlPackages.ocamlbuild: 0.11.0 -> 0.12.0
2018-04-08 23:07:17 -05:00
Vincent Laporte
a09c39f80c
ocamlPackages.js_of_ocaml-lwt: init at 3.1.0
2018-04-08 17:38:14 +00:00
Jörg Thalheim
b897bf4f3c
Merge pull request #38373 from vbgl/ocamlify
...
ocamlPackages.ocamlify: fix build with OCaml 4.06
2018-04-08 14:27:14 +01:00
Vincent Laporte
6c3186848d
ocamlPackages.js_of_ocaml-ppx_deriving_json: init at 3.1.0
2018-04-07 13:24:22 +02:00
Vincent Laporte
d0072be8cd
ocamlPackages.ocamlify: fix build with OCaml 4.06
2018-04-03 05:55:59 +00:00
Ryan Mulligan
5cb865e100
ocamlPackages.js_of_ocaml: 3.0.0 -> 3.1.0
...
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:
- built on NixOS
/tmp/tmp.I0xNTw0Lrg /home/ryantm/.cache/nixpkgs
/home/ryantm/.cache/nixpkgs
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 3.1.0 with grep in /nix/store/rg3dh55klmmy5gffvv353nbgwjg0mh11-js_of_ocaml-3.1.0
- directory tree listing: https://gist.github.com/4afbe9caa678f6e8124185a1cc5d2a9c
2018-03-31 12:19:28 +02:00
Vincent Laporte
387d791663
ocamlPackages.findlib: automatically populate the CAML_LD_LIBRARY_PATH env. variable
...
With directories of the form:
lib/ocaml/${ocaml.version}/site-lib/stubslibs
2018-03-25 18:33:13 +02:00
Vincent Laporte
2455478754
ocamlPackages.findlib: fix META for library threads
2018-03-25 18:33:13 +02:00
Ryan Mulligan
7312e850c1
ocamlPackages.ocamlbuild: 0.11.0 -> 0.12.0
...
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:
- built on NixOS
- ran `/nix/store/b1b0f9iyawv0rm483q2fbbfhgjgpjdik-ocamlbuild-0.12.0/bin/ocamlbuild --help` got 0 exit code
- ran `/nix/store/b1b0f9iyawv0rm483q2fbbfhgjgpjdik-ocamlbuild-0.12.0/bin/ocamlbuild --version` and found version 0.12.0
- ran `/nix/store/b1b0f9iyawv0rm483q2fbbfhgjgpjdik-ocamlbuild-0.12.0/bin/ocamlbuild --help` and found version 0.12.0
- ran `/nix/store/b1b0f9iyawv0rm483q2fbbfhgjgpjdik-ocamlbuild-0.12.0/bin/ocamlbuild.native --help` got 0 exit code
- ran `/nix/store/b1b0f9iyawv0rm483q2fbbfhgjgpjdik-ocamlbuild-0.12.0/bin/ocamlbuild.native --version` and found version 0.12.0
- ran `/nix/store/b1b0f9iyawv0rm483q2fbbfhgjgpjdik-ocamlbuild-0.12.0/bin/ocamlbuild.native --help` and found version 0.12.0
- found 0.12.0 with grep in /nix/store/b1b0f9iyawv0rm483q2fbbfhgjgpjdik-ocamlbuild-0.12.0
- directory tree listing: https://gist.github.com/3b75d2c602f455856f9642228b53d2e7
2018-03-20 22:23:17 -07:00
Matthew Maurer
48cc8c2fff
jbuilder: 1.0+beta18 -> 1.0+beta17
...
jbuilder beta 18 introduces a regression on the final link.
This is reflected in BAP 1.4
Rolling back one version until it's fixed.
2018-03-01 12:12:29 -05:00
Vincent Laporte
a3c143c39c
ocamlPackages.camlp5: 7.03 -> 7.05
2018-02-28 19:08:40 +01:00
Masayuki Takeda
e066751227
jbuilder: 1.0+beta14 -> 1.0+beta18
2018-02-23 11:07:33 +01:00
Dan Peebles
dfd300c81d
treewide: s/pkgs.fedoraproject.org/src.fedoraproject.org/
...
Upstream killed the pkgs server but src continues to serve up the exact
same content, so we can just point there and all hashes should be unchanged.
2018-02-08 16:38:08 -05:00
Samuel Dionne-Riel
7b97c8c0c8
treewide: homepage+src updates (found by repology, #33263 )
2018-01-05 20:42:46 +01:00
John Ericson
4d2b763817
Merge pull request #26805 from obsidiansystems/cross-elegant
...
Make cross compilation elegant
2017-12-30 22:58:02 -05:00
John Ericson
046f091e0d
treewide: Don't use envHook anymore
...
This commits needs a MAJOR audit as I oftentimes just guessed which of
`$hostOffset`, `$targetOffset`, or a fixed offset should be used.
2017-12-30 22:04:22 -05:00
FlorentBecker
f1bbc67b50
ocsigen-i18n: do not strip ( #32758 )
...
The executables generated by ocamlc were not functional.
2017-12-21 18:23:25 +01:00
Vincent Laporte
594b7be89d
ocp-indent: 1.6.0 -> 1.6.1
2017-12-11 13:38:39 +00:00
Maxime Dénès
ec28cab25f
ocamlPackages.merlin: 3.0.3 -> 3.0.5
2017-12-11 14:35:00 +01:00
Vincent Laporte
a1449ea180
omake: 0.10.2 -> 0.10.3
2017-11-06 06:47:48 +00:00
Vincent Laporte
dd0cdc2fb4
ocamlPackages.camlp5: 7.02 -> 7.03
2017-10-30 11:58:05 +00:00
Vincent Laporte
43d3b9d74c
jbuilder: 1.0+beta12 -> 1.0+beta14
2017-10-26 00:38:54 +00:00
Vincent Laporte
fe41e17631
ocamlPackages.merlin: fix homepage URL
2017-10-22 22:14:38 +00:00
Vincent Laporte
d6e423c400
ocamlPackages.merlin: 3.0.2 -> 3.0.3
2017-10-22 13:25:46 +00:00
Vincent Laporte
182b357c9d
ocamlPackages.camlp5: 7.01 -> 7.02
2017-10-17 09:01:22 +02:00