File tree Expand file tree Collapse file tree 4 files changed +158
-0
lines changed
carton-git-lwt/carton-git-lwt.1.1.0
carton-lwt/carton-lwt.1.1.0
carton-miou-unix/carton-miou-unix.1.1.0 Expand file tree Collapse file tree 4 files changed +158
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Implementation of PACK file in OCaml"
3+ description: """\
4+ Carton is an implementation of the PACK file
5+ in OCaml. PACK file is used by Git to store Git objects. Carton is more
6+ abstracted when it can store any objects."""
7+ maintainer: "Romain Calascibetta <
[email protected] >"
8+ authors: "Romain Calascibetta <
[email protected] >"
9+ license: "MIT"
10+ homepage: "https://git.robur.coop/robur/carton"
11+ doc: "https://robur-coop.github.io/carton/"
12+ bug-reports: "https://git.robur.coop/robur/carton/issues"
13+ depends: [
14+ "ocaml" {>= "4.08.0"}
15+ "dune" {>= "3.11.0"}
16+ "carton" {= version}
17+ "cachet-lwt"
18+ "carton-lwt" {= version}
19+ "alcotest-lwt" {>= "1.8.0" & with-test}
20+ "digestif" {>= "1.2.0"}
21+ ]
22+ conflicts: [ "result" {< "1.5"} ]
23+ build: [
24+ ["dune" "subst"] {dev}
25+ ["dune" "build" "-p" name "-j" jobs]
26+ ["dune" "runtest" "-p" name "-j" jobs] {with-test}
27+ ]
28+ dev-repo: "git+https://github.com/robur-coop/carton.git"
29+ x-maintenance-intent: [ "(latest)" ]
30+ url {
31+ src:
32+ "https://github.com/robur-coop/carton/releases/download/1.1.0/carton-1.1.0.tbz"
33+ checksum: [
34+ "sha256=f7d8bf836b5ae2c7d72b72460f1319a176351923b446395f6551906d3a273628"
35+ "sha512=534b12ec8ba73d135dc8242d49cdac064414cf6c2257d6aac30b163697c676b9f5571ba85dec2af5116693e4520fb9bc97bc20f2356b05bc39817eea50a175d8"
36+ ]
37+ }
38+ x-commit-hash: "d444b64b94264b9fa5d81101d73c8ecde59bc385"
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Implementation of PACK file in OCaml"
3+ description: """\
4+ Carton is an implementation of the PACK file
5+ in OCaml. PACK file is used by Git to store Git objects. Carton is more
6+ abstracted when it can store any objects."""
7+ maintainer: "Romain Calascibetta <
[email protected] >"
8+ authors: "Romain Calascibetta <
[email protected] >"
9+ license: "MIT"
10+ homepage: "https://git.robur.coop/robur/carton"
11+ doc: "https://robur-coop.github.io/carton/"
12+ bug-reports: "https://git.robur.coop/robur/carton/issues"
13+ depends: [
14+ "ocaml" {>= "4.08.0"}
15+ "dune" {>= "3.11.0"}
16+ "carton" {= version}
17+ "lwt" {>= "5.5.0"}
18+ "cachet-lwt" {>= "0.0.2"}
19+ "alcotest-lwt" {>= "1.8.0" & with-test}
20+ "digestif" {>= "1.2.0" & with-test}
21+ ]
22+ conflicts: [ "result" {< "1.5"} ]
23+ build: [
24+ ["dune" "subst"] {dev}
25+ ["dune" "build" "-p" name "-j" jobs]
26+ ["dune" "runtest" "-p" name "-j" jobs] {with-test}
27+ ]
28+ dev-repo: "git+https://github.com/robur-coop/carton.git"
29+ x-maintenance-intent: [ "(latest)" ]
30+ url {
31+ src:
32+ "https://github.com/robur-coop/carton/releases/download/1.1.0/carton-1.1.0.tbz"
33+ checksum: [
34+ "sha256=f7d8bf836b5ae2c7d72b72460f1319a176351923b446395f6551906d3a273628"
35+ "sha512=534b12ec8ba73d135dc8242d49cdac064414cf6c2257d6aac30b163697c676b9f5571ba85dec2af5116693e4520fb9bc97bc20f2356b05bc39817eea50a175d8"
36+ ]
37+ }
38+ x-commit-hash: "d444b64b94264b9fa5d81101d73c8ecde59bc385"
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Implementation of PACK file in OCaml for Miou"
3+ description: """Carton is an implementation of the PACK file
4+ in OCaml. PACK file is used by Git to store Git objects. Carton is more
5+ abstracted when it can store any objects."""
6+ maintainer: "Romain Calascibetta <
[email protected] >"
7+ authors: "Romain Calascibetta <
[email protected] >"
8+ license: "MIT"
9+ homepage: "https://git.robur.coop/robur/carton"
10+ doc: "https://robur-coop.github.io/carton/"
11+ bug-reports: "https://git.robur.coop/robur/carton/issues"
12+ depends: [
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+ "miou" {>= "0.3.1"}
21+ "ohex" {>= "0.2.0"}
22+ "digestif" {>= "1.2.0"}
23+ "progress" {>= "0.4.0"}
24+ "cmdliner" {>= "1.3.0"}
25+ ]
26+ build: [
27+ ["dune" "subst"] {dev}
28+ ["dune" "build" "-p" name "-j" jobs]
29+ ["dune" "runtest" "-p" name "-j" jobs] {with-test}
30+ ]
31+ dev-repo: "git+https://github.com/robur-coop/carton.git"
32+ x-maintenance-intent: [ "(latest)" ]
33+ url {
34+ src:
35+ "https://github.com/robur-coop/carton/releases/download/1.1.0/carton-1.1.0.tbz"
36+ checksum: [
37+ "sha256=f7d8bf836b5ae2c7d72b72460f1319a176351923b446395f6551906d3a273628"
38+ "sha512=534b12ec8ba73d135dc8242d49cdac064414cf6c2257d6aac30b163697c676b9f5571ba85dec2af5116693e4520fb9bc97bc20f2356b05bc39817eea50a175d8"
39+ ]
40+ }
41+ x-commit-hash: "d444b64b94264b9fa5d81101d73c8ecde59bc385"
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Implementation of PACKv2 file in OCaml"
3+ description: """\
4+ Carton is an implementation of the PACKv2 file
5+ in OCaml. PACKv2 file is used by Git to store Git objects.
6+ Carton is more abstracted when it can store any objects."""
7+ maintainer: "Romain Calascibetta <
[email protected] >"
8+ authors: "Romain Calascibetta <
[email protected] >"
9+ license: "MIT"
10+ homepage: "https://git.robur.coop/robur/carton"
11+ doc: "https://robur-coop.github.io/carton/"
12+ bug-reports: "https://git.robur.coop/robur/carton/issues"
13+ depends: [
14+ "ocaml" {>= "4.08.0"}
15+ "dune" {>= "3.11.0"}
16+ "cachet" {>= "0.0.2"}
17+ "duff" {>= "0.5"}
18+ "optint"
19+ "checkseum"
20+ "bstr"
21+ "decompress" {>= "1.5.0"}
22+ "logs"
23+ "ohex"
24+ ]
25+ conflicts: [ "result" {< "1.5"} ]
26+ build: [
27+ ["dune" "subst"] {dev}
28+ ["dune" "build" "-p" name "-j" jobs]
29+ ["dune" "runtest" "-p" name "-j" jobs] {with-test}
30+ ]
31+ dev-repo: "git+https://github.com/robur-coop/carton.git"
32+ x-maintenance-intent: [ "(latest)" ]
33+ url {
34+ src:
35+ "https://github.com/robur-coop/carton/releases/download/1.1.0/carton-1.1.0.tbz"
36+ checksum: [
37+ "sha256=f7d8bf836b5ae2c7d72b72460f1319a176351923b446395f6551906d3a273628"
38+ "sha512=534b12ec8ba73d135dc8242d49cdac064414cf6c2257d6aac30b163697c676b9f5571ba85dec2af5116693e4520fb9bc97bc20f2356b05bc39817eea50a175d8"
39+ ]
40+ }
41+ x-commit-hash: "d444b64b94264b9fa5d81101d73c8ecde59bc385"
You can’t perform that action at this time.
0 commit comments