10 lines
292 B
Scheme
10 lines
292 B
Scheme
#!r6rs ; -*- mode: scheme; coding: utf-8 -*-
|
|
(import (akku format manifest))
|
|
|
|
(akku-package ("ikarus" "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") ("akku-r7rs" "^1.0.1"))
|
|
)
|