ocamlPackages.ocp-index: use Dune 3

This commit is contained in:
Vincent Laporte
2023-05-09 06:51:11 +02:00
parent 0c36e36533
commit ac28a8110c
@@ -4,6 +4,8 @@ buildDunePackage rec {
pname = "ocp-index";
version = "1.3.4";
duneVersion = "3";
minimalOCamlVersion = "4.08";
src = fetchFromGitHub {