File tree Expand file tree Collapse file tree
development/ocaml-modules Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 ounit2 ,
77 dune-configurator ,
88 eqaf ,
9- withFreestanding ? false ,
10- ocaml-freestanding ,
119} :
1210
1311buildDunePackage ( finalAttrs : {
@@ -30,9 +28,6 @@ buildDunePackage (finalAttrs: {
3028 buildInputs = [ dune-configurator ] ;
3129 propagatedBuildInputs = [
3230 eqaf
33- ]
34- ++ lib . optionals withFreestanding [
35- ocaml-freestanding
3631 ] ;
3732
3833 meta = {
Original file line number Diff line number Diff line change 11{
2- lib ,
32 buildDunePackage ,
43 mirage-crypto ,
54 dune-configurator ,
1211 ppx_deriving_yojson ,
1312 ppx_deriving ,
1413 yojson ,
15- withFreestanding ? false ,
16- ocaml-freestanding ,
1714} :
1815
1916buildDunePackage {
@@ -31,9 +28,6 @@ buildDunePackage {
3128 propagatedBuildInputs = [
3229 mirage-crypto
3330 mirage-crypto-rng
34- ]
35- ++ lib . optionals withFreestanding [
36- ocaml-freestanding
3731 ] ;
3832
3933 doCheck = true ;
Load diff This file was deleted.
Load diff This file was deleted.
Load diff This file was deleted.
Original file line number Diff line number Diff line change 2626 ipaddr-cstruct ,
2727 lru ,
2828 metrics ,
29- withFreestanding ? false ,
30- ocaml-freestanding ,
3129} :
3230
3331buildDunePackage rec {
@@ -64,9 +62,6 @@ buildDunePackage rec {
6462 metrics
6563 arp
6664 mirage-flow
67- ]
68- ++ lib . optionals withFreestanding [
69- ocaml-freestanding
7065 ] ;
7166
7267 doCheck = true ;
Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -1439,8 +1439,6 @@ let
14391439
14401440 ocaml_expat = callPackage ../development/ocaml-modules/expat { } ;
14411441
1442- ocaml-freestanding = callPackage ../development/ocaml-modules/ocaml-freestanding { } ;
1443-
14441442 ocaml_gettext = callPackage ../development/ocaml-modules/ocaml-gettext { } ;
14451443
14461444 ocaml_libvirt = callPackage ../development/ocaml-modules/ocaml-libvirt { } ;
@@ -2117,10 +2115,6 @@ let
21172115
21182116 topkg = callPackage ../development/ocaml-modules/topkg { } ;
21192117
2120- torch = callPackage ../development/ocaml-modules/torch {
2121- torch = pkgs . libtorch-bin ;
2122- } ;
2123-
21242118 trace = callPackage ../development/ocaml-modules/trace { } ;
21252119
21262120 trace-tef = callPackage ../development/ocaml-modules/trace/tef.nix { } ;
@@ -2324,8 +2318,10 @@ let
23242318 dune_2 = pkgs . dune_2 ; # Added 2025-12-08
23252319 dune_3 = pkgs . dune_3 ; # Added 2025-12-08
23262320 gd4o = throw "ocamlPackages.gd4o is not maintained, use ocamlPackages.gd instead" ;
2321+ 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
23272322 ocaml-vdom = throw "2023-10-09: ocamlPackages.ocaml-vdom was renamed to ocamlPackages.vdom" ;
23282323 ocaml_lwt = throw "ocamlPackages.ocaml_lwt has been renamed to ocamlPackages.lwt" ; # Added 2025-12-05
2324+ torch = throw "ocamlPackages.torch has been removed due to being broken for more than a year; see RFC 180" ; # Added 2026-02-05
23292325 }
23302326 ) ) . overrideScope
23312327 liftJaneStreet ;
You can’t perform that action at this time.
0 commit comments