12 lines
342 B
Scheme
12 lines
342 B
Scheme
#!r6rs ; -*- mode: scheme; coding: utf-8 -*-
|
|
(import (akku format manifest))
|
|
|
|
(akku-package ("chezscheme" "0.0.0-alpha.0")
|
|
(synopsis "I did not edit Akku.manifest")
|
|
(authors "Retropikzel")
|
|
(license "NOASSERTION")
|
|
(depends ("chez-srfi" "^0.0.0-akku.244.b424440")
|
|
((foreign c) "^0.10.5")
|
|
("akku-r7rs" "^1.0.1"))
|
|
)
|