web analytics
Archives for August 2022 | Programmer's Forge for Open Source Ada Code and Tools - News
News

Alire v1.21


Main new features



  • Build switches, which worked for local crates, works now too for releases from an index (#1072).
  • Add support for FreeBSD (#1148)

See the project page


Contributors: Fabien-Chouteau, Alejandro R. Mosteo , Anthony Ianozi, Stéphane Carrez Read More…

AZip v2.50

AZip is a Zip archive manager.

Project on
SourceForge

Some features:



  • Multi-document
  • Flat view / Tree view toggle
  • Simple to use (at least I hope so 😉 )
  • Useful built-in tools:
  • Text & name search function through an archive, without having to extract files
  • Archive updater
  • Integrity check
  • Archive recompression, using an algorithm-picking approach for improving a Zip archive's compression.
  • Encryption
  • Zip compression formats supported: Reduce, Shrink, Implode, Deflate, Deflate64, BZip2, LZMA
  • Free, open-source
  • Portable (in the sense: no installation needed, no DLL, no configuration file)

New in version 2.5 :



  • The Zip_64 format extension is needed when there are more than 65535 entries or more than 4 GiB data for a single entry's compressed or uncompressed size, or for a whole archive.


Author : Gautier de Montmolin

Read More…

Simple components v4.64

The release is focused on B-trees. The B-tree represents a more performant and easy to use alternative to SQLite in Ada applications.

The release fixes bugs and adds tagging B-tree buckets with user data.
Tags can be used for effective (e.g. logarithmic) search for values rather than for keys only, e.g. for points of entering or leaving an interval of values etc.

A B-tree based implementation of waveforms (x,y) provides means to store render and analyze large sets of measurement data.

Project page on Dmitry-kazakov.de


Author : Dmitry A. Kazakov

Read More…

Ada Web Application v2.4.0

AWA integrates the following projects:


These projects are distributed under the Apache License 2.0 or MIT license for Ada LZMA.

Author : Stéphane Carrez

Read More…

Strings Edit v3.8

The library provides text editing and I/O:

Features


  • Generic axis scales support;
  • Integer numbers (generic, package Integer_Edit);
  • Integer sub- and superscript numbers;
  • ISO 8601 representations of time and duration;
  • Floating-point numbers (generic, package Float_Edit);
  • Roman numbers (the type Roman);
  • Strings;
  • Ada-style quoted strings;
  • Base64 encoding;
  • Object identifiers and distinguished names;
  • RFC 8439 (ChaCha20 cipher, Poly1305 digest, AEAD);
  • UTF-8 encoded strings and conversions to older encoding standards;
  • Unicode maps and sets;
  • Wildcard pattern matching.


Project page on Dmitry-kazakov.de


Author : Dmitry A. Kazakov

Read More…

GDPR compliant