Loading pkgs/development/ocaml-modules/happy-eyeballs/miou-unix.nix 0 → 100644 +38 −0 Original line number Diff line number Diff line { buildDunePackage, happy-eyeballs, cmdliner, duration, domain-name, fmt, ipaddr, logs, miou, mtime, }: buildDunePackage { pname = "happy-eyeballs-miou-unix"; inherit (happy-eyeballs) src version; buildInputs = [ cmdliner duration domain-name fmt ipaddr mtime ]; propagatedBuildInputs = [ happy-eyeballs logs miou ]; doCheck = true; meta = happy-eyeballs.meta // { description = "Connecting to a remote host via IP version 4 or 6 using Miou"; }; } pkgs/top-level/ocaml-packages.nix +4 −0 Original line number Diff line number Diff line Loading @@ -786,6 +786,10 @@ let happy-eyeballs-lwt = callPackage ../development/ocaml-modules/happy-eyeballs/lwt.nix { }; happy-eyeballs-miou-unix = callPackage ../development/ocaml-modules/happy-eyeballs/miou-unix.nix { }; happy-eyeballs-mirage = callPackage ../development/ocaml-modules/happy-eyeballs/mirage.nix { }; hashcons = callPackage ../development/ocaml-modules/hashcons { }; Loading Loading
pkgs/development/ocaml-modules/happy-eyeballs/miou-unix.nix 0 → 100644 +38 −0 Original line number Diff line number Diff line { buildDunePackage, happy-eyeballs, cmdliner, duration, domain-name, fmt, ipaddr, logs, miou, mtime, }: buildDunePackage { pname = "happy-eyeballs-miou-unix"; inherit (happy-eyeballs) src version; buildInputs = [ cmdliner duration domain-name fmt ipaddr mtime ]; propagatedBuildInputs = [ happy-eyeballs logs miou ]; doCheck = true; meta = happy-eyeballs.meta // { description = "Connecting to a remote host via IP version 4 or 6 using Miou"; }; }
pkgs/top-level/ocaml-packages.nix +4 −0 Original line number Diff line number Diff line Loading @@ -786,6 +786,10 @@ let happy-eyeballs-lwt = callPackage ../development/ocaml-modules/happy-eyeballs/lwt.nix { }; happy-eyeballs-miou-unix = callPackage ../development/ocaml-modules/happy-eyeballs/miou-unix.nix { }; happy-eyeballs-mirage = callPackage ../development/ocaml-modules/happy-eyeballs/mirage.nix { }; hashcons = callPackage ../development/ocaml-modules/hashcons { }; Loading