#!r6rs ;; Submit-To: https://akkuscm.org/packages/ (package (name "akku") (versions ((version "0.5.0") (synopsis "Language package manager for Scheme") (description "Akku.scm is a language package manager for Scheme. It grabs hold of code and vigorously shakes it until it behaves properly." " - No complicated setup to point out where libraries are; Akku finds them!" " - Separately declare dependencies and locked versions for your project." " - Convert R7RS libraries for use with R6RS Scheme implementations." " - Numerous R6RS packages as well as R7RS libraries mirrored from Snow.") (authors "Göran Weinholt ") (homepage "https://akkuscm.org/") (license "GPL-3.0-or-later") (lock (location (git "https://github.com/weinholt/akku.git")) (tag "v0.5.0") (revision "414cdcf1b80547ec8b533c034927a7bebd46d57b")) (depends ("chez-srfi" "~0.0.0-akku.74") ("industria" "^2.0.0") ("spells" "~0.0.0-akku") ("semver" "^1.0.0") ("spdx" "^1.0.0") ("wak-fmt" "~0.8.0-akku") ("wak-riastreams" "~0.0.0-akku") ("wak-foof-loop" "~0.0.0-akku") ("wak-wt-tree" "~0.0.0-akku") ("xitomatl" "~0.0.0-akku") ("hashing" "^1.1.0") ("compression" "^0.1.2") ("laesare" "^1.0.0-alpha.0") ("r6rs-pffi" "^1.0.0")) (depends/dev) (conflicts))))