this repo has no description
1opam-version: "2.0"
2maintainer: "Erik L. Arneson <earneson@arnesonium.com>"
3authors: "Erik L. Arneson <earneson@arnesonium.com>"
4homepage: "https://github.com/pymander/ocaml-stemmer"
5bug-reports: "https://github.com/pymander/ocaml-stemmer/issues"
6license: "GNUv2"
7build: [
8 [make]
9]
10install: [make "install"]
11remove: ["ocamlfind" "remove" "stemmer"]
12depends: [
13 "ocaml" {< "5.0.0"}
14 "ocamlfind" {build}
15]
16dev-repo: "git+https://github.com/pymander/ocaml-stemmer"
17synopsis: "Porter stemming algorithm in pure OCaml"
18description: """
19This is a pure OCaml implementation of the Porter
20stemming algorithm."""
21flags: light-uninstall
22url {
23 src: "https://github.com/pymander/ocaml-stemmer/archive/v0.2.tar.gz"
24 checksum: [
25 "sha256=2cadee939959aea926d330b87be99e18096fc58470c5318fa0b0cd409849271f"
26 "md5=29588f4e3db0175e9a720143effd5f2b"
27 ]
28}