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.
1 parent 74f4753 commit 4639e36Copy full SHA for 4639e36
dune-project
@@ -35,6 +35,6 @@
35
dune-compiledb
36
fpath
37
(fmt (>= 0.9.0))
38
- sexplib
+ (sexplib (>= v0.15.0))
39
)
40
lintcstubs.opam
@@ -17,7 +17,7 @@ depends: [
17
"dune-compiledb"
18
"fpath"
19
"fmt" {>= "0.9.0"}
20
- "sexplib"
+ "sexplib" {>= "v0.15.0"}
21
"odoc" {with-doc}
22
]
23
build: [
0 commit comments