this repo has no description
1opam-version: "2.0"
2maintainer: "Dave Tucker <dave@dtucker.co.uk>"
3authors: ["Dave Tucker <dave@dtucker.co.uk>"]
4homepage: "https://github.com/dave-tucker/ocaml-nlp"
5doc: "https://dave-tucker.github.io/ocaml-nlp/doc"
6license: "ISC"
7dev-repo: "git+https://github.com/dave-tucker/ocaml-nlp.git"
8bug-reports: "https://github.com/dave-tucker/ocaml-nlp/issues"
9depends: [
10 "ocaml" {>= "4.01.0"}
11 "ocamlfind" {build}
12 "ocamlbuild" {build}
13 "topkg" {build}
14 "astring"
15]
16build: [
17 "ocaml" "pkg/pkg.ml" "build"
18 "--pinned" "%{pinned}%" ]
19synopsis: "Natural Language Processing tools for OCaml"
20description: """
21nlp provides functions to make it easy to perform simple natural language processing
22tasks in OCaml
23
24nlp is distributed under the ISC license."""
25url {
26 src:
27 "https://github.com/dave-tucker/ocaml-nlp/releases/download/v0.0.1/nlp-0.0.1.tbz"
28 checksum: [
29 "sha256=0ece47c9dcb2dec64fa93cd24a70c0b47c514b40df3e813d56d8f1985ce27a6f"
30 "md5=07e696728d5a4a0a7112bc67280ba424"
31 ]
32}