Commit Graph

11 Commits

Author SHA1 Message Date
R. Ryantm
365964046e ocamlPackages.iri: 1.1.0 -> 1.2.0 2026-05-13 11:25:52 +02:00
Guy Chronister
a29c8d9f73 ocamlPackages.iri: migrate to finalAttrs 2026-05-12 13:36:37 -05:00
R. Ryantm
26d1bcc90d ocamlPackages.iri: 1.0.0 -> 1.1.0 2025-06-19 12:41:39 +00: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
30c644c1ee ocamlPackages.iri: 0.7.0 -> 1.0.0 2024-04-29 03:20:17 +00:00
Vincent Laporte
0580710f23 ocamlPackages.iri: 0.6.0 → 0.7.0 2023-07-19 07:15:09 +02:00
Vincent Laporte
48549020fc ocamlPackages.iri: use Dune 3 2023-03-21 13:05:50 +01:00
Vincent Laporte
5637570f51 ocamlPackages: rename sedlex_2 into sedlex 2022-05-29 08:48:00 +02: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
sternenseemann
4e42cac49d ocamlPackages: stdenv.lib → lib
This change was produced by searching for remaining occurrences of
stdenv.lib and replacing them manually.

Reference #108938.
2021-01-12 16:33:18 +01:00
Vincent Laporte
de1a8ddb3c ocamlPackages.iri: init at 0.4.0
iri is an OCaml implementation of Internationalized Resource Identifiers
(IRIs).

Homepage: https://framagit.org/zoggy/ocaml-iri
2018-07-09 17:15:43 +00:00