Update opam file for opam 1.2.

This commit is contained in:
Peter Zotov 2014-10-20 21:56:31 +04:00
parent fbc4e1d523
commit 5be698d124
1 changed files with 12 additions and 4 deletions

16
opam
View File

@ -1,15 +1,23 @@
opam-version: "1"
opam-version: "1.2"
maintainer: "jeremie@dimino.org"
authors: ["Jérémie Dimino"]
homepage: "https://github.com/diml/utop"
license: "BSD3"
homepage: "https://github.com/diml/utop"
bug-reports: "https://github.com/diml/utop/issues"
dev-repo: "git://github.com/diml/utop.git"
build: [
["./configure" "--prefix" prefix "--%{camlp4:enable}%-camlp4"]
[make]
]
install: [
[make "install"]
]
build-doc: [["ocaml" "setup.ml" "-doc"]]
remove: [["ocamlfind" "remove" "utop"]]
build-doc: [
["ocaml" "setup.ml" "-doc"]
]
remove: [
["ocamlfind" "remove" "utop"]
]
depends: [
"ocamlfind" {>= "1.4.0"}
"lambda-term" {>= "1.2"}