Skip to content

Commit dde2efb

Browse files
sternenseemannvbgl
authored andcommitted
ocamlPackages.io-page-unix: init at 2.3.0
1 parent 8852d53 commit dde2efb

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{ lib, buildDunePackage, io-page, cstruct, ounit }:
2+
3+
buildDunePackage {
4+
pname = "io-page-unix";
5+
6+
inherit (io-page) version src minimumOCamlVersion;
7+
8+
propagatedBuildInputs = [ cstruct io-page ];
9+
checkInputs = [ ounit ];
10+
doCheck = true;
11+
12+
meta = with lib; {
13+
inherit (io-page.meta) homepage license;
14+
description = "Support for efficient handling of I/O memory pages on Unix";
15+
maintainers = [ maintainers.sternenseemann ];
16+
};
17+
}

pkgs/top-level/ocaml-packages.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,8 @@ let
320320

321321
io-page = callPackage ../development/ocaml-modules/io-page { };
322322

323+
io-page-unix = callPackage ../development/ocaml-modules/io-page/unix.nix { };
324+
323325
ipaddr = callPackage ../development/ocaml-modules/ipaddr { };
324326

325327
irmin_1 = callPackage ../development/ocaml-modules/irmin/1.4.nix { };

0 commit comments

Comments
 (0)