Commit Graph

25 Commits

Author SHA1 Message Date
Guy Chronister
8c85489931 ocamlPackages.macaddr: migrate to finalAttrs 2026-05-12 13:36:47 -05:00
R. Ryantm
4e1f4d4611 ocamlPackages.macaddr: 5.6.1 -> 5.6.2 2026-02-19 13:21:29 +00:00
Alexandre Esteves
89991bdff7 ocamlPackages.*: remove myself from maintainers 2026-02-14 05:19:14 +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
0b35f8970d ocamlPackages.macaddr: 5.6.0 -> 5.6.1 2025-08-01 13:22:04 +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
Sigmanificient
3e1227a1af pkgs/development/ocaml-modules: remove unused arguments 2024-07-16 03:54:01 +02:00
Weijia Wang
98293b0237 Merge pull request #313703 from r-ryantm/auto-update/ocamlPackages.macaddr
ocamlPackages.macaddr: 5.5.0 -> 5.6.0
2024-07-06 02:02:39 +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
R. Ryantm
2aa653193f ocamlPackages.macaddr: 5.5.0 -> 5.6.0 2024-05-22 14:39:09 +00:00
R. Ryantm
efc0a80b20 ocamlPackages.macaddr: 5.4.0 -> 5.5.0 2024-02-24 13:05:38 +00:00
Vincent Laporte
c81792a457 ocamlPackages.ounit2: disable for OCaml < 4.08 2023-05-15 10:10:36 +02:00
Vincent Laporte
b174387ba9 ocamlPackages.macaddr: 5.3.0 → 5.4.0 2023-03-23 06:04:25 +01:00
Ulrik Strid
c53a63adf1 ocamlPackages treewide: strictDeps all packages 2023-02-03 08:59:34 +01:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Vincent Laporte
aeb65012fa ocamlPackages.{macaddr,ipaddr}: minor cleaning 2022-03-29 08:02:14 +02:00
Aaron L. Zeng
e87b6f72d1 ocamlPackages.{macaddr,ipaddr}: 5.2.0 -> 5.3.0 2022-03-28 16:19:05 -04:00
sterni
c1e83d738d ocamlPackages: update a bunch of libraries from the mirage universe (#132550)
* ocamlPackages.cstruct: 6.0.0 -> 6.0.1

https://github.com/mirage/ocaml-cstruct/releases/tag/v6.0.1

* ocamlPackages.tls: 0.13.2 -> 0.14.1

* ocamlPackages.letsencrypt: 0.2.5 -> 0.3.0

ocamlPackages.letsencrypt-dns: init at 0.3.0
ocamlPackages.letsencrypt-app: init at 0.2.5

https://github.com/mmaker/ocaml-letsencrypt/releases/tag/v0.3.0

* ocamlPackages.paf: 0.0.3 -> 0.0.5

ocamlPackages.paf-cohttp: init at 0.0.5
ocamlPackages.paf-le: init at 0.0.5

* ocamlPackages.conduit*: 4.0.0 -> 4.0.1

* ocamlPackages.git*: 3.4.0 -> 3.5.0

* ocamlPackages.{ipaddr, macaddr}: 5.1.0 -> 5.2.0

https://github.com/mirage/ocaml-ipaddr/releases/tag/v5.2.0

Co-Authored-By: TG ⊗ Θ <*@tg-x.net>

* jackline: unstable-2021-04-23 -> unstable-2021-08-10

* ocamlPackages.mirage-block-combinators: patch for cstruct 6.0.0

The patch is a trivial search and replace of Cstruct.len ->
Cstruct.length otherwise the build will fail due to deprecation warnings.

* ocamlPackages.x509: 0.14.0 -> 0.14.1

Co-authored-by: TG ⊗ Θ <*@tg-x.net>
2021-09-29 14:28:09 +02:00
sternenseemann
b9a3c230bd ocamlPackages.{macaddr, ipaddr*}: 5.0.1 -> 5.1.0
https://github.com/mirage/ocaml-ipaddr/releases/tag/v5.1.0
2021-07-26 09:17:38 +02:00
Vincent Laporte
4d47330bef ocamlPackages.ipaddr: use Dune 2 2020-11-26 06:55:12 +01:00
Vincent Laporte
ca737449c4 ocamlPackages.macaddr-{cstruct,sexp}: use Dune 2 2020-11-26 06:55:12 +01:00
sternenseemann
0982f4c8c6 ocamlPackages.{ipaddr,macaddr}*: 5.0.0 → 5.0.1 2020-10-01 09:26:09 +02:00
sternenseemann
3a0933a030 ocamlPackages.{ipaddr,macaddr}: 3.1.0 → 5.0.0 and update all affected packages (tuntap, conduit, cohttp, …) (#91350)
* ocamlPackages.{ipaddr,macaddr}: 3.1.0 → 5.0.0
* ipaddr-cstruct: new package (since 4.0.0)
* ipaddr-sexp: new package (since 4.0.0)
* macaddr-cstruct: new package (since 4.0.0)
* macaddr-sexp: new package (since 4.0.0)
* macaddr: enable tests (don't depend on ipaddr anymore)
* ocamlPackages.tuntap: 1.3.0 → 2.0.0
* ocamlPackages.conduit{,-lwt,-lwt-unix}: 1.4.0 → 2.2.2
* ocamlPackages.cohttp{,-lwt,-lwt-unix}: 2.1.3 → 2.5.1
* ocamlPackages: use dune 2 if pkg (indirectly) depends on cohttp-lwt-unix

dune refuses to build a package if one of its dependencies uses dune 2.
2020-06-25 23:22:21 +02:00
Michael Reilly
84cf00f980 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Alexandre Esteves
be90b35b9e ocamlPackages.conduit: 1.0.0 -> 1.4.0 and dependencies (#74821) 2019-12-29 20:40:36 +01:00