opam-version: "2.0"
maintainer: "https://github.com/ocaml/opam-repository/issues"
authors: [ "Sylvain Le Gall" ]
homepage: "https://github.com/gildor478/ocaml-expect"
bug-reports: "https://github.com/gildor478/ocaml-expect/issues"
dev-repo: "git+https://github.com/gildor478/ocaml-expect.git"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
]
remove: [["ocamlfind" "remove" "expect"]]
depends: [
  "ocaml" {< "4.06.0"}
  "ocamlfind"
  "batteries"
  "ounit"
  "pcre"
  "ocamlbuild" {build}
]
install: ["ocaml" "setup.ml" "-install"]
synopsis:
  "Simple implementation of \"expect\" to help building unitary testing of interactive program"
description: """
You can match the question using a regular expression or a timeout.

See the Expect manual for more information:
http://expect.nist.gov/"""
flags: light-uninstall
url {
  src:
    "https://download.ocamlcore.org/ocaml-expect/ocaml-expect/0.0.4/ocaml-expect-0.0.4.tar.gz"
  checksum: "md5=ec0839ed6d5fecbe204299ec4161bb0d"
}
