this repo has no description

[new release] carton (4 packages) (1.0.0)

CHANGES:

- New version of Carton

Changed files
+156
packages
carton
carton.1.0.0
carton-git-lwt
carton-git-lwt.1.0.0
carton-lwt
carton-lwt.1.0.0
carton-miou-unix
carton-miou-unix.1.0.0
+38
packages/carton-git-lwt/carton-git-lwt.1.0.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Implementation of PACK file in OCaml"
+
description: """\
+
Carton is an implementation of the PACK file
+
in OCaml. PACK file is used by Git to store Git objects. Carton is more
+
abstracted when it can store any objects."""
+
maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
+
authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
+
license: "MIT"
+
homepage: "https://git.robur.coop/robur/carton"
+
doc: "https://robur-coop.github.io/carton/"
+
bug-reports: "https://git.robur.coop/robur/carton/issues"
+
depends: [
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "3.11.0"}
+
"carton" {= version}
+
"cachet-lwt"
+
"carton-lwt" {= version}
+
"alcotest-lwt" {>= "1.8.0" & with-test}
+
"digestif" {>= "1.2.0"}
+
]
+
conflicts: [ "result" {< "1.5"} ]
+
build: [
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
]
+
dev-repo: "git+https://github.com/robur-coop/carton.git"
+
x-maintenance-intent: [ "(latest)" ]
+
url {
+
src:
+
"https://github.com/robur-coop/carton/releases/download/1.0.0/carton-1.0.0.tbz"
+
checksum: [
+
"sha256=0d5e34a76527d6537264667c9a27625600c1d84ca38cdb2da6563aabc70135cd"
+
"sha512=3ef5fe849a51cca67eddd57869aacf38e4f3efa30f69f81fd5d32603a79e0706efebcfd3def4889a1713dce1e568e12e28936552ba561dd4d575c43e8962e44b"
+
]
+
}
+
x-commit-hash: "c5c59afc1e42e50e4b9b5032a76e6c92094b3531"
+38
packages/carton-lwt/carton-lwt.1.0.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Implementation of PACK file in OCaml"
+
description: """\
+
Carton is an implementation of the PACK file
+
in OCaml. PACK file is used by Git to store Git objects. Carton is more
+
abstracted when it can store any objects."""
+
maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
+
authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
+
license: "MIT"
+
homepage: "https://git.robur.coop/robur/carton"
+
doc: "https://robur-coop.github.io/carton/"
+
bug-reports: "https://git.robur.coop/robur/carton/issues"
+
depends: [
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "3.11.0"}
+
"carton" {= version}
+
"lwt" {>= "5.5.0"}
+
"cachet-lwt" {>= "0.0.2"}
+
"alcotest-lwt" {>= "1.8.0" & with-test}
+
"digestif" {>= "1.2.0" & with-test}
+
]
+
conflicts: [ "result" {< "1.5"} ]
+
build: [
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
]
+
dev-repo: "git+https://github.com/robur-coop/carton.git"
+
x-maintenance-intent: [ "(latest)" ]
+
url {
+
src:
+
"https://github.com/robur-coop/carton/releases/download/1.0.0/carton-1.0.0.tbz"
+
checksum: [
+
"sha256=0d5e34a76527d6537264667c9a27625600c1d84ca38cdb2da6563aabc70135cd"
+
"sha512=3ef5fe849a51cca67eddd57869aacf38e4f3efa30f69f81fd5d32603a79e0706efebcfd3def4889a1713dce1e568e12e28936552ba561dd4d575c43e8962e44b"
+
]
+
}
+
x-commit-hash: "c5c59afc1e42e50e4b9b5032a76e6c92094b3531"
+40
packages/carton-miou-unix/carton-miou-unix.1.0.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Implementation of PACK file in OCaml for Miou"
+
description: """Carton is an implementation of the PACK file
+
in OCaml. PACK file is used by Git to store Git objects. Carton is more
+
abstracted when it can store any objects."""
+
maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
+
authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
+
license: "MIT"
+
homepage: "https://git.robur.coop/robur/carton"
+
doc: "https://robur-coop.github.io/carton/"
+
bug-reports: "https://git.robur.coop/robur/carton/issues"
+
depends: [
+
"ocaml" {>= "5.0.0"}
+
"dune" {>= "3.11.0"}
+
"carton" {= version}
+
"fmt"
+
"hxd"
+
"logs" {>= "0.7.0"}
+
"fpath"
+
"miou" {>= "0.3.1"}
+
"digestif"
+
"progress"
+
"cmdliner" {>= "1.3.0"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
]
+
dev-repo: "git+https://github.com/robur-coop/carton.git"
+
x-maintenance-intent: [ "(latest)" ]
+
url {
+
src:
+
"https://github.com/robur-coop/carton/releases/download/1.0.0/carton-1.0.0.tbz"
+
checksum: [
+
"sha256=0d5e34a76527d6537264667c9a27625600c1d84ca38cdb2da6563aabc70135cd"
+
"sha512=3ef5fe849a51cca67eddd57869aacf38e4f3efa30f69f81fd5d32603a79e0706efebcfd3def4889a1713dce1e568e12e28936552ba561dd4d575c43e8962e44b"
+
]
+
}
+
x-commit-hash: "c5c59afc1e42e50e4b9b5032a76e6c92094b3531"
+40
packages/carton/carton.1.0.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Implementation of PACKv2 file in OCaml"
+
description: """\
+
Carton is an implementation of the PACKv2 file
+
in OCaml. PACKv2 file is used by Git to store Git objects.
+
Carton is more abstracted when it can store any objects."""
+
maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
+
authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
+
license: "MIT"
+
homepage: "https://git.robur.coop/robur/carton"
+
doc: "https://robur-coop.github.io/carton/"
+
bug-reports: "https://git.robur.coop/robur/carton/issues"
+
depends: [
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "3.11.0"}
+
"cachet" {>= "0.0.2"}
+
"duff" {>= "0.5"}
+
"optint"
+
"checkseum"
+
"decompress" {>= "1.5.0"}
+
"logs"
+
"ohex"
+
]
+
conflicts: [ "result" {< "1.5"} ]
+
build: [
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
]
+
dev-repo: "git+https://github.com/robur-coop/carton.git"
+
x-maintenance-intent: [ "(latest)" ]
+
url {
+
src:
+
"https://github.com/robur-coop/carton/releases/download/1.0.0/carton-1.0.0.tbz"
+
checksum: [
+
"sha256=0d5e34a76527d6537264667c9a27625600c1d84ca38cdb2da6563aabc70135cd"
+
"sha512=3ef5fe849a51cca67eddd57869aacf38e4f3efa30f69f81fd5d32603a79e0706efebcfd3def4889a1713dce1e568e12e28936552ba561dd4d575c43e8962e44b"
+
]
+
}
+
x-commit-hash: "c5c59afc1e42e50e4b9b5032a76e6c92094b3531"