opam-version: "2.0" maintainer: "Erik L. Arneson " authors: "Erik L. Arneson " 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" {< "5.0.0"} "ocamlfind" {build} ] dev-repo: "git+https://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: [ "sha256=2cadee939959aea926d330b87be99e18096fc58470c5318fa0b0cd409849271f" "md5=29588f4e3db0175e9a720143effd5f2b" ] }