Commit Graph

89 Commits

Author SHA1 Message Date
R. Ryantm
a6e6ff3476 ocamlPackages.lwt: 6.1.1 -> 6.1.2 2026-04-29 15:07:46 +00:00
Vincent Laporte
0ee7624090 ocamlPackages.lwt: 5.9.2 → 6.1.1
ocamlPackages.conduit-lwt-unix: disable tests with lwt ≥ 6
ocamlPackages.js_of_ocaml-lwt: log support is optional
ocamlPackages.lwt_log: mark as broken with lwt ≥ 6
ocamlPackages.tezt: mark as broken with lwt ≥ 6
2026-03-11 22:46:06 +01:00
Vincent Laporte
29571616e2 ocamlPackages.lwt_camlp4: remove at unstable-2018-03-25 2025-11-12 07:39:35 +01:00
Vincent Laporte
f2c822b65f ocamlPackages.lwt: 5.9.1 → 5.9.2 2025-09-01 07:56:48 +02:00
Vincent Laporte
97eb7ee0da ocamlPackages.ppxlib: 0.33.0 → 0.36.0
ocamlPackages.base_quickcheck: 0.17.0 → 0.17.1
ocamlPackages.optcomp: 0.17.0 → 0.17.1
ocamlPackages.ppx_bench: 0.17.0 → 0.17.1
ocamlPackages.ppx_bin_prot: 0.17.0 → 0.17.1
ocamlPackages.ppx_deriving: 6.0.3 → 6.1.0
ocamlPackages.ppx_deriving_qcheck: 0.6 → 0.7
ocamlPackages.ppx_deriving_yaml: 0.3.0 → 0.4.1
ocamlPackages.ppx_deriving_yojson: 3.9.0 → 3.10.0
ocamlPackages.ppx_diff: 0.17.0 → 0.17.1
ocamlPackages.ppx_expect: 0.17.2 → 0.17.3
ocamlPackages.ppx_globalize: 0.17.0 → 0.17.2
ocamlPackages.ppx_inline_test: 0.17.0 → 0.17.1
ocamlPackages.ppx_let: 0.17.0 → 0.17.1
ocamlPackages.ppx_stable: 0.17.0 → 0.17.1
ocamlPackages.ppx_tydi: 0.17.0 → 0.17.1
ocamlPackages.ppx_typeprep_conv: 0.17.0 → 0.17.1
ocamlPackages.ppx_variants_conv: 0.17.0 → 0.17.1
ocamlPackages.sexp_conv: 0.17.0 → 0.17.1
ocamlPackages.sexp_message: 0.17.2 → 0.17.4
reason: 3.15.0 → 3.16.0

ocamlPackages.bisect_ppx: make compatible with ppxlib 0.36
ocamlPackages.config: make compatible with ppxlib 0.36
ocamlPackages.lwt_ppx: make compatible with ppxlib 0.36
ocamlPackages.melange: make compatible with ppxlib 0.36
ocamlPackages.ppx_bitstring: make compatible with ppxlib 0.36
ocamlPackages.ppx_repr: make compatible with ppxlib 0.36

ocamlPackages.bistro: mark as broken
ocamlPackages.dream-html: mark as broken
ocamlPackages.ocsigen-ppx-rpc: mark as broken
ocamlPackages.ppx_deriving_cmdliner: mark as broken
ocamlPackages.reason-react-ppx: mark as broken
2025-08-19 06:17:39 +02:00
Vincent Laporte
0d74bf610d ocamlPackages.lwt_ppx: 2.1.0 → 5.9.1 2025-05-19 08:38:55 +02:00
Winter
a19cd4ffb1 Revert "treewide: replace rev with tag"
This reverts commit 65a333600d.

This wasn't tested for correctness with something like fodwatch [0],
and should not have been (self-)merged so quickly, especially without
further review.

It also resulted in the breakage of at least one package [1] (and that's
the one we know of and was caught).

A few packages that were updated in between this commit and this revert
were not reverted back to using `rev`, but other than that, this is a
1:1 revert.

