this repo has no description
0
fork

Configure Feed

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

Package prbnmcn-clustering.0.0.2

+39
+39
packages/prbnmcn-clustering/prbnmcn-clustering.0.0.2/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Clustering library" 4 + description: 5 + "Clustering with K-means, K-medoids and agglomerative clustering" 6 + maintainer: ["igarnier@protonmail.com"] 7 + authors: ["Ilias Garnier"] 8 + license: "MIT" 9 + homepage: "http://github.com/igarnier/prbnmcn-clustering" 10 + bug-reports: "http://github.com/igarnier/prbnmcn-clustering" 11 + depends: [ 12 + "dune" {>= "2.8"} 13 + "ocaml" {>= "4.12.0"} 14 + "psq" {>= "0.2.1"} 15 + "odoc" {with-doc} 16 + ] 17 + build: [ 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 + ] 31 + dev-repo: "git+https://github.com/igarnier/prbnmcn-clustering" 32 + url { 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 + }