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 d4f6f5f commit 6b9220dCopy full SHA for 6b9220d
dune-project
@@ -1,4 +1,4 @@
1
-(lang dune 2.0)
+(lang dune 2.7)
2
(formatting (enabled_for dune))
3
(name utop)
4
utop.opam
@@ -10,7 +10,7 @@ homepage: "https://github.com/ocaml-community/utop"
10
doc: "https://ocaml-community.github.io/utop/"
11
bug-reports: "https://github.com/ocaml-community/utop/issues"
12
depends: [
13
- "dune" {>= "2.0"}
+ "dune" {>= "2.7"}
14
"ocaml" {>= "4.11.0"}
15
"base-unix"
16
"base-threads"
@@ -24,9 +24,10 @@ depends: [
24
"cppo" {>= "1.1.2"}
25
"alcotest" {with-test}
26
"xdg" {>= "3.9.0"}
27
+ "odoc" {with-doc}
28
]
29
build: [
- ["dune" "subst"] {pinned}
30
+ ["dune" "subst"] {dev}
31
[
32
"dune"
33
"build"
0 commit comments