ocamlPackages.cooltt: use Dune 3
This commit is contained in:
parent
88365c995a
commit
6ddbe68bd6
1 changed files with 5 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
||||||
, cmdliner
|
, cmdliner
|
||||||
, containers
|
, containers
|
||||||
, ezjsonm
|
, ezjsonm
|
||||||
|
, findlib
|
||||||
, menhir
|
, menhir
|
||||||
, menhirLib
|
, menhirLib
|
||||||
, ppx_deriving
|
, ppx_deriving
|
||||||
|
@ -28,7 +29,9 @@ let
|
||||||
sha256 = "sha256:15v1cggm7awp11iwl3lzpaar91jzivhdxggp5mr48gd28kfipzk2";
|
sha256 = "sha256:15v1cggm7awp11iwl3lzpaar91jzivhdxggp5mr48gd28kfipzk2";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ ezjsonm ];
|
duneVersion = "3";
|
||||||
|
|
||||||
|
propagatedBuildInputs = [ ezjsonm findlib ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Extensible Library Management and Path Resolution";
|
description = "Extensible Library Management and Path Resolution";
|
||||||
|
@ -63,6 +66,7 @@ buildDunePackage {
|
||||||
version = "unstable-2022-04-28";
|
version = "unstable-2022-04-28";
|
||||||
|
|
||||||
minimalOCamlVersion = "4.13";
|
minimalOCamlVersion = "4.13";
|
||||||
|
duneVersion = "3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "RedPRL";
|
owner = "RedPRL";
|
||||||
|
|
Loading…
Reference in a new issue