this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #16361 from dbousque/opam-publish-batch_jaro_winkler.0.1.0

Package batch_jaro_winkler.0.1.0

authored by

Kate and committed by
GitHub
acbec000 e95ae0f3

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