opam-version: "2.0"
maintainer: "Tom Ridge <tom.j.ridge@googlemail.com>"
authors: "Tom Ridge <tom.j.ridge@googlemail.com>"
homepage: "https://github.com/tomjridge/tjr_simple_earley"


bug-reports: "https://github.com/tomjridge/tjr_simple_earley/issues"
dev-repo: "git+https://github.com/tomjridge/tjr_simple_earley.git"
build: [
  [make "-C" "src" "build"]
]
install: [make "-C" "src" "install"]
remove: ["ocamlfind" "remove" "tjr_simple_earley"]
depends: [
  "ocaml"
  "ocamlfind" {build}
]
synopsis:
  "An implementation of an Earley-like algorithm, designed for simplicity."
description:
  "An implementation of an Earley-like algorithm, designed for simplicity."
flags: light-uninstall
url {
  src:
    "https://github.com/tomjridge/tjr_simple_earley/archive/2017-11-14e.tar.gz"
  checksum: "md5=cb9e7d96f89c734af85d0ed9bbfa790f"
}
