ocamlPackages.uecc: use Dune 3

This commit is contained in:
Vincent Laporte
2023-03-22 06:11:54 +01:00
parent c2111b6f27
commit b34716334f
@@ -4,6 +4,8 @@ buildDunePackage rec {
pname = "uecc";
version = "0.4";
duneVersion = "3";
src = fetchFromGitLab {
owner = "nomadic-labs";
repo = "ocaml-uecc";