Add missing fields and post install message

This commit is contained in:
Reynir Björnsson 2019-08-10 15:57:46 +02:00
parent 2440395125
commit 1a83472365
1 changed files with 3 additions and 0 deletions

3
opam
View File

@ -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`!"