this repo has no description
1opam-version: "2.0"
2maintainer: "Dominik Bousquet <bousquet.dominik@gmail.com>"
3authors: [ "Dominik Bousquet" ]
4license: "MIT"
5homepage: "https://github.com/dbousque/batch_jaro_winkler"
6dev-repo: "git+https://github.com/dbousque/batch_jaro_winkler.git"
7bug-reports: "https://github.com/dbousque/batch_jaro_winkler/issues"
8synopsis: "Fast batch jaro winkler distance implementation in C99"
9description: """
10This project gets its performance from the pre-calculation of an optimized
11model in advance of the actual runtime calculations. Supports any encoding.
12"""
13build: [
14 ["dune" "build" "--only-packages" name "--profile" "release" "--default-target" "@install" "-j" jobs "--root=./ocaml/lib"]
15]
16depends: [
17 "ocaml" {>= "4.00.0"}
18 "dune" {>= "2.5"}
19]
20url {
21 src: "https://github.com/dbousque/batch_jaro_winkler/archive/0.1.1.tar.gz"
22 checksum: [
23 "md5=13feb1406e45b7c8da69396ea6dd9480"
24 "sha512=e718a355d8d07b5be2cac36ae27f6d5a6e1e59278adf46768d68dfd6bbf3f307a6a47bda1201c398838bb5bbd6715026a5fc1de000c65c7156a16984b150f474"
25 ]
26}