this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Reorder files in an archive to improve its compression"
4description: """
5Compute 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"""
7maintainer: ["Adrien Nader <adrien@notk.org>"]
8authors: ["Adrien Nader <adrien@notk.org>"]
9license: " GPL-3.0-or-later"
10tags: ["compression"]
11homepage: "https://gitlab.com/adrien-n/compsort"
12doc: "https://gitlab.com/adrien-n/compsort"
13bug-reports: "https://gitlab.com/adrien-n/compsort/-/issues"
14depends: [
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]
30build: [
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]
44dev-repo: "git+https://gitlab.com/adrien-n/compsort.git"
45url {
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}