Add missing fields and post install message
This commit is contained in:
parent
2440395125
commit
1a83472365
3
opam
3
opam
|
@ -1,7 +1,9 @@
|
|||
opam-version: "1.2"
|
||||
maintainer: "Reynir Björnsson <reynir@reynir.dk>"
|
||||
authors: "Reynir Björnsson <reynir@reynir.dk>"
|
||||
homepage: "https://git.data.coop/reynir/reynir.opam"
|
||||
dev-repo: "https://git.data.coop/reynir/reynir.opam.git"
|
||||
bug-reports: "https://git.data.coop/reynir/reynir.opam/issues"
|
||||
depends: [
|
||||
"user-setup"
|
||||
"merlin"
|
||||
|
@ -10,3 +12,4 @@ depends: [
|
|||
"ocp-indent"
|
||||
"utop"
|
||||
]
|
||||
post-messages: "Don't forget to run `opam user-setup install`!"
|
||||
|
|
Loading…
Reference in a new issue