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 0dc6db2 + ff85a48 commit dd22936Copy full SHA for dd22936
dune-project
@@ -1,4 +1,4 @@
1
-(lang dune 2.0)
+(lang dune 2.7)
2
3
(name xenstore)
4
xenstore.opam
@@ -27,13 +27,14 @@ license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
27
homepage: "https://github.com/mirage/ocaml-xenstore"
28
bug-reports: "https://github.com/mirage/ocaml-xenstore/issues"
29
depends: [
30
- "dune" {>= "2.0"}
+ "dune" {>= "2.7"}
31
"ocaml" {>= "4.13.0"}
32
"ounit2" {>= "2.2.2"}
33
"lwt" {>= "4.5.0"}
34
+ "odoc" {with-doc}
35
]
36
build: [
- ["dune" "subst"] {pinned}
37
+ ["dune" "subst"] {dev}
38
[
39
"dune"
40
"build"
0 commit comments