diff --git a/dune-project b/dune-project index 42c0c16..fd70999 100644 --- a/dune-project +++ b/dune-project @@ -1 +1,2 @@ (lang dune 1.10) +(name uuseg) diff --git a/uuseg.opam b/uuseg.opam index 9293356..f6fc323 100644 --- a/uuseg.opam +++ b/uuseg.opam @@ -9,7 +9,7 @@ bug-reports: "https://github.com/dbuenzli/uuseg/issues" license: ["ISC"] tags: ["unicode" "text" "segmentation" "org:erratique"] depends: ["ocaml" {>= "4.03.0"} - "dune" + "dune" {>= "1.10"} "uucp" {>= "14.0.0" & < "15.0.0"}] depopts: ["uutf" "cmdliner"]