opam-version: "2.0"
maintainer: "Dave Tucker <dave@dtucker.co.uk>"
authors: ["Dave Tucker <dave@dtucker.co.uk>"]
homepage: "https://github.com/dave-tucker/ocaml-nlp"
doc: "https://dave-tucker.github.io/ocaml-nlp/doc"
license: "ISC"
dev-repo: "git+https://github.com/dave-tucker/ocaml-nlp.git"
bug-reports: "https://github.com/dave-tucker/ocaml-nlp/issues"
depends: [
  "ocaml" {>= "4.01.0"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "topkg" {build}
  "astring"
]
build: [
  "ocaml" "pkg/pkg.ml" "build"
          "--pinned" "%{pinned}%" ]
synopsis: "Natural Language Processing tools for OCaml"
description: """
nlp provides functions to make it easy to perform simple natural language processing
tasks in OCaml

nlp is distributed under the ISC license."""
url {
  src:
    "https://github.com/dave-tucker/ocaml-nlp/releases/download/v0.0.1/nlp-0.0.1.tbz"
  checksum: "md5=07e696728d5a4a0a7112bc67280ba424"
}
