ocamlPackages.cstruct-async: init 6.0.0
This commit is contained in:
parent
c2c4aa36db
commit
930ccdeade
11
pkgs/development/ocaml-modules/cstruct/async.nix
Normal file
11
pkgs/development/ocaml-modules/cstruct/async.nix
Normal file
@ -0,0 +1,11 @@
|
||||
{ lib, buildDunePackage, cstruct, async_unix }:
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "cstruct-async";
|
||||
inherit (cstruct) src version meta useDune2;
|
||||
|
||||
propagatedBuildInputs = [
|
||||
async_unix
|
||||
cstruct
|
||||
];
|
||||
}
|
@ -217,6 +217,8 @@ let
|
||||
|
||||
cstruct = callPackage ../development/ocaml-modules/cstruct {};
|
||||
|
||||
cstruct-async = callPackage ../development/ocaml-modules/cstruct/async.nix { };
|
||||
|
||||
cstruct-lwt = callPackage ../development/ocaml-modules/cstruct/lwt.nix { };
|
||||
|
||||
cstruct-sexp = callPackage ../development/ocaml-modules/cstruct/sexp.nix {};
|
||||
|
Loading…
Reference in New Issue
Block a user