opam-version: "2.0" synopsis: "Wu-Manber approximate string matching" description: """ A Pure OCaml implementation of the Wu Manber approximate string matching algorithm for short patterns. """ maintainer: ["Ifaz Kabir"] authors: ["Ifaz Kabir"] license: "CC0-1.0" tags: [ "wu-manber" "baeza-yates-gonnet" "bitap" "algorithm" "levenshtein" "demarau-levenshtein" "edit" "distance" "approximate" "fuzzy" "string" "search" "matching" ] homepage: "https://github.com/ifazk/wu-manber-fuzzy-search" doc: "https://ifazk.github.io/wu-manber-fuzzy-search/" bug-reports: "https://github.com/ifazk/wu-manber-fuzzy-search/issues" depends: [ "dune" {>= "2.8"} "ocaml" {>= "4.10.0"} "optint" {>= "0.1.0"} "pp-binary-ints" {>= "1.0.0" & with-test} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/ifazk/wu-manber-fuzzy-search.git" url { src: "https://github.com/ifazk/wu-manber-fuzzy-search/releases/download/0.1.0/wu-manber-fuzzy-search-0.1.0.tbz" checksum: [ "sha256=6383ed484151c85bd4de90592391d9117c9ea03eddc04bef0af5cfe57b25f56f" "sha512=6d6aae059225726a24ad44eb1a47d90507d9c9a429be41a9c577baf01d29c63d7dd3bc5767602cc4dfb21d28f296ea4000f7a9b91a3e50740c85b02771f66a95" ] } x-commit-hash: "b1639c10902d17f081c2d13e613b2aaa284d7c79"