this repo has no description
1opam-version: "2.0"
2
3synopsis: "Phonetic algorithm in OCaml"
4
5description: """
6Phonetic algorithm in OCaml:
7- Double metaphone
8"""
9
10maintainer: "Julien Sagot <julien.sagot@geneanet.org>"
11
12authors: [
13 "Julien Sagot <julien.sagot@geneanet.org>"
14 "Fabien Lheureux <fabien.lheureux@gmail.com>"
15]
16
17license: "MIT"
18
19homepage: "https://github.com/geneweb/phonetic"
20
21bug-reports: "https://github.com/geneweb/phonetic/issues"
22
23dev-repo: "git+https://github.com/geneweb/phonetic.git"
24
25depends: [
26 "benchmark" { with-test }
27 "dune" { >= "1.10" }
28 "ocaml" { >= "4.05" }
29 "ounit" { with-test }
30 ]
31
32build: [ [ "dune" "build" "-p" name "-j" jobs] ]
33
34url {
35 src: "https://github.com/geneweb/phonetic/archive/0.1.0.tar.gz"
36 checksum: [
37 "md5=4a3c0b039b78a22e60089683054e05f1"
38 "sha512=1d565f3a033665c26c7edf6b86bf746c1d434c099d2520fa2d07bbdb72b5bc86a850701f30b960410c2f82ab7f0ea9a7d429e243bae898f1172c6d7954c05645"
39 ]
40}