opam-version: "2.0"
maintainer: "Dominik Bousquet <bousquet.dominik@gmail.com>"
authors: [ "Dominik Bousquet" ]
license: "MIT"
homepage: "https://github.com/dbousque/batch_jaro_winkler"
dev-repo: "git://github.com/dbousque/batch_jaro_winkler.git"
bug-reports: "https://github.com/dbousque/batch_jaro_winkler/issues"
synopsis: "Fast batch jaro winkler distance implementation in C99"
description: """
This project gets its performance from the pre-calculation of an optimized
model in advance of the actual runtime calculations. Supports any encoding.
"""
build: [
  ["dune" "build" "-p" name "-j" jobs]
  ["cp" "ocaml/lib/%{name}%.install" "."]
]
depends: [
  "ocaml" {>= "4.00.0"}
  "dune" {>= "2.5"}
]
url {
  src: "https://github.com/dbousque/batch_jaro_winkler/archive/0.1.0.tar.gz"
  checksum: [
    "md5=803fadcf128e0b909e1d9db9e9d32db7"
    "sha512=e89cd8cb5ce3f785cb6e187e8290f6cfe963c0577587cda78480527688abdfa556735dfc75d43f283655f8dd85ea40b2d6f3f03a221d8863e300c452541cb5e0"
  ]
}