[0]: https://codeberg.org/raphaelr/fodwatch
[1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e458
2025-04-08 02:57:25 -04:00
Pol Dellaiera
65a333600d treewide: replace rev with tag 2025-04-07 16:57:22 +02:00
Silvan Mosberger
374e6bcc40 treewide: Format all Nix files
Format all Nix files using the officially approved formatter,
making the CI check introduced in the previous commit succeed:

  nix-build ci -A fmt.check

This is the next step of the of the [implementation](https://github.com/NixOS/nixfmt/issues/153)
of the accepted [RFC 166](https://github.com/NixOS/rfcs/pull/166).

This commit will lead to merge conflicts for a number of PRs,
up to an estimated ~1100 (~33%) among the PRs with activity in the past 2
months, but that should be lower than what it would be without the previous
[partial treewide format](https://github.com/NixOS/nixpkgs/pull/322537).

Merge conflicts caused by this commit can now automatically be resolved while rebasing using the
[auto-rebase script](8616af08d9/maintainers/scripts/auto-rebase).

If you run into any problems regarding any of this, please reach out to the
[formatting team](https://nixos.org/community/teams/formatting/) by
pinging @NixOS/nix-formatting.
2025-04-01 20:10:43 +02:00
R. Ryantm
a67f69b10c ocamlPackages.lwt: 5.9.0 -> 5.9.1 2025-03-16 00:51:01 +00:00
Weijia Wang
2b4f91db59 ocamlPackages.lwt: 5.8.0 -> 5.9.0 (#361430) 2024-12-20 17:53:54 +01:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
R. Ryantm
46ac60f1b0 ocamlPackages.lwt: 5.8.0 -> 5.9.0 2024-12-03 10:55:01 +00:00
R. Ryantm
660db870eb ocamlPackages.lwt: 5.7.0 -> 5.8.0 2024-10-12 13:57:32 +00:00
Sigmanificient
3e1227a1af pkgs/development/ocaml-modules: remove unused arguments 2024-07-16 03:54:01 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Vincent Laporte
fa23afc15e ocamlPackages.lwt: 5.6.1 → 5.7.0 2023-10-06 08:11:13 +02:00
Vincent Laporte
ffcfca42e4 ocamlPackages.lwt: fix for OCaml 5.0 2023-05-26 08:38:21 +02:00
Weijia Wang
685b423e45 ocamlPackages.lwt: fix for OCaml >= 5 2023-04-19 21:52:23 +02:00
Vincent Laporte
fac2a5c6c7 ocamlPackages.lwt_camlp4: fix build 2023-04-19 09:07:31 +02:00
Ulrik Strid
f12b9ea461 buildDunePackage: default to strictDeps = true 2023-02-03 08:59:34 +01:00
Vincent Laporte
7ddfb722dc ocamlPackages.lwt_ppx: 2.0.2 → 2.1.0 2022-12-25 00:17:29 +01:00
Vincent Laporte
7bc0c0e8a6 ocamlPackages.lwt: 5.5.0 → 5.6.1 2022-10-23 13:54:53 +02:00
Vincent Laporte
4ca72ffe4e ocamlPackages.lwt: 5.4.1 → 5.5.0 2022-05-18 23:54: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
Vincent Laporte
b5359c444e buildDunePackage: use dune_2 by default 2022-03-13 21:19:09 +01:00
Guillaume Girol
c32e4e0c49 ocaml-ng.ocamlPackages_4_07.lwt: fix build with strictDeps 2022-03-01 16:39:13 +01: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
Felix Buehler
a6bd34cb79 ocamlPackages.lwt_ppx: switch to fetchFromGitHub 2022-01-08 15:38:10 +01:00
Felix Buehler
fd5bbfd0b7 ocamlPackages.lwt: switch to fetchFromGitHub 2021-12-07 20:40:46 +01:00
Guillaume Girol
06449fce5b Merge pull request #145033 from anmonteiro/anmonteiro/ocaml-cross-fiexs
ocamlPackages: fix some packages for cross-compilation
2021-11-10 22:37:36 +00:00
Felix Bühler
f5c12e8311 treewide: replace '-git' packages with 'unstable-' in version (#145396) 2021-11-10 16:21:47 -05:00
Antonio Nuno Monteiro
ceebd60cef Update pkgs/development/ocaml-modules/lwt/default.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-08 09:45:07 -08:00
Antonio Nuno Monteiro
efd2a1bb8d ocamlPackages: fix some packages for cross-compilation 2021-11-07 22:10:02 -08:00
Vincent Laporte
629e644af2 ocamlPackages.lwt: remove unnecessary dependency on OMP 2021-07-24 16:10:29 +02:00
Vincent Laporte
e1a98c3434 ocamlPackages.lwt: 5.4.0 → 5.4.1 2021-06-09 09:17:24 +02:00
Vincent Laporte
0279876952 ocamlPackages.lwt: 5.3.0 → 5.4.0 2021-02-12 17:42:29 +01:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Vincent Laporte
90d4109c23 ocamlPackages.lwt_ppx: 2.0.1 → 2.0.2 2021-01-07 08:40:26 +01:00
Vincent Laporte
cef53ab371 ocamlPackages.lwt: 4.5.0 → 5.3.0
ocamlPackages.lwt_ppx: 1.2.4 → 2.0.1
2020-07-05 10:48:18 +02:00
Vincent Laporte
490c75f1ca ocamlPackages.lwt: rename file to “default.nix” and attribute to “lwt” 2020-06-24 09:19:04 +02:00
Vincent Laporte
97c886e2c7 ocamlPackages.lwt2: remove at 2.7.1 2020-06-24 09:19:04 +02:00
Michael Reilly
84cf00f980 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Vincent Laporte
21b4edc6a0 ocamlPackages.lwt4: 4.4.0 → 4.5.0 2020-02-04 09:48:28 +01:00
Antonio Nuno Monteiro
ccce14ed53 ocamlPackages.lwt_ppx: use independent source from lwt 2020-01-08 15:53:53 +01:00
Vincent Laporte
6cffb5072f ocamlPackages.lwt4: 4.2.1 → 4.4.0 2019-11-21 07:35:51 +00:00
Ricardo M. Correia
d5053d12eb ocamlPackages.lwt_ppx: fix dependency propagation
dune was showing this error when using lwt_ppx:

File "/nix/store/sz4cg32ph84lapgs50xv73s3a0baqq2s-ocaml4.08.1-lwt_ppx-4.2.1/lib/ocaml/4.08.1/site-lib/lwt_ppx/dune-package", line 11, characters 56-75:
11 |  (requires compiler-libs.common ocaml-migrate-parsetree ppx_tools_versioned)
                                                             ^^^^^^^^^^^^^^^^^^^
Error: Library "ppx_tools_versioned" not found.
-> required by library "lwt_ppx" in
   /nix/store/sz4cg32ph84lapgs50xv73s3a0baqq2s-ocaml4.08.1-lwt_ppx-4.2.1/lib/ocaml/4.08.1/site-lib/lwt_ppx
-> required by executable wizytests in dune:6
Hint: try: dune external-lib-deps --missing @@default
2019-11-16 04:15:28 +00: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
82af060040 ocamlPackages.lwt3: remove at 3.3.0 2019-11-07 16:39:42 +00: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