ocamlPackages.cstruct-async: init 6.0.0
This commit is contained in:
committed by
Vincent Laporte
parent
c2c4aa36db
commit
930ccdeade
@@ -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 {};
|
||||
|
||||
Reference in New Issue
Block a user