utop/utop.opam

27 lines
638 B
Plaintext

opam-version: "1.2"
maintainer: "jeremie@dimino.org"
authors: ["Jérémie Dimino"]
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: [
["jbuilder" "subst"] {pinned}
["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
"base-unix"
"base-threads"
"ocamlfind" {>= "1.4.0"}
"lambda-term" {>= "1.2"}
"lwt"
"react" {>= "1.0.0"}
"cppo" {build & >= "1.1.2"}
"findlib.top" {>= "1.7.2"}
"jbuilder" {build & >= "1.0+beta9"}
]
depopts: [
"ppx_tools"
]
available: [ ocaml-version >= "4.02.3" ]