We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 926dd4a + 714ab29 commit 3361efbCopy full SHA for 3361efb
dune-project
@@ -1,4 +1,4 @@
1
-(lang dune 2.2)
+(lang dune 2.7)
2
3
(name mdx)
4
mdx.opam
@@ -21,7 +21,7 @@ license: "ISC"
21
homepage: "https://github.com/realworldocaml/mdx"
22
bug-reports: "https://github.com/realworldocaml/mdx/issues"
23
depends: [
24
- "dune" {>= "2.2"}
+ "dune" {>= "2.7"}
25
"ocaml" {>= "4.02.3"}
26
"ocamlfind"
27
"fmt" {>= "0.8.5"}
@@ -38,7 +38,7 @@ depends: [
38
"alcotest" {with-test}
39
]
40
build: [
41
- ["dune" "subst"] {pinned}
+ ["dune" "subst"] {dev}
42
[
43
"dune"
44
"build"
0 commit comments