We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dc92b8 commit 70f8ebeCopy full SHA for 70f8ebe
2 files changed
dune-project
@@ -0,0 +1,2 @@
1
+(lang dune 2.0)
2
+(name nullable-array)
nullable-array.opam
@@ -22,7 +22,7 @@ build: [
22
]
23
24
depends: [
25
- "dune" {>= "1.10"}
+ "dune" {>= "2.0"}
26
"ocaml" {>= "4.03" (* use Sys.opaque_identity *)
27
& < "4.13~"} (* need to be tested before announcing that a version is correct *)
28
0 commit comments