utop/utop.opam

26 lines
596 B
Plaintext
Raw Normal View History

2014-10-20 17:56:31 +00:00
opam-version: "1.2"
2017-04-04 12:57:08 +00:00
version: "1.20"
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: [
2017-03-16 00:05:01 +00:00
["jbuilder" "build" "@install" "--root" "." "--only" "utop" "-j" jobs]
2014-10-20 17:56:31 +00:00
]
2014-05-14 10:35:55 +00:00
depends: [
"base-unix"
"base-threads"
"ocamlfind" {>= "1.4.0"}
"lambda-term" {>= "1.2"}
2014-05-14 10:35:55 +00:00
"lwt"
"react" {>= "1.0.0"}
2017-03-16 00:05:01 +00:00
"cppo" {build & >= "1.1.2"}
2017-04-04 13:20:25 +00:00
"findlib_top"
2014-05-14 10:35:55 +00:00
]
2014-10-18 15:43:48 +00:00
depopts: [
2016-04-25 09:50:26 +00:00
"ppx_tools"
2014-10-18 15:43:48 +00:00
]
2017-03-16 00:05:01 +00:00
available: [ ocaml-version >= "4.02.3" ]