opam-version: "2.0"
maintainer: "Erik L. Arneson <earneson@arnesonium.com>"
authors: "Erik L. Arneson <earneson@arnesonium.com>"
homepage: "https://github.com/pymander/ocaml-stemmer"
bug-reports: "https://github.com/pymander/ocaml-stemmer/issues"
license: "GNUv2"
build: [
  [make]
]
install: [make "install"]
remove: ["ocamlfind" "remove" "stemmer"]
depends: [
  "ocaml"
  "ocamlfind" {build}
]
dev-repo: "git://github.com/pymander/ocaml-stemmer"
synopsis: "Porter stemming algorithm in pure OCaml"
description: """
This is a pure OCaml implementation of the Porter
stemming algorithm."""
flags: light-uninstall
url {
  src: "https://github.com/pymander/ocaml-stemmer/archive/v0.2.tar.gz"
  checksum: "md5=29588f4e3db0175e9a720143effd5f2b"
}
