Skip to content

Commit

Permalink
[new release] carton (4 packages) (1.0.0)
Browse files Browse the repository at this point in the history
CHANGES:

- New version of Carton
  • Loading branch information
dinosaure committed Jan 21, 2025
1 parent 83221ae commit 75bcaa0
Show file tree
Hide file tree
Showing 4 changed files with 156 additions and 0 deletions.
38 changes: 38 additions & 0 deletions packages/carton-git-lwt/carton-git-lwt.1.0.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
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 <[email protected]>"
authors: "Romain Calascibetta <[email protected]>"
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 changes: 38 additions & 0 deletions packages/carton-lwt/carton-lwt.1.0.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
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 <[email protected]>"
authors: "Romain Calascibetta <[email protected]>"
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 changes: 40 additions & 0 deletions packages/carton-miou-unix/carton-miou-unix.1.0.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
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 <[email protected]>"
authors: "Romain Calascibetta <[email protected]>"
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 changes: 40 additions & 0 deletions packages/carton/carton.1.0.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
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 <[email protected]>"
authors: "Romain Calascibetta <[email protected]>"
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"

0 comments on commit 75bcaa0

Please sign in to comment.