add doc entry to opam file to support dune-release
This commit is contained in:
parent
a91ae34dce
commit
4aca5d8136
|
@ -4,6 +4,7 @@ authors: "Jérémie Dimino"
|
||||||
license: "BSD3"
|
license: "BSD3"
|
||||||
homepage: "https://github.com/ocaml-community/utop"
|
homepage: "https://github.com/ocaml-community/utop"
|
||||||
bug-reports: "https://github.com/ocaml-community/utop/issues"
|
bug-reports: "https://github.com/ocaml-community/utop/issues"
|
||||||
|
doc: "https://ocaml-community.github.io/utop/"
|
||||||
depends: [
|
depends: [
|
||||||
"ocaml" {>= "4.03.0"}
|
"ocaml" {>= "4.03.0"}
|
||||||
"base-unix"
|
"base-unix"
|
||||||
|
|
Loading…
Reference in New Issue