opam-version: "2.0" maintainer: "Dave Tucker " authors: ["Dave Tucker "] 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: [ "sha256=0ece47c9dcb2dec64fa93cd24a70c0b47c514b40df3e813d56d8f1985ce27a6f" "md5=07e696728d5a4a0a7112bc67280ba424" ] }