opam-version: "2.0" synopsis: "Clustering library" description: "Clustering with K-means, K-medoids and agglomerative clustering" maintainer: ["igarnier@protonmail.com"] authors: ["Ilias Garnier"] license: "MIT" homepage: "http://github.com/igarnier/prbnmcn-clustering" bug-reports: "http://github.com/igarnier/prbnmcn-clustering" depends: [ "dune" {>= "2.8"} "ocaml" {>= "4.08.0"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/igarnier/prbnmcn-clustering" url { src: "https://github.com/igarnier/prbnmcn-clustering/archive/0.0.1.tar.gz" checksum: [ "md5=a32385f08db7e94de4f167cf87b03df0" "sha512=e0c9c281ccdcd5a10ed3ff6e74362aab10c44767fa6edc20f4f55e67843a5eb2efcbff5cb23052bfc3df752876151585ee4c76090f7b1fae77990f4acee81b69" ] }