Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions pkgs/development/ocaml-modules/mirage-crypto/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
ounit2,
dune-configurator,
eqaf,
withFreestanding ? false,
ocaml-freestanding,
}:

buildDunePackage (finalAttrs: {
Expand All @@ -30,9 +28,6 @@ buildDunePackage (finalAttrs: {
buildInputs = [ dune-configurator ];
propagatedBuildInputs = [
eqaf
]
++ lib.optionals withFreestanding [
ocaml-freestanding
];

meta = {
Expand Down
6 changes: 0 additions & 6 deletions pkgs/development/ocaml-modules/mirage-crypto/ec.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
lib,
buildDunePackage,
mirage-crypto,
dune-configurator,
Expand All @@ -12,8 +11,6 @@
ppx_deriving_yojson,
ppx_deriving,
yojson,
withFreestanding ? false,
ocaml-freestanding,
}:

buildDunePackage {
Expand All @@ -31,9 +28,6 @@ buildDunePackage {
propagatedBuildInputs = [
mirage-crypto
mirage-crypto-rng
]
++ lib.optionals withFreestanding [
ocaml-freestanding
];

doCheck = true;
Expand Down

This file was deleted.

93 changes: 0 additions & 93 deletions pkgs/development/ocaml-modules/ocaml-freestanding/default.nix

This file was deleted.

47 changes: 0 additions & 47 deletions pkgs/development/ocaml-modules/ocaml-freestanding/no-opam.patch

This file was deleted.

5 changes: 0 additions & 5 deletions pkgs/development/ocaml-modules/tcpip/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
ipaddr-cstruct,
lru,
metrics,
withFreestanding ? false,
ocaml-freestanding,
}:

buildDunePackage rec {
Expand Down Expand Up @@ -64,9 +62,6 @@ buildDunePackage rec {
metrics
arp
mirage-flow
]
++ lib.optionals withFreestanding [
ocaml-freestanding
];

doCheck = true;
Expand Down
70 changes: 0 additions & 70 deletions pkgs/development/ocaml-modules/torch/default.nix

This file was deleted.

8 changes: 2 additions & 6 deletions pkgs/top-level/ocaml-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1439,8 +1439,6 @@ let

ocaml_expat = callPackage ../development/ocaml-modules/expat { };

ocaml-freestanding = callPackage ../development/ocaml-modules/ocaml-freestanding { };

ocaml_gettext = callPackage ../development/ocaml-modules/ocaml-gettext { };

ocaml_libvirt = callPackage ../development/ocaml-modules/ocaml-libvirt { };
Expand Down Expand Up @@ -2113,10 +2111,6 @@ let

topkg = callPackage ../development/ocaml-modules/topkg { };

torch = callPackage ../development/ocaml-modules/torch {
torch = pkgs.libtorch-bin;
};

trace = callPackage ../development/ocaml-modules/trace { };

trace-tef = callPackage ../development/ocaml-modules/trace/tef.nix { };
Expand Down Expand Up @@ -2320,8 +2314,10 @@ let
dune_2 = pkgs.dune_2; # Added 2025-12-08
dune_3 = pkgs.dune_3; # Added 2025-12-08
gd4o = throw "ocamlPackages.gd4o is not maintained, use ocamlPackages.gd instead";
ocaml-freestanding = throw "ocamlPackages.ocaml-freestanding has been removed due to being broken for more than a year; see RFC 180"; # Added 2026-02-05
ocaml-vdom = throw "2023-10-09: ocamlPackages.ocaml-vdom was renamed to ocamlPackages.vdom";
ocaml_lwt = throw "ocamlPackages.ocaml_lwt has been renamed to ocamlPackages.lwt"; # Added 2025-12-05
torch = throw "ocamlPackages.torch has been removed due to being broken for more than a year; see RFC 180"; # Added 2026-02-05
}
)).overrideScope
liftJaneStreet;
Expand Down
Loading