Skip to content

Commit dd22936

Browse files
authored
dune: require at least 2.7 (#59)
This is the minimum version that generates non-problematic opam metadata
2 parents 0dc6db2 + ff85a48 commit dd22936

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(lang dune 2.0)
1+
(lang dune 2.7)
22

33
(name xenstore)
44

xenstore.opam

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,14 @@ license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
2727
homepage: "https://github.com/mirage/ocaml-xenstore"
2828
bug-reports: "https://github.com/mirage/ocaml-xenstore/issues"
2929
depends: [
30-
"dune" {>= "2.0"}
30+
"dune" {>= "2.7"}
3131
"ocaml" {>= "4.13.0"}
3232
"ounit2" {>= "2.2.2"}
3333
"lwt" {>= "4.5.0"}
34+
"odoc" {with-doc}
3435
]
3536
build: [
36-
["dune" "subst"] {pinned}
37+
["dune" "subst"] {dev}
3738
[
3839
"dune"
3940
"build"

0 commit comments

Comments
 (0)