# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "Reorder files in an archive to improve its compression" description: """ 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. """ maintainer: ["Adrien Nader "] authors: ["Adrien Nader "] license: " GPL-3.0-or-later" tags: ["compression"] homepage: "https://gitlab.com/adrien-n/compsort" doc: "https://gitlab.com/adrien-n/compsort" bug-reports: "https://gitlab.com/adrien-n/compsort/-/issues" depends: [ "ocaml" {>= "5.2.0"} "dune" {>= "3.16"} "odoc" {with-doc} "bigstringaf" "cmdliner" {>= "1.1.0"} "conf-gmp" {>= "2"} "data-encoding" {>= "1.0.1"} "domainslib" {>= "0.5.1"} "imagelib" "json-data-encoding" "logs" "murmur3" "prbnmcn-clustering" {>= "0.0.2"} "sqlite3" {>= "5.0.1"} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://gitlab.com/adrien-n/compsort.git" url { src: "https://gitlab.com/adrien-n/compsort/-/archive/0.9.2/compsort-0.9.2.tar.gz" checksum: [ "md5=57169fd2b0f16bbc82c45b85cd489496" "sha512=f11e0e9dc8ab7a712f96444fa9aafd0d5843ec656fc9dca368afcdfea5d0d23f51f8346287d34c2b5b1180fbac25d656fe59bef8e34b2849a9b5c912927f855d" ] }