opam-version: "2.0"
maintainer: "simon.cruanes.2007@m4x.org"
authors: "simon.cruanes.2007@m4x.org"
homepage: "https://github.com/c-cube/spelll"
bug-reports: "https://github.com/c-cube/spelll/issues"
doc: "http://cedeela.fr/~simon/software/spelll/"
tags: ["spell" "levenshtein" "automaton" "typo" "edit" "distance"]
dev-repo: "git://github.com/c-cube/spelll"
build: [
  ["./configure" "--docdir" "%{doc}%/spelll/"]
  [make "all"]
]
install: [make "install"]
remove: ["ocamlfind" "remove" "spelll"]
depends: [
  "ocaml" {>= "4.00.0"}
  "ocamlfind"
  "ocamlbuild" {build}
  "base-bytes"
]
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.2.tar.gz"
  checksum: "md5=dbe46f10969efba4b84882ba14001c1b"
}
