parent
d4f6f5f733
commit
6b9220d0d7
|
@ -1,4 +1,4 @@
|
||||||
(lang dune 2.0)
|
(lang dune 2.7)
|
||||||
(formatting (enabled_for dune))
|
(formatting (enabled_for dune))
|
||||||
(name utop)
|
(name utop)
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ homepage: "https://github.com/ocaml-community/utop"
|
||||||
doc: "https://ocaml-community.github.io/utop/"
|
doc: "https://ocaml-community.github.io/utop/"
|
||||||
bug-reports: "https://github.com/ocaml-community/utop/issues"
|
bug-reports: "https://github.com/ocaml-community/utop/issues"
|
||||||
depends: [
|
depends: [
|
||||||
"dune" {>= "2.0"}
|
"dune" {>= "2.7"}
|
||||||
"ocaml" {>= "4.11.0"}
|
"ocaml" {>= "4.11.0"}
|
||||||
"base-unix"
|
"base-unix"
|
||||||
"base-threads"
|
"base-threads"
|
||||||
|
@ -24,9 +24,10 @@ depends: [
|
||||||
"cppo" {>= "1.1.2"}
|
"cppo" {>= "1.1.2"}
|
||||||
"alcotest" {with-test}
|
"alcotest" {with-test}
|
||||||
"xdg" {>= "3.9.0"}
|
"xdg" {>= "3.9.0"}
|
||||||
|
"odoc" {with-doc}
|
||||||
]
|
]
|
||||||
build: [
|
build: [
|
||||||
["dune" "subst"] {pinned}
|
["dune" "subst"] {dev}
|
||||||
[
|
[
|
||||||
"dune"
|
"dune"
|
||||||
"build"
|
"build"
|
||||||
|
|
Loading…
Reference in New Issue