1 { lib, buildDunePackage, fetchFromGitHub
9 src = fetchFromGitHub {
13 hash = "sha256-xxNaPJZdcW+KnT7rYUuC7ZgmHtXTppZG2BOmpKweC/U=";
17 minimalOCamlVersion = "4.08";
19 propagatedBuildInputs = [ ctypes integers ];
22 homepage = "https://www.liquidsoap.info/ocaml-posix/";
23 description = "Base module for the posix bindings";
24 license = lib.licenses.mit;
25 maintainers = [ lib.maintainers.vbgl ];