Commit Graph

14 Commits

Author SHA1 Message Date
Sigmanificient
91d5ab3ae4 treewide: remove unused rec expressions 2025-03-14 05:15:05 +01:00
r17x
87f2886384 ocamlPackages.h2: init h2-lwt, h2-lwt-unix at 0.13.0 2024-12-28 19:17:14 +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
Vincent Laporte
57617c48ef ocamlPackages.h2-eio: init at 0.13.0 2024-09-30 06:58:48 +02:00
Vincent Laporte
6c90049441 ocamlPackages.hpack: 0.11.0 → 0.13.0 2024-09-24 08:50:32 +02: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
26117abbca ocamlPackages.hpack: 0.10.0 → 0.11.0 2023-12-08 06:13:39 +01:00
Vincent Laporte
930b1c06b1 ocamlPackages.base64: 3.5.0 → 3.5.1 (#218580)
* ocamlPackages.otr: use Dune 3

* ocamlPackages.h2: use Dune 3

* ocamlPackages.index: use Dune 3

* ocamlPackages.progress: use Dune 3

* ocamlPackages.repr: use Dune 3

* ocamlPackages.emile: use Dune 3

* ocamlPackages.bistro: use Dune 3

* ocamlPackages.base64: 3.5.0 → 3.5.1
2023-02-27 09:14:03 -03:00
Ulrik Strid
c53a63adf1 ocamlPackages treewide: strictDeps all packages 2023-02-03 08:59:34 +01:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Vincent Laporte
565589da39 ocamlPackages.paf: 0.0.8 → 0.1.0
ocamlPackages.{hpack,h2}: 0.8.0 → 0.9.0
2022-09-16 20:51:17 +02:00
Vincent Laporte
0f4f35c7b0 ocamlPackages.fmt: 0.8.9 → 0.9.0 2022-08-31 07:36:39 +02:00
sternenseemann
f4c229058d ocamlPackages.h2: init at 0.8.0 2021-04-26 08:31:53 +02:00