Commit Graph

27 Commits

Author SHA1 Message Date
Guy Chronister
eea3eab2f6 ocamlPackages.re: migrate to finalAttrs 2026-05-12 13:28:45 -05:00
Vincent Laporte
79a93b5d52 ocamlPackages.re: 1.11.0 → 1.12.0 2024-12-24 14:44:39 +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
c310063eaf ocamlPackages.re: use Dune 3
ocamlPackages.core_kernel: 0.12.2 → 0.12.3
ocamlPackages.re2: 0.12.0 → 0.12.1
2024-04-09 11:49:45 +02:00
Vincent Laporte
35fc5a6b76 ocamlPackages.re: 1.10.4 → 1.11.0 2023-09-29 21:32:39 +02:00
Vincent Laporte
c81792a457 ocamlPackages.ounit2: disable for OCaml < 4.08 2023-05-15 10:10:36 +02:00
Vincent Laporte
400e6f08b6 ocamlPackages.re: pin Dune to version 1 for OCaml < 4.08 2023-05-03 22:08:14 +02:00
Ulrik Strid
c164f7c021 ocamlPackages.re: 1.9.0 -> 1.10.4 2022-10-17 22:19:00 +02:00
Vincent Laporte
90361764fe ocamlPackages.re: use Dune 2 2021-02-14 14:15:55 +01:00
Vincent Laporte
7f8f1fc182 ocamlPackages.re: use released source rather than a git snapshot
This fixes the version information in the META file
2020-10-30 11:39:15 +01:00
Vincent Laporte
745a86726a ocamlPackages.re: disable tests with OCaml < 4.04 2020-09-02 10:30:34 +02:00
Michael Reilly
84cf00f980 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM
3571e09fb2 ocamlPackages.re: 1.8.0 -> 1.9.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ocaml4.06.1-re/versions
2019-05-05 11:18:57 -07: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 Laporte
fc19401d67 jbuilder: 1.0.1 -> dune: 1.1.1 2018-09-15 19:32:32 +00:00
Vincent Laporte
48708a9c43 ocamlPackages.re: 1.7.3 -> 1.8.0 2018-09-05 17:14:58 +00:00
Vincent Laporte
ea7c74c772 ocamlPackages.re: 1.7.1 -> 1.7.3 2018-06-24 19:23:12 +00:00
Vincent Laporte
191f03f02e ocamlPackages.re: disable tests for OCaml ≥ 4.06 2017-11-29 20:46:24 +00:00
Simon Lackerbauer
4e67a1657f ocamlPackages.re: 1.5.0 -> 1.7.1 2017-10-18 00:15:31 +02:00
Vincent Laporte
4168706d4f OCaml modules: make explicit some dependencies to ocamlbuild 2016-10-09 11:55:19 +02:00
Florent Becker
8724b716c6 ocaml-re: 1.4.2 -> 1.5.0 2016-05-31 19:10:06 +02:00
Nicolas B. Pierron
72c6f8a140 Ensure that we can evaluate the platform attribute of ocaml packages. 2016-03-13 19:08:26 +00:00
Vincent Laporte
af7b23649a ocaml-re: 1.4.0 -> 1.4.1 2015-07-01 20:23:19 +02:00
Vincent Laporte
e32d6f6b52 ocaml-re: update from 1.3.1 to 1.4.0 2015-06-06 12:08:09 +02:00
Vincent Laporte
d52b6f1d3e ocaml-re: update from 1.3.0 to 1.3.1 2015-03-19 19:14:15 +01:00
Vincent Laporte
1d137ebfdf ocaml-re: update from 1.2.2 to 1.3.0 2015-02-10 14:03:33 +01:00
Vincent Laporte
4e382bce7e Adds ocaml-re
Re is a regular expression library for OCaml.

Homepage: https://github.com/ocaml/ocaml-re
2015-01-07 14:15:10 +01:00