mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
ocamlPackages.dolmen_type: init at 0.6
This commit is contained in:
parent
5f014a6f44
commit
24d7dda90a
15
pkgs/development/ocaml-modules/dolmen/type.nix
Normal file
15
pkgs/development/ocaml-modules/dolmen/type.nix
Normal file
@ -0,0 +1,15 @@
|
||||
{ buildDunePackage, dolmen
|
||||
, spelll
|
||||
, uutf
|
||||
}:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "dolmen_type";
|
||||
inherit (dolmen) src version;
|
||||
|
||||
propagatedBuildInputs = [ dolmen spelll uutf ];
|
||||
|
||||
meta = dolmen.meta // {
|
||||
description = "A typechecker for automated deduction languages";
|
||||
};
|
||||
}
|
@ -337,6 +337,8 @@ let
|
||||
|
||||
dolmen = callPackage ../development/ocaml-modules/dolmen { };
|
||||
|
||||
dolmen_type = callPackage ../development/ocaml-modules/dolmen/type.nix { };
|
||||
|
||||
dolog = callPackage ../development/ocaml-modules/dolog { };
|
||||
|
||||
domain-local-await = callPackage ../development/ocaml-modules/domain-local-await { };
|
||||
|
Loading…
Reference in New Issue
Block a user