this repo has no description
0
fork

Configure Feed

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

Package compsort.0.9.2

+52
+52
packages/compsort/compsort.0.9.2/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Reorder files in an archive to improve its compression" 4 + description: """ 5 + Compute a similarity between files and order them according to that in order to store them in an archive with improved compression thanks to better data locality. 6 + """ 7 + maintainer: ["Adrien Nader <adrien@notk.org>"] 8 + authors: ["Adrien Nader <adrien@notk.org>"] 9 + license: " GPL-3.0-or-later" 10 + tags: ["compression"] 11 + homepage: "https://gitlab.com/adrien-n/compsort" 12 + doc: "https://gitlab.com/adrien-n/compsort" 13 + bug-reports: "https://gitlab.com/adrien-n/compsort/-/issues" 14 + depends: [ 15 + "ocaml" {>= "5.2.0"} 16 + "dune" {>= "3.16"} 17 + "odoc" {with-doc} 18 + "bigstringaf" 19 + "cmdliner" {>= "1.1.0"} 20 + "conf-gmp" {>= "2"} 21 + "data-encoding" {>= "1.0.1"} 22 + "domainslib" {>= "0.5.1"} 23 + "imagelib" 24 + "json-data-encoding" 25 + "logs" 26 + "murmur3" 27 + "prbnmcn-clustering" {>= "0.0.2"} 28 + "sqlite3" {>= "5.0.1"} 29 + ] 30 + build: [ 31 + ["dune" "subst"] {dev} 32 + [ 33 + "dune" 34 + "build" 35 + "-p" 36 + name 37 + "-j" 38 + jobs 39 + "@install" 40 + "@runtest" {with-test} 41 + "@doc" {with-doc} 42 + ] 43 + ] 44 + dev-repo: "git+https://gitlab.com/adrien-n/compsort.git" 45 + url { 46 + src: 47 + "https://gitlab.com/adrien-n/compsort/-/archive/0.9.2/compsort-0.9.2.tar.gz" 48 + checksum: [ 49 + "md5=57169fd2b0f16bbc82c45b85cd489496" 50 + "sha512=f11e0e9dc8ab7a712f96444fa9aafd0d5843ec656fc9dca368afcdfea5d0d23f51f8346287d34c2b5b1180fbac25d656fe59bef8e34b2849a9b5c912927f855d" 51 + ] 52 + }