Loading pkgs/development/ocaml-modules/mirage-ptime/default.nix 0 → 100644 +28 −0 Original line number Diff line number Diff line { lib, buildDunePackage, fetchurl, ptime, version ? "5.0.0", }: buildDunePackage { inherit version; pname = "mirage-ptime"; src = fetchurl { url = "https://github.com/mirage/mirage-ptime/releases/download/v${version}/mirage-ptime-${version}.tbz"; hash = "sha256-1VNWBGjVuU2yWwVzjCSZ8pDuZrFKwitDAuZn8fpENHE="; }; propagatedBuildInputs = [ ptime ]; meta = { description = "A POSIX clock for MirageOS"; license = lib.licenses.isc; maintainers = [ lib.maintainers.vbgl ]; changelog = "https://raw.githubusercontent.com/mirage/mirage-ptime/refs/tags/v${version}/CHANGES.md"; homepage = "https://github.com/mirage/mirage-ptime"; }; } pkgs/development/ocaml-modules/tls/async.nix +3 −3 Original line number Diff line number Diff line Loading @@ -4,10 +4,10 @@ async, cstruct-async, core, mirage-crypto-rng-async, mirage-crypto-rng, }: buildDunePackage rec { buildDunePackage { pname = "tls-async"; inherit (tls) src version; Loading @@ -20,7 +20,7 @@ buildDunePackage rec { async core cstruct-async mirage-crypto-rng-async mirage-crypto-rng tls ]; Loading pkgs/development/ocaml-modules/tls/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -18,11 +18,11 @@ buildDunePackage rec { pname = "tls"; version = "1.0.4"; version = "2.0.0"; src = fetchurl { url = "https://github.com/mirleft/ocaml-tls/releases/download/v${version}/tls-${version}.tbz"; hash = "sha256-yFt8Gh4ipseWEHsnJVld3iYElMDvBrYdn1O+IuHcQug="; hash = "sha256-aEcNa6hIAHWQjAzGn/6Cq7y7g6t/mI0mYzWhnxLCamI="; }; minimalOCamlVersion = "4.08"; Loading pkgs/development/ocaml-modules/tls/eio.nix +4 −5 Original line number Diff line number Diff line Loading @@ -5,20 +5,19 @@ eio_main, logs, mdx, mirage-crypto-rng-eio, mirage-crypto-rng, ptime, tls, }: buildDunePackage rec { buildDunePackage { pname = "tls-eio"; inherit (tls) src meta version; minimalOCamlVersion = "5.0"; # Tests are not compatible with mirage-crypto-rng 1.2.0 doCheck = false; doCheck = true; nativeCheckInputs = [ mdx.bin ]; Loading @@ -31,7 +30,7 @@ buildDunePackage rec { propagatedBuildInputs = [ ptime eio mirage-crypto-rng-eio mirage-crypto-rng tls ]; } pkgs/development/ocaml-modules/tls/lwt.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,10 +2,10 @@ buildDunePackage, tls, lwt, mirage-crypto-rng-lwt, mirage-crypto-rng, }: buildDunePackage rec { buildDunePackage { pname = "tls-lwt"; inherit (tls) src meta version; Loading @@ -16,7 +16,7 @@ buildDunePackage rec { propagatedBuildInputs = [ lwt mirage-crypto-rng-lwt mirage-crypto-rng tls ]; } Loading
pkgs/development/ocaml-modules/mirage-ptime/default.nix 0 → 100644 +28 −0 Original line number Diff line number Diff line { lib, buildDunePackage, fetchurl, ptime, version ? "5.0.0", }: buildDunePackage { inherit version; pname = "mirage-ptime"; src = fetchurl { url = "https://github.com/mirage/mirage-ptime/releases/download/v${version}/mirage-ptime-${version}.tbz"; hash = "sha256-1VNWBGjVuU2yWwVzjCSZ8pDuZrFKwitDAuZn8fpENHE="; }; propagatedBuildInputs = [ ptime ]; meta = { description = "A POSIX clock for MirageOS"; license = lib.licenses.isc; maintainers = [ lib.maintainers.vbgl ]; changelog = "https://raw.githubusercontent.com/mirage/mirage-ptime/refs/tags/v${version}/CHANGES.md"; homepage = "https://github.com/mirage/mirage-ptime"; }; }
pkgs/development/ocaml-modules/tls/async.nix +3 −3 Original line number Diff line number Diff line Loading @@ -4,10 +4,10 @@ async, cstruct-async, core, mirage-crypto-rng-async, mirage-crypto-rng, }: buildDunePackage rec { buildDunePackage { pname = "tls-async"; inherit (tls) src version; Loading @@ -20,7 +20,7 @@ buildDunePackage rec { async core cstruct-async mirage-crypto-rng-async mirage-crypto-rng tls ]; Loading
pkgs/development/ocaml-modules/tls/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -18,11 +18,11 @@ buildDunePackage rec { pname = "tls"; version = "1.0.4"; version = "2.0.0"; src = fetchurl { url = "https://github.com/mirleft/ocaml-tls/releases/download/v${version}/tls-${version}.tbz"; hash = "sha256-yFt8Gh4ipseWEHsnJVld3iYElMDvBrYdn1O+IuHcQug="; hash = "sha256-aEcNa6hIAHWQjAzGn/6Cq7y7g6t/mI0mYzWhnxLCamI="; }; minimalOCamlVersion = "4.08"; Loading
pkgs/development/ocaml-modules/tls/eio.nix +4 −5 Original line number Diff line number Diff line Loading @@ -5,20 +5,19 @@ eio_main, logs, mdx, mirage-crypto-rng-eio, mirage-crypto-rng, ptime, tls, }: buildDunePackage rec { buildDunePackage { pname = "tls-eio"; inherit (tls) src meta version; minimalOCamlVersion = "5.0"; # Tests are not compatible with mirage-crypto-rng 1.2.0 doCheck = false; doCheck = true; nativeCheckInputs = [ mdx.bin ]; Loading @@ -31,7 +30,7 @@ buildDunePackage rec { propagatedBuildInputs = [ ptime eio mirage-crypto-rng-eio mirage-crypto-rng tls ]; }
pkgs/development/ocaml-modules/tls/lwt.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,10 +2,10 @@ buildDunePackage, tls, lwt, mirage-crypto-rng-lwt, mirage-crypto-rng, }: buildDunePackage rec { buildDunePackage { pname = "tls-lwt"; inherit (tls) src meta version; Loading @@ -16,7 +16,7 @@ buildDunePackage rec { propagatedBuildInputs = [ lwt mirage-crypto-rng-lwt mirage-crypto-rng tls ]; }