Loading pkgs/development/ocaml-modules/cstruct/async.nix +2 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,8 @@ buildDunePackage rec { pname = "cstruct-async"; inherit (cstruct) src version meta; duneVersion = "3"; propagatedBuildInputs = [ async_unix async Loading pkgs/development/ocaml-modules/cstruct/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -2,13 +2,14 @@ buildDunePackage rec { pname = "cstruct"; version = "6.1.1"; version = "6.2.0"; minimalOCamlVersion = "4.08"; duneVersion = "3"; src = fetchurl { url = "https://github.com/mirage/ocaml-cstruct/releases/download/v${version}/cstruct-${version}.tbz"; sha256 = "sha256-G3T5hw9qfuYAiSRZBxbdUzpyijyhC7GNqf6ovkZ/UY0="; hash = "sha256-mngHM5JYDoNJFI+jq0sbLpidydMNB0AbBMlrfGDwPmI="; }; buildInputs = [ fmt ]; Loading pkgs/development/ocaml-modules/cstruct/lwt.nix +1 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ else inherit (cstruct) version src meta; minimalOCamlVersion = "4.08"; duneVersion = "3"; propagatedBuildInputs = [ cstruct lwt ]; } pkgs/development/ocaml-modules/cstruct/ppx.nix +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ else inherit (cstruct) version src meta; minimalOCamlVersion = "4.08"; duneVersion = "3"; propagatedBuildInputs = [ cstruct ppxlib sexplib stdlib-shims ]; Loading pkgs/development/ocaml-modules/cstruct/sexp.nix +1 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ buildDunePackage rec { inherit (cstruct) version src meta; minimalOCamlVersion = "4.08"; duneVersion = "3"; doCheck = true; checkInputs = [ alcotest ]; Loading Loading
pkgs/development/ocaml-modules/cstruct/async.nix +2 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,8 @@ buildDunePackage rec { pname = "cstruct-async"; inherit (cstruct) src version meta; duneVersion = "3"; propagatedBuildInputs = [ async_unix async Loading
pkgs/development/ocaml-modules/cstruct/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -2,13 +2,14 @@ buildDunePackage rec { pname = "cstruct"; version = "6.1.1"; version = "6.2.0"; minimalOCamlVersion = "4.08"; duneVersion = "3"; src = fetchurl { url = "https://github.com/mirage/ocaml-cstruct/releases/download/v${version}/cstruct-${version}.tbz"; sha256 = "sha256-G3T5hw9qfuYAiSRZBxbdUzpyijyhC7GNqf6ovkZ/UY0="; hash = "sha256-mngHM5JYDoNJFI+jq0sbLpidydMNB0AbBMlrfGDwPmI="; }; buildInputs = [ fmt ]; Loading
pkgs/development/ocaml-modules/cstruct/lwt.nix +1 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ else inherit (cstruct) version src meta; minimalOCamlVersion = "4.08"; duneVersion = "3"; propagatedBuildInputs = [ cstruct lwt ]; }
pkgs/development/ocaml-modules/cstruct/ppx.nix +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ else inherit (cstruct) version src meta; minimalOCamlVersion = "4.08"; duneVersion = "3"; propagatedBuildInputs = [ cstruct ppxlib sexplib stdlib-shims ]; Loading
pkgs/development/ocaml-modules/cstruct/sexp.nix +1 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ buildDunePackage rec { inherit (cstruct) version src meta; minimalOCamlVersion = "4.08"; duneVersion = "3"; doCheck = true; checkInputs = [ alcotest ]; Loading