Loading pkgs/development/ocaml-modules/rio/default.nix 0 → 100644 +30 −0 Original line number Diff line number Diff line { lib , buildDunePackage , fetchurl , cstruct }: buildDunePackage rec { pname = "rio"; version = "0.0.8"; minimalOCamlVersion = "5.1"; src = fetchurl { url = "https://github.com/riot-ml/riot/releases/download/${version}/riot-${version}.tbz"; hash = "sha256-SsiDz53b9bMIT9Q3IwDdB3WKy98WSd9fiieU41qZpeE="; }; propagatedBuildInputs = [ cstruct ]; meta = { description = "Ergonomic, composable, efficient read/write streams"; homepage = "https://github.com/riot-ml/riot"; changelog = "https://github.com/riot-ml/riot/blob/${version}/CHANGES.md"; license = lib.licenses.mit; maintainers = [ ]; }; } pkgs/top-level/ocaml-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -1634,6 +1634,8 @@ let ringo = callPackage ../development/ocaml-modules/ringo { }; rio = callPackage ../development/ocaml-modules/rio { }; riot = callPackage ../development/ocaml-modules/riot { }; rock = callPackage ../development/ocaml-modules/rock { }; Loading Loading
pkgs/development/ocaml-modules/rio/default.nix 0 → 100644 +30 −0 Original line number Diff line number Diff line { lib , buildDunePackage , fetchurl , cstruct }: buildDunePackage rec { pname = "rio"; version = "0.0.8"; minimalOCamlVersion = "5.1"; src = fetchurl { url = "https://github.com/riot-ml/riot/releases/download/${version}/riot-${version}.tbz"; hash = "sha256-SsiDz53b9bMIT9Q3IwDdB3WKy98WSd9fiieU41qZpeE="; }; propagatedBuildInputs = [ cstruct ]; meta = { description = "Ergonomic, composable, efficient read/write streams"; homepage = "https://github.com/riot-ml/riot"; changelog = "https://github.com/riot-ml/riot/blob/${version}/CHANGES.md"; license = lib.licenses.mit; maintainers = [ ]; }; }
pkgs/top-level/ocaml-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -1634,6 +1634,8 @@ let ringo = callPackage ../development/ocaml-modules/ringo { }; rio = callPackage ../development/ocaml-modules/rio { }; riot = callPackage ../development/ocaml-modules/riot { }; rock = callPackage ../development/ocaml-modules/rock { }; Loading