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: [
  ["rm" "setup.ml"] {ocaml:version >= "4.00.0"}
  ["oasis" "setup"] {ocaml:version >= "4.00.0"}
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
]
remove: [["ocamlfind" "remove" "expect"]]
depends: [
  "ocaml" {< "4.06.0"}
  "ocamlfind"
  "extlib" {= "1.5.3"}
  "ounit"
  "pcre"
  "oasis" {>= "0.3.0" & < "0.4.2"}
  "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.2/ocaml-expect-0.0.2.tar.gz"
  checksum: "md5=723288a1c9078f86e6185e78a6baa577"
}
