Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: robur-coop/carton

Tags

1.1.0

Toggle 1.1.0's commit message
Release 1.1.0

CHANGES:

- Expose inflated entries when we analyze a PACK file (#8, @dinosaure)
- Fix the semantic of `Carton.First_pass.of_seq` (#9, @dinosaure)
- Be able to load external objects when they are required for a PACK file (#9, @dinosaure)
- Fix the compilation of carton on OCaml 4.14 (#10, @hannesm)
- Fix limit when we generate a PACK file with the lwt layer (#11, @dinosaure)

1.0.0

Toggle 1.0.0's commit message
Release 1.0.0

CHANGES:

- New version of Carton

0.7.2

Toggle 0.7.2's commit message
Release 0.7.2

CHANGES:

- Remove the `result` dependency (@hannesm, mirage/ocaml-git#634)
- Split out `carton` into `https://git.robur.coop/robur/carton` (@dinosaure)

3.16.0

Toggle 3.16.0's commit message
Release 3.16.0

CHANGES:

- Adapt `ocaml-git` to `mirage-flow.4.0.0` (@hannesm, #634)
- Improve the documentation (@Leonidas-from-XIV, #635)
- Explicitely add `unix` as a dependency of some ocaml-git's targets (@dinosaure, b2288c2)

3.15.0

Toggle 3.15.0's commit message
Merge pull request #631 from mirage/yield-on-batch-write

Give a pause when we iter on the index file and when we decompress a PACK file

carton-v0.7.1

Toggle carton-v0.7.1's commit message
Merge pull request #631 from mirage/yield-on-batch-write

Give a pause when we iter on the index file and when we decompress a PACK file

3.14.0

Toggle 3.14.0's commit message
Cooperative Mem.batch_write

carton-v0.7.0

Toggle carton-v0.7.0's commit message
Cooperative Mem.batch_write

3.13.0

Toggle 3.13.0's commit message
Release 3.13.0

CHANGES:

- Update tests with `mirage-crypto-rng` (@Zimmi48, #612)
- Update to `awa.0.2.0` (@hannesm, #613)

3.12.0

Toggle 3.12.0's commit message
Release 3.12.0

CHANGES:

- Export a new function to close file-descriptors for PACK file (for git-unix)
  (@dinosaure, @emillon, @moyodiallo, #590)