ocamlPackages.opti: use Dune 2

This commit is contained in:
Vincent Laporte
2021-04-05 17:11:00 +02:00
parent 3dc4351159
commit 026b9db487

View File

@@ -4,6 +4,8 @@ buildDunePackage rec {
pname = "opti";
version = "1.0.3";
useDune2 = true;
minimumOCamlVersion = "4.02";
src = fetchurl {