opam-version: "2.0"
maintainer: "jeremie@dimino.org"
authors: ["Jérémie Dimino"]
homepage: "https://github.com/ocaml-community/utop"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
]
remove: [["ocamlfind" "remove" "utop"]]
depends: [
  "ocaml" {>= "3.12" & < "4.01"}
  "ocamlfind" {< "1.5.6"}
  "zed" {< "2.0"}
  "lambda-term" {< "2.0"}
  "react" {< "1.0.0"}
  "camlp4"
  "ocamlbuild" {build}
]
bug-reports: "https://github.com/ocaml-community/utop/issues"
dev-repo: "git://github.com/ocaml-community/utop.git"
install: [[make "install"]]
synopsis: "improved toplevel"
flags: light-uninstall
url {
  src: "https://download.ocamlcore.org/utop/utop/1.3/utop-1.3.tar.gz"
  checksum: "md5=4bd99109beb5b806fc482cde532f9777"
}
