opam-version: "2.0"
maintainer: "simon.cruanes@inria.fr"
build: [
  ["./configure" "--docdir" "%{doc}%/spelll/"]
  [make "all"]
]
remove: [
    ["ocamlfind" "remove" "spelll"]
]
depends: [
  "ocaml" {>= "4.00.0" & < "4.06.0"}
  "ocamlfind"
  "ocamlbuild" {build}
]
tags: [ "spell" "levenshtein" "automaton" ]
homepage: "https://github.com/c-cube/spelll"
doc: "http://cedeela.fr/~simon/software/spelll/"
dev-repo: "git://github.com/c-cube/spelll"
install: [make "install"]
synopsis:
  "Fuzzy string searching, using Levenshtein automaton. Can be used for spell-checking."
flags: light-uninstall
url {
  src: "https://github.com/c-cube/spelll/archive/0.1.tar.gz"
  checksum: "md5=e4574039054e3850357ea434dfcac039"
}
