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" {< "5.0.0"} "ocamlfind" "batteries" "ounit" "pcre" "ocamlbuild" {build} "base-bytes" ] 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.6/ocaml-expect-0.0.6.tar.gz" checksum: [ "sha256=60629fb2498cae0a7434f191ae47055ddd0cf9f02189ae4afe387bd2d2db1825" "md5=894a7d6ded68d9d10a18ab7b79a8e961" ] }