Commit Graph

41 Commits

Author SHA1 Message Date
Guy Chronister
25278990f0 ocamlPackages.sedlex: migrate to finalAttrs 2026-05-12 13:28:49 -05:00
Vincent Laporte
931d033e59 ocamlPackages.sedlex: 3.6 → 3.7 2025-10-13 07:17:03 +02:00
Wolfgang Walther
5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
Vincent Laporte
377b6ec37b ocamlPackages.sedlex: 3.4 → 3.6
ocamlPackages.ppx_css: mark as broken
2025-06-10 07:29:22 +02:00
Vincent Laporte
7782e4e956 ocamlPackages.sedlex: 3.3 → 3.4 2025-04-14 08:18:02 +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
Vincent Laporte
7b06fb2466 ocamlPackages_5_3.ocaml: init at 5.3.0 2025-01-09 03:02:28 +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
c52537868c ocamlPackages.sedlex: 3.2 → 3.3 2024-11-28 17:28:44 +01: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
Mario Rodas
2becf6e837 maintainers: drop marsam 2024-04-24 04:20:00 +00:00
Nathan Ringo
2f8b76be56 ocamlPackages.sedlex: 3.1 -> 3.2
https://github.com/ocaml-community/sedlex/releases/tag/v3.2
2023-06-30 10:44:47 +02:00
Vincent Laporte
942e6fd471 ocamlPackages.sedlex: use Dune 3 2023-03-21 13:05:56 +01:00
Mario Rodas
684306b246 ocamlPackages.sedlex: 3.0 -> 3.1
https://github.com/ocaml-community/sedlex/releases/tag/v3.1
2023-03-06 06:11:33 +00:00
Vincent Laporte
9acb1fcfb6 ocamlPackages.sedlex: 2.6 → 3.0 2022-12-11 11:30:09 +01:00
Vincent Laporte
d6c30bbf70 ppxlib: default to 0.28.0 for OCaml ≥ 4.11 only 2022-11-09 20:41:22 +01:00
José Romildo
d66b2d9f02 ocamlPackages.sedlex: 2.5 -> 2.6 2022-10-23 18:02:20 -03:00
kilianar
f3db35354b ocamlPackages.sedlex: update unicode data to 15.0.0 2022-09-14 23:03:34 +02:00
Vincent Laporte
b8186ef950 ocamlPackages.sedlex: 2.4 → 2.5 2022-05-29 08:48:00 +02:00
Vincent Laporte
5637570f51 ocamlPackages: rename sedlex_2 into sedlex 2022-05-29 08:48:00 +02:00
Vincent Laporte
c3e55aa79a ocamlPackages.sedlex: remove at 1.99.5 2022-05-29 08:48:00 +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
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
5d1f9a18d5 ocamlPackages.sedlex: switch to fetchFromGitHub 2021-10-30 09:35:11 -07:00
Vincent Laporte
f6ccdfcd2a ocamlPackages.sedlex_2: 2.3 → 2.4
Supports Unicode 13.0.0
2021-08-04 15:58:52 +02:00
Mario Rodas
53a3fc2856 ocamlPackages.sedlex_2: 2.2 -> 2.3 2021-04-24 17:04:32 +02: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
sternenseemann
1c52824fed ocamlPackages.sedlex_2: 2.1 -> 2.2
* use dune 2
* refactor fetching of dependencies (reduce duplication)
* remove dune rule for data files before building since dune 2 doesn't
  like the symlinked data files if the rule is present
2021-01-02 10:00:16 +01:00
Ben Darwin
c62428963a ocamlPackages.sedlex_2: fix dependencies (as per 77901a9) 2020-04-19 21:50:37 -04:00
Michael Reilly
84cf00f980 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Ben Darwin
77901a96da ocamlPackages.sedlex: fix dependencies 2020-04-06 10:48:42 -04:00
Vincent Laporte
e73a9e6b95 ocamlPackages.sedlex_2: fix build with OCaml ≥ 4.08 2020-03-13 22:31:01 +01:00
Mario Rodas
479bc9d9e6 ocamlPackages.sedlex_2: init at 2.1 2020-01-18 16:20:00 -05:00
Vincent Laporte
c02aa1b575 ocamlPackages.sedlex: 1.99.4 -> 1.99.5 2019-08-23 15:48:47 +00:00
Daniel Schaefer
bac4d95aa2 treewide: Change URLs to HTTPS
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
2019-04-22 10:19:54 +02:00
Vincent Laporte
d30fc3be98 ocamlPackages.sedlex: 1.99.3 -> 1.99.4 2017-07-15 12:13:14 +00:00
Vincent Laporte
53e67781ec ocamlPackages.sedlex: fix name 2017-07-08 10:50:37 +00:00
Vincent Laporte
da8201e7c3 ocamlPackages.sedlex: fix on OCaml 4.04 2017-04-01 09:06:57 +02:00
Vincent Laporte
16242a7c63 ocamlPackages.sedlex: init at 1.99.3
sedlex is a Unicode-friendly lexer generator for OCaml.

Homepage: https://github.com/alainfrisch/sedlex
2016-11-04 19:06:45 +01:00