#!r6rs ;; Repacked by the Akku archive software with 'git archive'. ;; The original lock information was: #; ((location (git "https://github.com/weinholt/akku.git")) (tag "v0.4.1") (revision "e68b27c140a6537a814b47d4789a144e1a8f9107")) ;; A git mirror is available at /archive/mirror/. ;; The original submission with a GPG-signed commit hash ;; is available at /archive/packages/. (package (name "akku") (versions ((version "0.4.1") (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." " - Separately declare your dependencies and locked versions." " - One command to install everything needed for a project." " - Project-based, installs your locked dependencies to a single library directory." " - Scan repositories for R6RS/R7RS libraries, even multiple per file, and copy them to the right file paths for any supported Scheme." " - Resolve all Scheme files needed for compilation and scan them for license notices.") (authors "Göran Weinholt ") (homepage "https://akkuscm.org/") (license "GPL-3.0-or-later") (lock (location (url "https://archive.akkuscm.org/archive/pkg/a/akku_0.4.1_repack.tar.xz")) (content (sha256 "9e8edd31afd40902794bd2bf08a50a3236129d09c17268d7b25ee533686053c5"))) (depends ("chez-srfi" "~0.0.0-akku") ("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.1") ("laesare" "^1.0.0-alpha.0") ("r6rs-pffi" "^1.0.0")) (depends/dev) (conflicts))))