22 Commits
Author SHA1 Message Date
Vincent Laporte 2f7398ef44 ocamlPackages.odoc: 2.4.4 → 3.1.0 2025-09-15 08:33:19 +02: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 https://github.com/infinisil/treewide-nixpkgs-reformat-script/archive/a08b3a4d199c6124ac5b36a889d9099b4383463f.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01: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
Sigmanificient a2353716f6 treewide: remove unused occurence of fetchurl argument 2024-05-20 05:20:23 +02:00
Vincent LaporteandVincent Laporte 65bfaad3cc ocamlPackages.odoc: 2.2.1 → 2.4.2 2024-05-13 08:49:13 +02:00
stuebinm ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Mario RodasandVincent Laporte 5ffd4ef382 ocamlPackages.odoc: 2.2.0 -> 2.2.1
Diff: https://github.com/ocaml/odoc/compare/2.2.0...2.2.1

Changelog: https://github.com/ocaml/odoc/blob/2.2.1/CHANGES.md
2023-08-13 16:46:39 +02:00
R. Ryantm bd76d802e6 ocamlPackages.odoc: 2.1.1 -> 2.2.0 2023-06-12 15:58:59 +00:00
Vincent Laporte 96791f64e9 ocamlPackages.odoc: use Dune 3 2023-05-10 20:06:16 +02: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 LaporteandVincent Laporte da766bde28 ocamlPackages.odoc: disable tests with yojson ≥ 2.0 2022-08-29 08:10:02 +02:00
Guillaume GirolandGitHub 23432ed4fc ocamlPackage.odoc: 1.5.3 -> 2.1.1 (#181884)
build tested by:
fnix build -f.  ocaml-ng.ocamlPackages_4_{05,06,07,08,09,10,11,12,13,14}.odoc
fnix build -f.  ocaml-ng.ocamlPackages_4_{08,09,10,11,12,13,14}.{odoc,curly,mdx}

curly and mdx are the only reverse dependencies in ocaml-modules
according to grep
2022-07-19 06:51:30 +02:00
Vincent Laporte 061c4cc4a2 ocamlPackages.odoc: 1.5.2 → 1.5.3 2021-07-13 17:52:46 +02:00
sternenseemannandVincent Laporte a817ce3ada ocamlPackages.odoc: 1.5.1 -> 1.5.2 2020-12-07 13:11:11 +01:00
Vincent LaporteandVincent Laporte dbc5704e3f ocamlPackages.odoc: 1.5.0 → 1.5.1 2020-06-26 08:44:19 +02:00
R. RyanTM 5583685749 ocamlPackages.odoc: 1.4.2 -> 1.5.0 2020-02-13 03:06:12 +00:00
Vincent Laporte 31aab48a0a ocamlPackages.odoc: 1.3.0 → 1.4.2
Ensures compatibility with OCaml 4.08
2019-09-23 05:53:29 +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
Vincent LaporteandVincent Laporte 15995ea2b2 ocamlPackages.odoc: 1.2.0 -> 1.3.0 2018-11-06 18:20:49 +00:00
Vincent LaporteandVincent Laporte b46666a867 ocamlPackages.odoc: fix resolution of odoc.css 2018-09-30 16:14:03 +00:00
Vincent LaporteandVincent Laporte cbc609ca8c ocamlPackages.odoc: init at 1.2.0 2018-09-24 05:08:37 +00:00