opam-version: "2.0"
synopsis: "Fuzzy string searching, using Levenshtein automaton"
maintainer: "simon.cruanes.2007@m4x.org"
authors: "simon.cruanes.2007@m4x.org"
tags: ["spell" "levenshtein" "automaton" "typo" "edit" "distance"]
homepage: "https://github.com/c-cube/spelll"
doc: "http://c-cube.github.io/spelll/"
bug-reports: "https://github.com/c-cube/spelll/issues"
depends: [
  "dune"
  "base-bytes"
  "seq"
  "qcheck" {with-test}
  "mdx" {with-test}
  "odoc" {with-doc}
]
build: [
  ["dune" "build" "@install" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test & ocaml:version > "4.02.3" }
  ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
]
dev-repo: "git://github.com/c-cube/spelll"
url {
  src: "https://github.com/c-cube/spelll/archive/v0.3.tar.gz"
  checksum: [
    "md5=d07f33370540c0fe0ba3c8e0112299cf"
    "sha512=5ba25cf300538bcb27bd63f272f001114b0f07a7fe45d287d33d13261d6c366ee59f897867d76fcabc898efd7ac400b598cb445f11051db7cb1448448f3a4020"
  ]
}
