Feb 072021
 

Akku.scm version 1.1.0, a language package manager for R6RS
and R7RS Scheme, is now generally available. It can be downloaded
from GitLab. This version adds support for Guile 3.0,
Digamma, and includes some bug fixes and new features.

Akku is a language package manager designed for Scheme. In Scheme,
libraries can be analyzed to find their names, exports and imports.
Akku uses this information, plus knowledge of how the various Scheme
implementations work, to automatically install libraries where they
will be found. Libraries can come from the current project or from
packages downloaded from the Internet.

Akku installs libraries to a per-project library directory that works
across all supported Scheme implementations. On top of this there is a
traditional package index and a dependency solver. Packages are
manually reviewed…

External feed Read More at the Source: https://weinholt.se/articles/akku-scm-1-1-0/

 2021-02-07

Sorry, the comment form is closed at this time.