Loading pkgs/development/ocaml-modules/libc/default.nix 0 → 100644 +26 −0 Original line number Diff line number Diff line { lib , buildDunePackage , fetchurl , config }: buildDunePackage rec { pname = "libc"; version = "0.0.1"; src = fetchurl { url = "https://github.com/ocaml-sys/libc.ml/releases/download/${version}/libc-${version}.tbz"; hash = "sha256-e5x5Yae7V6qOpq+aLZaV+6L9ldy9qDqd9Kc8nkAsENg="; }; buildInputs = [ config ]; meta = { description = "Raw definitions and bindings to platforms system libraries"; homepage = "https://github.com/ocaml-sys/libc.ml"; license = lib.licenses.mit; }; } pkgs/top-level/ocaml-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -956,6 +956,8 @@ let letsencrypt-mirage = callPackage ../development/ocaml-modules/letsencrypt/mirage.nix { }; libc = callPackage ../development/ocaml-modules/libc { }; lilv = callPackage ../development/ocaml-modules/lilv { inherit (pkgs) lilv; }; Loading Loading
pkgs/development/ocaml-modules/libc/default.nix 0 → 100644 +26 −0 Original line number Diff line number Diff line { lib , buildDunePackage , fetchurl , config }: buildDunePackage rec { pname = "libc"; version = "0.0.1"; src = fetchurl { url = "https://github.com/ocaml-sys/libc.ml/releases/download/${version}/libc-${version}.tbz"; hash = "sha256-e5x5Yae7V6qOpq+aLZaV+6L9ldy9qDqd9Kc8nkAsENg="; }; buildInputs = [ config ]; meta = { description = "Raw definitions and bindings to platforms system libraries"; homepage = "https://github.com/ocaml-sys/libc.ml"; license = lib.licenses.mit; }; }
pkgs/top-level/ocaml-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -956,6 +956,8 @@ let letsencrypt-mirage = callPackage ../development/ocaml-modules/letsencrypt/mirage.nix { }; libc = callPackage ../development/ocaml-modules/libc { }; lilv = callPackage ../development/ocaml-modules/lilv { inherit (pkgs) lilv; }; Loading