opam-version: "2.0"
maintainer: "Frederic Bour <frederic.bour@lakaban.net>"
authors: "Frederic Bour <frederic.bour@lakaban.net>"
homepage: "https://github.com/let-def/topexpect"
bug-reports: "https://github.com/let-def/topexpect"
license: "MIT"
dev-repo: "git+https://github.com/let-def/topexpect.git"
build: [make]
depends: [
  "ocaml" {>= "4.04.0" & < "4.05.0"}
  "ocamlfind"
  "ppx_sexp_conv" {< "v0.11.0"}
  "ppx_deriving"
]
synopsis: "Simulate and post-process ocaml toplevel sessions"
description:
  "A variant of ocaml-expect from toplevel_expect_test that mimics ocaml toplevel more closely"
url {
  src: "https://github.com/let-def/topexpect/archive/v0.2.tar.gz"
  checksum: "md5=d7385c7b230fb02daafe50f04236268a"
}
