github-actions[bot]
c2eb9a753a
Merge master into staging-next
2021-03-12 12:25:52 +00:00
Vincent Laporte
b20bc9eeb6
ocamlPackages.zarith: 1.11 → 1.12
2021-03-12 08:51:50 +01:00
github-actions[bot]
b4d5951d9e
Merge master into staging-next
2021-03-11 12:21:28 +00:00
Ozan Sener
28c7e68e99
ocamlPackages.ppx_cstubs : Init at 0.6.1.1
2021-03-11 08:28:04 +01:00
Ozan Sener
806b9d0343
ocamlPackages.ppx_deriving : Add 5.2.1
2021-03-11 08:28:04 +01:00
Ozan Sener
65716fe501
ocamlPackages.ppxlib : Add 0.22.0
2021-03-11 08:28:04 +01:00
github-actions[bot]
6a3a358b0d
Merge master into staging-next
2021-03-10 18:23:15 +00:00
sternenseemann
1979284362
ocamlPackages.ctypes: 0.17.1 -> 0.18.0
...
https://github.com/ocamllabs/ocaml-ctypes/blob/0.18.0/CHANGES.md#ctypes-0180
* ocamlPackages.async_ssl: fix compatibility with ctypes 0.18.0 by using
ctypes.foreign instead of ctypes.foreign.threaded since the distinction
between threaded and unthreaded has been removed in this release.
* libbap: link with -thread so linking ctypes.foreign doesn't fail
https://github.com/BinaryAnalysisPlatform/bap-bindings/issues/18
* ocaml-ng.ocamlPackages_4_07.sodium: patch lib_gen/_tags to also add
the `package(bigarray)` directive since `ctypes.stubs` no longer
propgates that, leading to module not found error.
* ocaml-ng.ocamlPackages_4_{04,05,06,07}.async_ssl: mark as broken: due to
the bigarray-compat dependency, we need dune 2 for ctypes which breaks
compilation of the legacy async_ssl 0.11 version since we can't
upgrade to dune 2 for it since that version doesn't support the legacy
jbuild files.
2021-03-10 16:12:03 +01:00
sternenseemann
336ac16838
ocamlPackages.janePackage: don't delete meta set in args
...
A bit of a pitfall of // is that it doesn't merge recursively which
often leads to unintended deletion in meta sets: If meta is in args it
is also present in the set right of the // operator which means the
right value is used to replace the left value completely. This throws
away anything extra we've set in the meta set in args.
This is fixed by this comment, allowing the descriptions and broken =
true; set in janestreet/old.nix to propagate to the output meta sets.
2021-03-10 16:12:03 +01:00
github-actions[bot]
149a81c88d
Merge master into staging-next
2021-03-10 00:39:07 +00:00
Vincent Laporte
857ac90e8c
ocamlPackages.core_kernel: 0.14.0 → 0.14.1
2021-03-09 21:09:58 +01:00
github-actions[bot]
5d13702776
Merge master into staging-next
2021-03-09 12:25:54 +00:00
Vincent Laporte
5a34902915
ocamlPackages.batteries: 3.2.0 → 3.3.0
2021-03-09 08:27:37 +01:00
Frederik Rietdijk
277d488026
Merge staging into staging-next
2021-03-08 19:20:18 +01:00
sternenseemann
8b10d91d0c
ocamlPackages.optint: use dune 2
...
Necessary for compatibility with OCaml 4.12 and all packages depending
on it use it anyways.
2021-03-08 09:08:23 +01:00
sternenseemann
ba8d4a5c86
ocamlPackages.ca-certs: 0.1.3. -> 0.2.0
2021-03-08 08:55:33 +01:00
sternenseemann
f43497da9d
ocamlPackages.asn1-combinators: 0.2.4 -> 0.2.5
...
Contains a single bug fix, resolving an integer overflow.
2021-03-07 20:30:39 +01:00
github-actions[bot]
dcea8212b5
Merge staging-next into staging
2021-03-07 12:20:40 +00:00
Vincent Laporte
5dc759afec
ocamlPackages.rope: use Dune 2
2021-03-07 12:07:14 +01:00
Jan Tojnar
6d1958ad2d
Merge branch 'staging-next' into staging
2021-03-04 22:16:45 +01:00
Vincent Laporte
0e7add8190
ocamlPackages.biniou: use Dune 2
2021-03-04 22:00:10 +01:00
Robert Hensing
89aa0173ca
Merge pull request #115075 from siraben/stdenv-cleanup
...
treewide: remove stdenv where not needed
2021-03-04 15:51:04 +01:00
Ben Siraphob
98f26993f2
treewide: remove stdenv where not needed
2021-03-04 19:54:50 +07:00
Vincent Laporte
aae6ddcb70
ocamlPackages.bigarray-compat: use Dune 2
2021-03-04 09:20:14 +01:00
Vincent Laporte
6f204e9c42
ocamlPackages.integers: use Dune 2
2021-03-03 10:10:20 +01:00
Aaron L. Zeng
2517018ac2
ocamlPackages.directories: init at 0.2
2021-03-03 08:41:55 +01:00
Vincent Laporte
8efa14a5cb
ocamlPackages.digestif: 0.9.0 → 1.0.0
2021-03-03 08:14:59 +01:00
github-actions[bot]
eef2c4e401
Merge staging-next into staging
2021-03-03 00:38:15 +00:00
Vincent Laporte
cc8f96f8c5
ocamlPackages.mirage-clock: use Dune 2
2021-03-02 20:50:55 +01:00
github-actions[bot]
f5bb0053a6
Merge staging-next into staging
2021-03-02 18:17:42 +00:00
Vincent Laporte
b0ed0b8a62
ocamlPackages.base: 0.14.0 → 0.14.1
2021-03-02 12:02:12 -05:00
github-actions[bot]
b9b22451f0
Merge staging-next into staging
2021-03-02 06:17:20 +00:00
Mario Rodas
a21a43a9c4
Merge pull request #114773 from r-ryantm/auto-update/ocaml4.10.0-parmap
...
ocamlPackages.parmap: 1.1.1 -> 1.2
2021-03-01 20:22:19 -05:00
github-actions[bot]
5863e72037
Merge staging-next into staging
2021-03-02 00:32:18 +00:00
Mario Rodas
8ea1ce7592
Merge pull request #113395 from r-ryantm/auto-update/ocaml4.10.0-qtest
...
ocamlPackages.qtest: 2.11.1 -> 2.11.2
2021-03-01 18:34:40 -05:00
R. RyanTM
d44b7831f5
ocamlPackages.parmap: 1.1.1 -> 1.2
2021-03-01 18:48:09 +00:00
Jan Tojnar
913394a1d9
Merge branch 'staging-next' into staging
2021-03-01 19:30:56 +01:00
Vincent Laporte
25947abcf1
ocamlPackages.ppx_derivers: use Dune 2
2021-03-01 10:07:44 +01:00
github-actions[bot]
02e03be2bf
Merge staging-next into staging
2021-02-28 12:20:13 +00:00
Vincent Laporte
d0328678e9
ocamlPackages.ocaml-migrate-parsetree-2-1: use Dune 2
2021-02-28 11:28:04 +01:00
github-actions[bot]
0d421066dd
Merge staging-next into staging
2021-02-28 00:40:17 +00:00
Vincent Laporte
caa23be256
ocamlPackages.camomile: use Dune 2
2021-02-27 21:19:06 +01:00
github-actions[bot]
5267db2989
Merge staging-next into staging
2021-02-27 18:16:44 +00:00
Vincent Laporte
10652db906
ocamlPackages.mmap: use Dune 2
2021-02-27 17:59:54 +01:00
Vincent Laporte
1c26497371
ocamlPackages.result: use Dune 2
2021-02-27 13:31:01 +01:00
github-actions[bot]
9c4f09aaef
Merge staging-next into staging
2021-02-26 12:25:50 +00:00
Vincent Laporte
02b4f95f78
ocamlPackages.stdlib-shims: 0.1.0 → 0.3.0
2021-02-26 11:40:38 +01:00
Robert Schütz
54757b35c1
Merge branch 'staging-next' into staging
2021-02-26 10:56:17 +01:00
Frederik Rietdijk
c456a2512f
Merge master into staging-next
2021-02-26 10:25:13 +01:00
Vincent Laporte
554827b5a7
ocamlPackages.bap: 2.1.0 → 2.2.0
...
libbap: 2019-11-15 → 2020-11-25
2021-02-26 07:09:22 +01:00