opam-version: "2.0"
maintainer: "Frederic Bour <frederic.bour@lakaban.net>"
authors: [
  "Frederic Bour <frederic.bour@lakaban.net>"
  "Anil Madhavapeddy <anil@recoil.org>"
]
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" {build}
  "ppx_sexp_conv" {< "v0.15"}
  "ppx_deriving"
  "jbuilder" {>= "1.0+beta9"}
  "sexplib" {< "v0.15"}
]
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.3.tar.gz"
  checksum: "md5=e1db7e1cffaa8d0bbc8c86ecf59e67d3"
}
