this repo has no description
1opam-version: "2.0"
2synopsis: "Implementation of PACK file in OCaml for Miou"
3description: """Carton is an implementation of the PACK file
4in OCaml. PACK file is used by Git to store Git objects. Carton is more
5abstracted when it can store any objects."""
6maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
7authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
8license: "MIT"
9homepage: "https://git.robur.coop/robur/carton"
10doc: "https://robur-coop.github.io/carton/"
11bug-reports: "https://git.robur.coop/robur/carton/issues"
12depends: [
13 "ocaml" {>= "5.0.0"}
14 "dune" {>= "3.11.0"}
15 "carton" {= version}
16 "fmt"
17 "hxd"
18 "logs" {>= "0.7.0"}
19 "fpath"
20 "ohex" {>= "0.2.0"}
21 "miou" {>= "0.3.1"}
22 "digestif" {>= "1.2.0"}
23 "progress" {>= "0.4.0"}
24 "cmdliner" {>= "1.3.0"}
25]
26build: [
27 ["dune" "subst"] {dev}
28 ["dune" "build" "-p" name "-j" jobs]
29 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
30]
31dev-repo: "git+https://github.com/robur-coop/carton.git"
32x-maintenance-intent: [ "(latest)" ]
33url {
34 src:
35 "https://github.com/robur-coop/carton/releases/download/1.0.0/carton-1.0.0.tbz"
36 checksum: [
37 "sha256=0d5e34a76527d6537264667c9a27625600c1d84ca38cdb2da6563aabc70135cd"
38 "sha512=3ef5fe849a51cca67eddd57869aacf38e4f3efa30f69f81fd5d32603a79e0706efebcfd3def4889a1713dce1e568e12e28936552ba561dd4d575c43e8962e44b"
39 ]
40}
41x-commit-hash: "c5c59afc1e42e50e4b9b5032a76e6c92094b3531"