utop/opam

33 lines
667 B
Plaintext
Raw Normal View History

2014-10-20 17:56:31 +00:00
opam-version: "1.2"
2014-05-14 10:35:55 +00:00
maintainer: "jeremie@dimino.org"
authors: ["Jérémie Dimino"]
license: "BSD3"
2014-10-20 17:56:31 +00:00
homepage: "https://github.com/diml/utop"
bug-reports: "https://github.com/diml/utop/issues"
dev-repo: "git://github.com/diml/utop.git"
2014-05-14 10:35:55 +00:00
build: [
["./configure" "--prefix" prefix "--%{camlp4:enable}%-camlp4"]
2014-05-14 10:35:55 +00:00
[make]
2014-10-20 17:56:31 +00:00
]
install: [
2014-05-14 10:35:55 +00:00
[make "install"]
]
2014-10-20 17:56:31 +00:00
build-doc: [
["ocaml" "setup.ml" "-doc"]
]
remove: [
["ocamlfind" "remove" "utop"]
]
2014-05-14 10:35:55 +00:00
depends: [
2014-10-20 12:45:26 +00:00
"ocamlfind" {>= "1.4.0"}
2014-05-14 10:35:55 +00:00
"lambda-term" {>= "1.2"}
"lwt"
2014-10-20 12:45:26 +00:00
"react" {>= "1.0.0"}
"cppo" {>= "1.0.1"}
"oasis" {>= "0.3.0"}
2014-05-14 10:35:55 +00:00
]
2014-10-18 15:43:48 +00:00
depopts: [
"camlp4"
]
2014-10-20 12:45:26 +00:00
available: [ ocaml-version >= "4.01" ]