From 9e8d76780a0a70bdb7fc2a707d1267df5fef4af8 Mon Sep 17 00:00:00 2001 From: Gautier de Montmollin Date: Mon, 12 Feb 2024 15:57:06 +0100 Subject: [PATCH] zipada 58.0.0 metadata (#989) The footnote was not displayed correctly (some markdown->html converters seem to need more white space). Sorry for the trouble... --- index/zi/zipada/zipada-58.0.0.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index/zi/zipada/zipada-58.0.0.toml b/index/zi/zipada/zipada-58.0.0.toml index 61ade8f3..ce78b34d 100644 --- a/index/zi/zipada/zipada-58.0.0.toml +++ b/index/zi/zipada/zipada-58.0.0.toml @@ -17,13 +17,15 @@ Key features of Zip-Ada: * Standalone * Zip methods supported for compression: Reduce, Shrink, Deflate, LZMA. * Zip methods supported for decompression: the above methods, plus: Implode, Deflate64, BZip2 -* Library is in pure Ada 2005 (nothing compiler/system specific), can be used in projects in Ada 2005, Ada 2012 and later language versions +* Library is in pure Ada 2005 (nothing compiler/system specific), can be used in projects in Ada 2005, Ada 2012 and later versions of the language * Unconditionally portable (*) * Tests and demos included The library includes a standalone generic streaming LZMA encoder and decoder (can be used outside of the Zip archive context). + ___ + (*) within limits of compiler's provided integer types and target architecture capacity. """