Commit Graph

2818 Commits

Author SHA1 Message Date
José Romildo Malaquias
ac88d8da9d
Merge pull request #157717 from vbgl/ocaml-cpdf-fix-hash
ocamlPackages.cpdf: fix hash
2022-02-06 18:51:41 -03:00
Ben Siraphob
ab253b1332
Merge pull request #157948 from vbgl/ocaml-ocsigen_server-fix
ocamlPackages.ocsigen_server: fix install
2022-02-06 21:47:33 +00:00
Ben Siraphob
6308679d28 ocamlPackages.cairo2: fix build on aarch64-darwin 2022-02-06 21:35:35 +01:00
Vincent Laporte
05f127a994 dune_2: 2.9.2 → 2.9.3 2022-02-05 19:13:13 +01:00
Vincent Laporte
b859bcb9eb
ocamlPackages.ppxfind: remove 2022-02-05 08:16:47 +01:00
Felix Bühler
386d6b266d
Merge pull request #157756 from Stunkymonkey/treewide-pname-version-10
treewide: rename name to pname&version
2022-02-03 23:54:01 +01:00
Artturi
0f491bd7a3
Merge pull request #157264 from FliegendeWurst/disable-broken-parallel 2022-02-03 16:04:57 +02:00
Vincent Laporte
b0a3ceae85
ocamlPackages.ocsigen_server: fix install 2022-02-03 08:01:57 +01:00
FliegendeWurst
3b31741229 ocamlPackages.stdcompat: disable parallel build 2022-02-02 12:09:32 +01:00
Vincent Laporte
ecd0acf293 ocamlPackages.printbox: 0.5 → 0.6
ocamlPackages.printbox-text: init at 0.6
2022-02-02 07:31:55 +01:00
Felix Buehler
e67ee13da7 treewide: rename name to pname&version 2022-02-01 23:01:51 +01:00
Vincent Laporte
4dffb049c9
ocamlPackages.cpdf: fix hash 2022-02-01 17:30:06 +01:00
José Romildo Malaquias
a01cad0d0f
ocamlPackages.ppx_import: 1.8.0 -> 1.9.1 (#156399)
* ocamlPackages.ppx_import: 1.8.0 -> 1.9.1

* coqPackages.serapi: fix compilation with ppx_import-1.9.1
2022-01-26 13:16:24 +01:00
Sergei Trofimovich
1526d916ab ocamlPackages.ocaml_libvirt: fix build by bringing pre/post phases in
9a778368f2 "move destdir creation to installPhase" moved directory
creation to preInstallHooks and exposed a bug in ocaml_libvirt:

```
ocaml-libvirt> ocamlfind install  -ldconf ignore libvirt \
ocaml-libvirt>   ../META *.so *.a *.cma *.cmx *.cmxa *.cmi *.mli
ocaml-libvirt> ocamlfind: Bad configuration: Cannot mkdir
  /nix/store/...aml-libvirt-0.6.1.5/lib/ocaml/4.12.0/site-lib/libvirt
    because a path component does not exist or is not a directory
ocaml-libvirt> make[1]: *** [Makefile:134: install-opt] Error 2
```

The change restore pre/post phases by overriding build targets instead
of overriding full phases.
2022-01-26 12:06:32 +01:00
github-actions[bot]
86301be1a5
Merge master into staging-next 2022-01-25 12:01:13 +00:00
Mario Rodas
f8ea1ec9ce
dune_2: 2.9.1 -> 2.9.2 (#156329)
https://github.com/ocaml/dune/releases/tag/2.9.2
2022-01-25 10:53:20 +01:00
github-actions[bot]
11cced7438
Merge master into staging-next 2022-01-24 00:01:45 +00:00
José Romildo Malaquias
0522e55f99
ocamlPackages.ppxlib: 0.23.0 -> 0.24.0 (#154901)
* ocamlPackages.ppxlib: 0.23.0 -> 0.24.0

* ocamlPackages.bls12-381{,-unix}: 0.4.2 -> 1.1.0

- Update to version 1.1.0
- Use the same revision tag used in the opam repository, as the release tarbal seems to be unavailable
- Does not depend on bls12-381-gen and rust anymore

* ocamlPackages.bls12-381-{gen: 0.4.2 -> 0.4.4,legacy: init at 0.4.4}

- Update bls12-381-gen to version 0.4.4
- Add new package bls12-381-legacy

* ocamlPackages.tezos-*: 10.2 -> 11.0

- Update tezos to version 11.0
- Add new packages:
    tezos-base-test-helpers
    tezos-embedded-protocol-demo-noops
    tezos-event-logging-test-helpers
    tezos-protocol-alpha
    tezos-protocol-demo-noops
    tezos-protocol-plugin-alpha
    tezos-protocol-demo-noops
    tezos-protocol-plugin-alpha
    tezos-shell-services-test-helpers
- Remove old package:
    tezos-test-services

* ocamlPackages.repr: 0.4.0 -> 0.5.0

* ocamlPackages.hacl-star-raw: 0.3.2 -> 0.4.5

* ocamlPackages.arp: 2.3.2 -> 3.0.0

* ocamlPackages.index: 1.4.1 -> 1.5.0

* ocamlPackages.digestif: 1.0.0 -> 1.1.0

* ocamlPackages.ethernet: 2.2.0 -> 3.0.0

* ocamlPackages.httpaf: 0.6.6 -> 0.7.1

* ocamlPackages.mirage-nat: 2.2.3 -> 2.2.5

* ocamlPackages.tcpip: 6.2.0 -> 7.0.1

* ocamlPackages.paf: 0.0.6 -> 0.0.8

* ocamlPackages.ppx_irmin: 2.7.2 -> 2.9.1

* ocamlPackages.tezos-*: add missing packages, needed by ligo-0.34

* ocamlPackages.ocaml-recovery-parser: init at 0.2.2

* ligo: 0.27.0 -> 0.34.0
2022-01-23 21:24:16 +01:00
github-actions[bot]
93a9821309
Merge master into staging-next 2022-01-23 18:01:11 +00:00
Vincent Laporte
0e4c2ff9b9 ocamlPackages.camlpdf: 2.4 → 2.5
ocamlPackages.cpdf: 2.4 → 2.5
2022-01-23 16:40:29 +01:00
github-actions[bot]
8d5200b415
Merge master into staging-next 2022-01-23 12:02:06 +00:00
Vincent Laporte
43bbef4978 ocamlPackages.lablgtk: 2.18.10 → 2.18.12 2022-01-23 10:23:53 +01:00
Vincent Laporte
e3183d75e3 ocamlPackages.lablgtk: disable glade support 2022-01-23 10:23:53 +01:00
Vincent Laporte
1c1b91861a ocamlPackages.gtktop: remove at 2.0 2022-01-23 10:23:53 +01:00
github-actions[bot]
ce88a19065
Merge master into staging-next 2022-01-20 18:01:19 +00:00
Théo Zimmermann
86ece89658 ocamlPackages.lablgtk3: fix version reporting 2022-01-20 18:12:54 +01:00
github-actions[bot]
264c91d4e8
Merge master into staging-next 2022-01-20 12:01:11 +00:00
Vincent Laporte
e3deffc3e8 ocamlPackages.lablgtk3: 3.1.1 → 3.1.2 2022-01-20 09:05:14 +01:00
github-actions[bot]
b74b591fbe
Merge master into staging-next 2022-01-20 00:01:46 +00:00
José Romildo Malaquias
de2e276bad
Merge pull request #155003 from vbgl/ocaml-z3-fix
ocamlPackages.z3: fix build
2022-01-19 17:13:30 -03:00
github-actions[bot]
0eee7ee8c8
Merge master into staging-next 2022-01-17 12:01:25 +00:00
Robert Schütz
d5cceedbd1 python,pythonPackages: make aliases
Since aliases are disallowed in nixpkgs, this makes usage of Python 2
which is EOL more explicit.
2022-01-16 18:39:59 +00:00
sternenseemann
99050a2c31 ocamlPackages.ca-certs: disable test suite expecting nss db
nss-cacert has updated a few certificates, including Google's which
breaks the test suite of ca-certs expecting the old version.
2022-01-15 12:28:45 +01:00
sterni
b65da09204
Merge pull request #155014 from vbgl/ocaml-progress-0.2.1
ocamlPackages.progress: 0.1.1 → 0.2.1
2022-01-15 00:13:53 +01:00
R. RyanTM
d67829cf88
ocamlPackages.fix: 20201120 -> 20211231
* ocamlPackages.fix: 20201120 -> 20211125 (#151429)

* ocamlPackages.fix: 20211125 -> 20211231
and fix license

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-01-14 17:25:56 +01:00
Vincent Laporte
70126f0e4a
ocamlPackages.progress: 0.1.1 → 0.2.1
ocamlPackages.index: 1.4.0 → 1.4.1
2022-01-14 15:43:06 +01:00
Vincent Laporte
94aeee3af1
ocamlPackages.vector: init at 1.0.0 2022-01-14 15:43:00 +01:00
Vincent Laporte
55eac49843
ocamlPackages.terminal: init at 0.2.1 2022-01-14 15:42:52 +01:00
Vincent Laporte
8024b6bcd9
ocamlPackages.z3: fix build 2022-01-14 12:40:17 +01:00
Felix Buehler
5303bde0e5 ocamlPackages.type_conv{109.60.01,112.01.01}: switch to fetchFromGitHub 2022-01-08 15:38:10 +01:00
Felix Buehler
a6bd34cb79 ocamlPackages.lwt_ppx: switch to fetchFromGitHub 2022-01-08 15:38:10 +01:00
sternenseemann
628e9059a9 ocamlPackages.ca-certs-nss: 3.71.0.1 -> 3.74 2022-01-07 18:40:52 +01:00
Weijia Wang
e465dd55ec ocamlPackages.uunf: fix aarch64-linux build 2022-01-06 07:39:55 +01:00
deltadelta
a207408aa2 ocamlPackages.dbf: init at 1.1.0 2022-01-05 15:41:03 +01:00
Renaud
944a2dc835
Treewide: fix some permanent redirects on homepages
(#153213)
Issue #60004
2022-01-03 16:53:12 +01:00
Rudi Grinberg
a7f4d6bae9
ocamlformat: 0.20.0 and 0.20.1 (#152199)
* ocaml-version: 3.1.0 -> 3.4.0

* ocamlformat: 0.19.0 -> 0.20.0

* odoc-parser: refactor use version variable

use version to compute the uri for the archive

* odoc-parser: 0.9.0 -> 1.0.0

* odoc-parser: allow multiple versions

allow both 0.9.0 and 1.0.0 to accommodate different version of
ocamlformat

* ocamlformat: 0.20.0 -> 0.20.1
2022-01-03 10:02:28 +01:00
sterni
ad5271a331
ocamlPackages.{x509,tls}*: 0.14.1 -> 0.15.2 and related updates (#150712)
* ocamlPackages.x509: 0.14.1 -> 0.15.2

https://github.com/mirleft/ocaml-x509/releases/tag/v0.15.0
https://github.com/mirleft/ocaml-x509/releases/tag/v0.15.1
https://github.com/mirleft/ocaml-x509/releases/tag/v0.15.2

* ocamlPackages.awa*: 0.0.4 -> 0.0.5

https://github.com/mirage/awa-ssh/releases/tag/v0.0.5

* ocamlPackages.tls*: 0.14.1 -> 0.15.2

https://github.com/mirleft/ocaml-tls/releases/tag/v0.15.0
https://github.com/mirleft/ocaml-tls/releases/tag/v0.15.1
https://github.com/mirleft/ocaml-tls/releases/tag/v0.15.2

* jackline: unstable-2021-08-10 -> unstable-2021-12-28

* ocamlPackages.ca-certs-nss: 3.66 -> 3.71.0.1

https://github.com/mirage/ca-certs-nss/releases/tag/v3.71
https://github.com/mirage/ca-certs-nss/releases/tag/v3.71.0.1

* ocamlPackages.conduit*: 4.0.1 -> 4.0.2

https://github.com/mirage/ocaml-conduit/releases/tag/v4.0.2

* ocamlPackages.letsencrypt*: 0.3.0 -> 0.4.1

https://github.com/mmaker/ocaml-letsencrypt/releases/tag/v0.4.0
https://github.com/mmaker/ocaml-letsencrypt/releases/tag/v0.4.1

* ocamlPackages.paf: 0.0.5 -> 0.0.6

https://github.com/dinosaure/paf-le-chien/releases/tag/0.0.6
2021-12-30 11:05:06 +01:00
Vincent Laporte
d50c9666ca stog: 0.18.0 → 0.20.0
ocamlPackages.higlo: 0.6 → 0.8

ocamlPackages.iri: 0.4.0 → 0.6.0

ocamlPackages.ocf: 0.5.0 → 0.8.0

ocamlPackages.ocf_ppx: init at 0.8.0

ocamlPackages.xtmpl: 0.17.0 → 0.19.0

ocamlPackages.xtmpl_ppx: init at 0.19.0
2021-12-30 08:23:22 +01:00
Vincent Laporte
6fcc9f249f ocamlPackages.ocaml-migrate-parsetree-2: 2.2.0 → 2.3.0 2021-12-26 09:51:00 +01:00
Vincent Laporte
6a6c2992d4 ocamlPackages.batteries: 3.3.0 → 3.4.0 2021-12-23 13:09:35 +01:00
Ben Darwin
7838597393 ocamlPackages.parany: 12.1.1 -> 12.1.2 2021-12-22 10:30:50 +01:00
Vincent Laporte
1660d6df61 ocamlPackages.containers: 3.4 → 3.6.1 2021-12-21 21:38:06 +01:00
Vincent Laporte
c5070df971 ocamlPackages.iter: 1.2.1 → 1.3 2021-12-19 12:11:24 +01:00
Vincent Laporte
0d0a74f2e5 ocamlPackages.yaml: enable tests with OCaml ≥ 4.08 2021-12-15 20:23:03 +01:00
Vincent Laporte
bce6cb1dd5 ocamlPackages.mdx: 1.11.0 → 1.11.1 2021-12-15 20:23:03 +01:00
sternenseemann
37aeed381f ocamlPackages.mirage{,-runtime}: 3.10.4 -> 3.10.7
https://github.com/mirage/mirage/blob/v3.10.7/CHANGES.md
2021-12-15 14:57:42 +01:00
sterni
3fbc7b4cd2
ocamlPackages.wayland: 0.2 -> 1.0; wayland-proxy-virtwl: unstable-2021-04-15 -> unstable-2021-12-05 (#150714)
* ocamlPackages.wayland: 0.2 -> 1.0

https://github.com/talex5/ocaml-wayland/releases/tag/v1.0

* wayland-proxy-virtwl: unstable-2021-04-15 -> unstable-2021-12-05
2021-12-15 07:53:29 +01:00
Mario Rodas
fdc8db2719
Merge pull request #149699 from r-ryantm/auto-update/ocaml4.12.0-sha
ocamlPackages.sha: 1.14 -> 1.15.1
2021-12-14 21:40:18 -05:00
Vincent Laporte
293e9224cc ocamlPackages.pa_ounit: remove at 113.00.00 2021-12-14 07:39:17 +01:00
Vincent Laporte
f42e1dd9e4 ocamlPackages.pa_bench: remove at 113.00.00
This is a legacy package for OCaml ≤ 4.02
2021-12-14 07:39:17 +01:00
R. RyanTM
416d7f1bb7
ocamlPackages.mirage-crypto: 0.10.3 -> 0.10.5; ocamlPackages.otr: 0.3.8 -> 0.3.10 (#149783)
* ocamlPackages.mirage-crypto: 0.10.3 -> 0.10.5

https://github.com/mirage/mirage-crypto/releases/tag/v0.10.4
https://github.com/mirage/mirage-crypto/releases/tag/v0.10.5

Co-authored-by: sternenseemann <sternenseemann@systemli.org>

* ocamlPackages.otr: 0.3.8 -> 0.3.10

https://github.com/hannesm/ocaml-otr/releases/tag/v0.3.9
https://github.com/hannesm/ocaml-otr/releases/tag/v0.3.10

* ocamlPackages.awa: propagate ppx_sexp_conv as a normal build input

awa depends on ppx_sexp_conv.runtime_lib, so it needs to be
propagated. This was previously masked by the dependency being
propagated from another package.

Co-authored-by: sternenseemann <sternenseemann@systemli.org>
2021-12-10 13:00:39 +01:00
Mario Rodas
1e18ed8a5c
ocamlPackages.menhirLib: 20211012 -> 20211128 (#148594) 2021-12-10 07:42:49 +01:00
Sandro
7a53e850a3
Merge pull request #143900 from Stunkymonkey/development-github-4 2021-12-10 03:31:13 +01:00
Guillaume Girol
c6c8f0778f
Merge pull request #149397 from vbgl/ocaml-jsonrpc-1.9.1
ocamlPackages.jsonrpc: 1.8.3 → 1.9.1
2021-12-09 14:27:37 +00:00
Jörg Thalheim
9244ce07fe
Merge pull request #149727 from r-ryantm/auto-update/ocaml4.12.0-graphics
ocamlPackages.graphics: 5.1.1 -> 5.1.2
2021-12-09 08:34:51 +00:00
R. Ryantm
c2185ac238 ocamlPackages.dose3: 6.1 -> 7.0.0 2021-12-09 05:10:50 +00:00
R. Ryantm
976e8195ec ocamlPackages.graphics: 5.1.1 -> 5.1.2 2021-12-08 21:54:49 +00:00
R. Ryantm
b6747e699b ocamlPackages.sha: 1.14 -> 1.15.1 2021-12-08 19:29:09 +00:00
Felix Buehler
4cc77649c6 ocamlPackages.bitv: switch to fetchFromGitHub 2021-12-08 12:47:49 +01:00
Felix Buehler
efc2291b39 ocamlPackages.comparelib: switch to fetchFromGitHub 2021-12-08 12:47:49 +01:00
Felix Buehler
630f83451b ocamlPackages.cryptokit: switch to fetchFromGitHub 2021-12-08 12:47:49 +01:00
Felix Buehler
2c8b542e2c ocamlPackages.ctypes: switch to fetchFromGitHub 2021-12-08 12:47:49 +01:00
Felix Buehler
b5bb0514ea ocamlPackages.dolog: switch to fetchFromGitHub 2021-12-08 12:47:49 +01:00
Felix Buehler
65055e3c84 ocamlPackages.easy-format: switch to fetchFromGitHub 2021-12-08 12:47:49 +01:00
Felix Buehler
0affb60221 ocamlPackages.eliom: switch to fetchFromGitHub 2021-12-08 12:47:48 +01:00
Felix Buehler
e02ae572b5 ocamlPackages.erm_xml: switch to fetchFromGitHub 2021-12-08 12:47:48 +01:00
Vincent Laporte
ea2f45793d
ocamlPackages.estring: remove broken 2021-12-08 11:48:37 +01:00
Vincent Laporte
7aa74d9a13
ocamlPackages.faillib: remove at 111.17.00
This is a legacy library for OCaml < 4.06
2021-12-08 11:48:37 +01:00
R. Ryantm
3879ea4efa ocamlPackages.pyml: 20210226 -> 20211015 2021-12-08 00:24:33 +00:00
Vincent Laporte
8f7e8ee23d
ocamlPackages.jsonrpc: 1.8.3 → 1.9 2021-12-07 21:41:08 +01:00
Felix Buehler
2745aefdf0 ocamlPackages.herelib: switch to fetchFromGitHub 2021-12-07 20:40:46 +01:00
Felix Buehler
646b670289 ocamlPackages.iso8601: switch to fetchFromGitHub 2021-12-07 20:40:46 +01:00
Felix Buehler
708fff241a ocamlPackages.javalib: switch to fetchFromGitHub 2021-12-07 20:40:46 +01:00
Felix Buehler
fd5bbfd0b7 ocamlPackages.lwt: switch to fetchFromGitHub 2021-12-07 20:40:46 +01:00
Vincent Laporte
391ee795d0 ocamlPackages.lablgtk-extras: disable for OCaml ≥ 4.13 2021-12-07 08:49:30 +01:00
Vincent Laporte
856f4cde2d ocamlPackages.lablgl: 1.05 → 1.06 2021-12-07 07:33:46 +01:00
Vincent Laporte
fb881b80f6 ocamlPackages.js_build_tools: remove at 113.33.06 2021-12-06 20:25:38 +01:00
Vincent Laporte
4263090128 ocamlPackages.buildOcamlJane: remove 2021-12-06 20:25:38 +01:00
Vincent Laporte
9f39cd801b pkgs/development/ocaml-modules/janestreet/: remove dead code 2021-12-06 20:25:38 +01:00
Vincent Laporte
c408cfdf50 ocamlPackages.variantslib: remove at 109.15.03 & 113.33.03 2021-12-06 20:25:38 +01:00
Vincent Laporte
74032d767a ocamlPackages.typerep: remove at 112.24.00 & 113.33.03 2021-12-06 20:25:38 +01:00
Vincent Laporte
efd2b3f315 ocamlPackages.fieldslib: remove at 109.20.03 & 113.33.03 2021-12-06 20:25:38 +01:00
Vincent Laporte
ec71290dc2 ocamlPackages.bin_prot: remove at 112.24.00 & 113.33.03 2021-12-06 20:25:38 +01:00
Vincent Laporte
54fcdaa6b9 ocamlPackages.optcomp: remove broken 2021-12-06 13:48:32 +01:00
Vincent Laporte
fed5706e4a ocamlPackages.ocsigen_deriving: 0.8.1 → 0.8.2 2021-12-06 13:48:32 +01:00
Sandro
5a76214c5d
ocamlPackages.reactivedata: fix src hash 2021-11-28 15:19:59 +01:00
Felix Buehler
b637d805c1 ocamlPackages.ocsigen-start: switch to fetchFromGitHub 2021-11-25 12:39:57 +01:00
Felix Buehler
659d63ee57 ocamlPackages.lwt_ssl: switch to fetchFromGitHub 2021-11-25 12:37:40 +01:00
Felix Buehler
bb7d12745b ocamlPackages.macaque: switch to fetchFromGitHub 2021-11-25 12:37:40 +01:00
Felix Buehler
8889d3c968 ocamlPackages.markup: switch to fetchFromGitHub 2021-11-25 12:37:40 +01:00