Commit Graph

15 Commits

Author SHA1 Message Date
R. Ryantm
4809582d2c ocamlPackages.hxd: 0.4.0 -> 0.5.0 2026-06-11 15:06:03 +02:00
Guy Chronister
118bd50e6e ocamlPackages.hxd: migrate to finalAttrs 2026-05-12 13:36:34 -05:00
R. Ryantm
cf3f926474 ocamlPackages.hxd: 0.3.6 -> 0.4.0 2026-02-18 13:25:35 +00:00
Ihar Hrachyshka
567e8dfd8e treewide: clean up 'meta = with' pattern
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-12-10 18:09:49 +01:00
R. Ryantm
feea44d53e ocamlPackages.hxd: 0.3.5 -> 0.3.6 2025-11-29 13:19:14 +00:00
R. Ryantm
36dddbb1cd ocamlPackages.hxd: 0.3.4 -> 0.3.5 2025-10-01 13:30:40 +00:00
R. Ryantm
daf5718694 ocamlPackages.hxd: 0.3.3 -> 0.3.4 2025-06-02 19:19:07 +00: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
Sora Morimoto
df6fb983d2 dune_3: 3.16.1 -> 3.17.0
Co-authored-by: Vincent Laporte <Vincent.Laporte@gmail.com>
2024-12-16 14:37:50 +01:00
R. Ryantm
b7e40ecd64 ocamlPackages.hxd: 0.3.2 -> 0.3.3 2024-12-11 13:37:14 +00:00
sternenseemann
ff494fa028 ocamlPackages.hxd: 0.3.1 -> 0.3.2
https://github.com/dinosaure/hxd/releases/tag/v0.3.2
2022-07-06 21:00:03 +02:00
Malo Bourgon
ba54ba9316 ocamlPackages: add meta.mainProgram to packages with multiple executables
where none of the executables match the package's `name` or `pname`, and
one of the executables is the obvious `mainProgram`.
2022-05-20 10:13:29 +02: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
sterni
f0b078ef9d ocamlPackages.git: 3.3.0 -> 3.3.2; decompress: 1.2.0 -> 1.3.0; duff: 0.3 -> 0.4; and related updates (#116486)
* ocamlPackages.hxd: 0.2.0 -> 0.3.1

ocamlPackages.hxd: disable lwt by default on OCaml 4.06 (syntax error)

* ocamlPackages.duff: 0.3 -> 0.4

* ocamlPackages.decompress: 1.2.0 -> 1.3.0

Keep decompress 1.2.0 around as decompress-1-2 until imagelib supports
decompress 1.3.0: https://github.com/rlepigre/ocaml-imagelib/issues/49

* ocamlPackages.carton*: 0.2.0 -> 0.4.0

* ocamlPackages.git: 3.3.0 -> 3.3.2
2021-03-16 13:07:17 +01:00
sternenseemann
0f864eb45b ocamlPackages.hxd: init at 0.2.0 2021-01-22 08:39:58 +01:00