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 w...