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"
|
2018-08-20 13:28:10 +00:00
|
|
|
homepage: "https://github.com/ocaml-community/utop"
|
|
|
|
bug-reports: "https://github.com/ocaml-community/utop/issues"
|
|
|
|
dev-repo: "https://github.com/ocaml-community/utop.git"
|
2014-05-14 10:35:55 +00:00
|
|
|
build: [
|
2017-05-26 13:33:20 +00:00
|
|
|
["jbuilder" "subst"] {pinned}
|
2017-04-21 16:43:33 +00:00
|
|
|
["jbuilder" "build" "-p" name "-j" jobs]
|
2014-10-20 17:56:31 +00:00
|
|
|
]
|
2014-05-14 10:35:55 +00:00
|
|
|
depends: [
|
2014-12-20 18:58:46 +00:00
|
|
|
"base-unix"
|
|
|
|
"base-threads"
|
2017-05-26 15:09:08 +00:00
|
|
|
"ocamlfind" {>= "1.7.2"}
|
2018-07-14 07:45:19 +00:00
|
|
|
"lambda-term" {>= "1.13"}
|
2014-05-14 10:35:55 +00:00
|
|
|
"lwt"
|
2017-11-06 10:35:25 +00:00
|
|
|
"lwt_react"
|
2017-08-04 17:15:38 +00:00
|
|
|
"camomile"
|
2014-12-20 18:58:46 +00:00
|
|
|
"react" {>= "1.0.0"}
|
2017-03-16 00:05:01 +00:00
|
|
|
"cppo" {build & >= "1.1.2"}
|
2017-05-26 13:33:20 +00:00
|
|
|
"jbuilder" {build & >= "1.0+beta9"}
|
2014-05-14 10:35:55 +00:00
|
|
|
]
|
2017-11-07 05:34:55 +00:00
|
|
|
build-test: [["jbuilder" "runtest" "-p" name "-j" jobs]]
|
2018-07-14 07:49:08 +00:00
|
|
|
available: [ocaml-version >= "4.03.0"]
|