ocamlPackages.ke: use Dune 3

This commit is contained in:
Vincent Laporte 2023-04-10 14:14:22 +02:00
parent 40153f233e
commit 704a0dd954
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -18,6 +18,7 @@ buildDunePackage rec {
doCheck = true;
minimalOCamlVersion = "4.08";
duneVersion = "3";
meta = {
description = "Fast implementation of queue in OCaml";