this repo has no description
1opam-version: "2.0" 2maintainer: "ygrek@autistici.org" 3authors: [ "ygrek" "Mykola Stryebkov" ] 4homepage: "https://github.com/ygrek/ocaml-stemming" 5bug-reports: "https://github.com/ygrek/ocaml-stemming/issues" 6dev-repo: "git+https://github.com/ygrek/ocaml-stemming.git" 7tags: ["org:ygrek"] 8license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 9build: [ 10 ["ocaml" "setup.ml" "-configure" "--prefix" prefix] 11 ["ocaml" "setup.ml" "-build"] 12 ["ocaml" "setup.ml" "-test"] {with-test} 13 ["ocaml" "setup.ml" "-doc"] {with-doc} 14] 15remove: [["ocamlfind" "remove" "stemming"]] 16depends: [ 17 "ocaml" {< "5.0.0"} 18 "ocamlfind" {build} 19 "ocamlbuild" {build} 20] 21install: ["ocaml" "setup.ml" "-install"] 22synopsis: "Collection of stemmers" 23flags: light-uninstall 24url { 25 src: 26 "https://ygrek.org/p/release/ocaml-stemming/ocaml-stemming-0.2.1.tar.gz" 27 checksum: [ 28 "sha256=6f4ca1d746c72f36809811e730fa98a3f30988e5aa43f5d02ba7ead55e046abc" 29 "md5=e85c1dae9c5ea6c39a6dde1ca088e32f" 30 ] 31 mirrors: 32 "https://github.com/ygrek/ocaml-stemming/releases/download/v0.2.1/ocaml-stemming-0.2.1.tar.gz" 33}