opam-version: "2.0"
maintainer: "simon.cruanes.2007@m4x.org"
authors: ["Simon Cruanes" "Jasmin Blanchette"]
homepage: "https://github.com/nunchaku-inria/nunchaku/"
bug-reports: "https://github.com/nunchaku-inria/nunchaku/issues"
dev-repo: "git+https://github.com/nunchaku-inria/nunchaku.git"
build: [
  ["jbuilder" "build" "-p" name "-j" jobs]
  ["strip" "_build/default/src/main/nunchaku.exe"]
  ["jbuilder" "runtest" "-j" jobs] {with-test}
  [make "doc"] {with-doc}
]
depends: [
  "ocaml" {>= "4.02.0" & < "4.08.0"}
  "jbuilder"
  "containers" {>= "1.0"}
  "menhir" {build & <= "20181026"}
  "sequence"
  "base-unix"
  "base-threads"
  "num"
  "qtest" {with-test}
  "qcheck" {with-test}
  "ounit" {with-test}
  "odoc" {with-doc}
]
synopsis: "A counter-example finder for higher-order logic."
description: """
Nunchaku is a counter-example finder for higher-order logic, designed to be
used from various proof assistants, and a spiritual successor to Nitpick. It
relies encodings and external solvers (CVC4, kodkod, paradox, smbc) to find
models, thanks to its modular architecture."""
url {
  src: "https://github.com/nunchaku-inria/nunchaku/archive/0.5.1.tar.gz"
  checksum: "md5=39f5e6c8b36943062c86b10bb917ea1c"
}
