We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d38c23 commit f6ac3deCopy full SHA for f6ac3de
dune-project
@@ -1,2 +1,2 @@
1
-(lang dune 2.8)
+(lang dune 3.5)
2
(name mldoc)
mldoc.opam
@@ -10,7 +10,7 @@ bug-reports: "https://github.com/logseq/mldoc/issues"
10
depends: [
11
"dune" {>= "2.8"}
12
"ocaml" {>= "4.11.1"}
13
- "angstrom"
+ "angstrom" {= "dev"}
14
"cmdliner" {>= "1.1.0"}
15
"core"
16
"core_bench"
@@ -21,7 +21,7 @@ depends: [
21
"uri"
22
"yojson"
23
"lwt"
24
- "xmlm"
+ "xmlm" {= "dev"}
25
"odoc" {with-doc}
26
"alcotest" {with-test}
27
"qcheck" {with-test}
0 commit comments