#!r6rs ;; Submit-To: https://akku.weinholt.se/archive/packages/ (package (name "spells") (versions ((version "0.0.0-akku.496.a540040.weinholt") (synopsis "Portability and utility library") (description "A portability library. It offers a single interface to\nfunctionality commonly present, but not standardized, in various\nScheme implementations." "Spells currently offers:" " - A filesystem interface" " - A pathname facility" " - An interface to OS processes" " - A simple interface to TCP sockets" " - Weak cells" " - An implementation of the zipper data structure" " - Extensible vectors") (authors "Andreas Rottmann ") (license "(GPL-3.0-or-later AND BSD-3-Clause AND MIT)") (lock (location (git "https://github.com/weinholt/spells.git")) (revision "a5400406d8423381791a5ef648198f223851eaa2")) (depends ("chez-srfi" "^0.0.0-akku") ("wak-irregex" "^0.8.1-akku") ("wak-foof-loop" "^0.0.0-akku") ("wak-fmt" "^0.8.0-akku")) (depends/dev ("wak-trc-testing" "^0.0.0-akku")) (conflicts))))