opam-version: "2.0"
build: [
  ["dune" "build" "-p" name "-j" jobs]
]
depends: [
  "ocaml" {>= "4.07" & < "4.12"}
  "dune" {>= "1.0"}
  "core" {< "v0.15"}
  "pcre"
  "mparser" {< "1.3"}
  "lwt"
  "lwt_ppx"
  "lambda-term"
]

maintainer: "martindemello@gmail.com"
homepage: "https://github.com/martindemello/anthill"
bug-reports: "https://github.com/martindemello/anthill/issues"
dev-repo: "git+https://github.com/martindemello/anthill"
doc: "https://martindemello.github.io/anthill/"
license: "MIT"
synopsis: "Word search library and utility"
description: """
Anthill is a library and command-line repl to perform word searches (anagram,
pattern and build).
"""
authors: "Martin DeMello"
url {
  src:
    "https://github.com/martindemello/anthill/releases/download/0.1/anthill-0.1.tbz"
  checksum: [
    "sha256=ecda74c3c83508fc8debd73ca277eb3ac1d6aba3edf4b3de22ea78323ff59f99"
    "sha512=e95c8727fb496f1605f745f78cbaca1d6b7920637e29e74515e9e121c4f2647c52f6657de8be1c4287bb6cd5f016869dc642a39c39d944143151e76488332e87"
  ]
}
