opam-version: "2.0"
maintainer: "ygrek@autistici.org"
authors: [ "ygrek" "Mykola Stryebkov" ]
homepage: "https://github.com/ygrek/ocaml-stemming"
bug-reports: "https://github.com/ygrek/ocaml-stemming/issues"
dev-repo: "git://github.com/ygrek/ocaml-stemming.git"
tags: ["org:ygrek"]
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
  ["ocaml" "setup.ml" "-test"] {with-test}
  ["ocaml" "setup.ml" "-doc"] {with-doc}
]
remove: [["ocamlfind" "remove" "stemming"]]
depends: [
  "ocaml"
  "ocamlfind" {build}
  "ocamlbuild" {build}
]
install: ["ocaml" "setup.ml" "-install"]
synopsis: "Collection of stemmers"
flags: light-uninstall
url {
  src:
    "https://ygrek.org/p/release/ocaml-stemming/ocaml-stemming-0.2.1.tar.gz"
  checksum: "md5=e85c1dae9c5ea6c39a6dde1ca088e32f"
  mirrors:
    "https://github.com/ygrek/ocaml-stemming/releases/download/v0.2.1/ocaml-stemming-0.2.1.tar.gz"
}
