this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Clustering library"
4description:
5 "Clustering with K-means, K-medoids and agglomerative clustering"
6maintainer: ["igarnier@protonmail.com"]
7authors: ["Ilias Garnier"]
8license: "MIT"
9homepage: "http://github.com/igarnier/prbnmcn-clustering"
10bug-reports: "http://github.com/igarnier/prbnmcn-clustering"
11depends: [
12 "dune" {>= "2.8"}
13 "ocaml" {>= "4.12.0"}
14 "psq" {>= "0.2.1"}
15 "odoc" {with-doc}
16]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "@install"
27 "@runtest" {with-test}
28 "@doc" {with-doc}
29 ]
30]
31dev-repo: "git+https://github.com/igarnier/prbnmcn-clustering"
32url {
33 src:
34 "https://github.com/igarnier/prbnmcn-clustering/archive/refs/tags/0.0.2.tar.gz"
35 checksum: [
36 "md5=080d5cb246e2d1a0a4c0bb3528ae91bc"
37 "sha512=fd2d7ea6de3bd58b42f07c158adc3de85f5e5830001915156a2ca3293e35809f1aa4fed57dcd4abf18a2fcd9ee0b78b27479bec0cc12341edd2963680b1e0a00"
38 ]
39}