The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| irmin-3.8.0.tbz | 2023-07-04 | 4.7 MB | |
| 3.8.0.tar.gz | 2023-07-04 | 4.6 MB | |
| 3.8.0.zip | 2023-07-04 | 5.1 MB | |
| README.md | 2023-07-04 | 681 Bytes | |
| Totals: 4 Items | 14.4 MB | 0 | |
CHANGES:
Added
- irmin
-
Change behavior of
Irmin.Conf.keyto disallow duplicate key names by default. Addallow_duplicateoptional argument to override. (#2252, @metanivek) -
irmin-pack
- Add maximum memory as an alternative configuration option,
lru_max_memory, for setting LRU capacity. (@metanivek, #2254)
Changed
- irmin
-
Lower bound for
mtimeis now2.0.0(#2166, @patricoferris) -
irmin-mirage-git
- Lower bound for
mirage-kvis now6.0.0(#2256, @metanivek)
Fixed
- irmin-cli
- Changed
--store irfto--store fsto align the CLI with what is published on the Irmin website (#2243, @wyn)