opam-version: "2.0"
maintainer: "andy.ray@ujamjar.com"
authors: "andy.ray@ujamjar.com"
homepage: "https://github.com/ujamjar/hardcaml-bloop"
dev-repo: "git+https://github.com/ujamjar/hardcaml-bloop.git"
bug-reports: "https://github.com/ujamjar/hardcaml-bloop/issues"
build: [
  ["ocaml" "pkg/pkg.ml" "build"]
]
depends: [
  "ocaml" {>= "4.02.2"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "topkg" {build}
  "base-bytes"
  "astring"
  "hardcaml" {>= "1.2.0" & < "2.0.0"}
  "sattools"
  "bdd"
  "uchar"
  "uutf" {>= "1.0.0"}
  "gg"
  "vg"
]
synopsis: "Boolean logic tools for HardCaml"
url {
  src: "https://github.com/ujamjar/hardcaml-bloop/archive/v0.1.0.tar.gz"
  checksum: "md5=71764e1a4a797928e38cdf2d16190365"
}
