Commit Graph

17 Commits

Author SHA1 Message Date
Vincent Laporte
5c603601b1 ocamlPackages.owl: fix for GCC 15 2026-01-14 06:42:32 +01: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
Troels Henriksen
4e80fc3c15 ocamlPackages.owl-base: add aarch64 to platforms
As of 1.2, Owl supports ARM.
2025-03-19 19:22:30 +01:00
R. Ryantm
5d651836bb ocamlPackages.owl: 1.1 -> 1.2 2024-12-25 01:32:45 +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
Ben Darwin
f4a9199f87 ocamlPackages.owl: 1.0.2 -> 1.1 2023-05-25 06:36:46 +02:00
Vincent Laporte
55f76accb3 ocamlPackages.owl: use Dune 3 2023-02-16 08:36:24 +01:00
Ulrik Strid
7b3612f4a3 ocamlPackages.owl: 1.0.1 -> 1.0.2 2022-03-24 18:26:08 +01:00
sternenseemann
ebee209dcf ocamlPackages.owl{,-base}: 1.0.0 -> 1.0.1
https://github.com/owlbarn/owl/releases/tag/1.0.1

Fixes test failure on nixpkgs master.
2021-03-16 10:30:55 +01:00
Ben Darwin
1b86837cce ocamlPackages.owl: 0.10.0 -> 1.0.0 2020-11-16 21:35:47 +01:00
Vincent Laporte
75b59386b4 ocamlPackages.owl: 0.9.0 → 0.10.0 2020-11-06 10:07:06 +01:00
Ben Darwin
203d0644b4 ocamlPackages.owl: 0.8.0 -> 0.9.0 2020-05-28 09:08:51 +02:00
Vincent Laporte
0229936bbe buildDunePackage: add a “useDune2” option 2020-03-23 09:12:50 +01:00
Ben Darwin
290b09847a ocamlPackages.owl: 0.7.2 -> 0.8.0 2020-02-27 12:05:21 -05:00
Ben Darwin
bfe5d1cc96 ocamlPackages.owl: 0.7.1 -> 0.7.2
- also enable tests (except on OSX) due to upstream fixes
2019-12-09 11:00:11 -05:00
Ben Darwin
13f55534cb owl-base: remove unused input 2019-12-06 12:00:44 -05:00
Ben Darwin
d016a507ea ocamlPackages.{owl-base,owl}: init at 0.7.1 2019-11-29 17:22:45 +00:00