#!r6rs ; -*- mode: scheme; coding: utf-8 -*- ;; SPDX-License-Identifier: CC0-1.0 (import (akku format index)) (package (name (bcaine defstruct)) (versions ((version "0.0.1") (synopsis "A more convenient version of `define-record-type`, inspired by Chicken's `defstruct`, including SRFI-17 setters") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: N/A" "These (possibly optional) dependencies are not packaged: (meta), (chibi).") (license "NOASSERTION") (authors "Brian Caine ") (homepage "http://snow-fort.org/s/gmail.com/brian.d.caine/bcaine/defstruct/0.0.1/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/brian.d.caine/bcaine/defstruct/0.0.1/bcaine-defstruct-0.0.1.tgz")) (content (sha256 "a8dc0f55c99b23f2609a8cb8d7861491a8b33e4b45c93cfdb5ed5e94ffac2afc"))) (depends ((bcaine format) "*") ((bcaine misc-util) "*") ("chez-srfi" ">=0.0.0-akku.74") ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (bcaine format)) (versions ((version "0.0.1") (synopsis "A `format`, `printf` and `sprintf` somewhat in the style of Chicken Scheme") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: N/A" "These (possibly optional) dependencies are not packaged: (chibi), (chibi char-set full).") (license "NOASSERTION") (authors "Brian Caine ") (homepage "http://snow-fort.org/s/gmail.com/brian.d.caine/bcaine/format/0.0.1/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/brian.d.caine/bcaine/format/0.0.1/bcaine-format-0.0.1.tgz")) (content (sha256 "c5629185db68e53bafa5a82c7615c03c2984999c99cc10843b1cd16c7e428b25"))) (depends ((bcaine misc-util) "*") ("chez-srfi" ">=0.0.0-akku.74") ((chibi char-set) "*") ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (bcaine misc-util)) (versions ((version "1.0.1") (synopsis "A collection of miscellaneous utilities I'm used to having. (Mostly from Chicken Scheme.)") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: N/A" "These (possibly optional) dependencies are not packaged: (meta).") (license "NOASSERTION") (authors "Brian Caine ") (homepage "http://snow-fort.org/s/gmail.com/brian.d.caine/bcaine/misc-util/1.0.1/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/brian.d.caine/bcaine/misc-util/1.0.1/bcaine-misc-util-1.0.1.tgz")) (content (sha256 "ca96d13af4602e72309137d20062cdb0fd23e77068adc6f2212a619d07b8d51b"))) (depends ("chez-srfi" ">=0.0.0-akku.74") ("akku-r7rs" "^1.0.0-beta.3") ((chibi show) "*"))))) (package (name (bcaine obj)) (versions ((version "0.0.7") (synopsis "An object system very similar to Chicken's COOPS") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: N/A" "These (possibly optional) dependencies are not packaged: (chibi ast), (chibi).") (license "NOASSERTION") (authors "Brian Caine ") (homepage "http://snow-fort.org/s/gmail.com/brian.d.caine/bcaine/obj/0.0.7/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/brian.d.caine/bcaine/obj/0.0.7/bcaine-obj-0.0.7.tgz")) (content (sha256 "6257e168626eeafdb2cc951a2f32cba19e30dc0ea15657a94c6bf35b894e6247"))) (depends ((bcaine defstruct) "*") ((bcaine format) "*") ((bcaine misc-util) "*") ("chez-srfi" ">=0.0.0-akku.74") ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (bcaine sld-stub-expand)) (versions ((version "0.0.1") (synopsis "Expands library declarations (`define-unprocessed-library` instead of `define-library`), and generates export statements for all the identifiers in .stub files") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: N/A" "These (possibly optional) dependencies are not packaged: (chibi).") (license "NOASSERTION") (authors "Brian Caine ") (homepage "http://snow-fort.org/s/gmail.com/brian.d.caine/bcaine/sld-stub-expand/0.0.1/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/brian.d.caine/bcaine/sld-stub-expand/0.0.1/bcaine-sld-stub-expand-0.0.1.tgz")) (content (sha256 "c7b305e067469be7e68f4a46dab6dbf39ff435fc442921274f84ea7ace10de18"))) (depends ((bcaine format) "*") ((bcaine misc-util) "*") ((chibi match) "*") ((chibi pathname) "*") ("chez-srfi" ">=0.0.0-akku.74") ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (chibi app)) (versions ((version "0.7.3") (synopsis "Unified command-line option parsing and config management") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (bsd)" "Maintainers: Alex Shinn .") (license "BSD-3-Clause") (authors "Alex Shinn ") (homepage "http://snow-fort.org/s/gmail.com/alexshinn/chibi/app/0.7.3/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/alexshinn/chibi/app/0.7.3/chibi-app-0.7.3.tgz")) (content (sha256 "133e9a751451ab5a2fda6ab9322d7620ae73c6de0f0595876101cd6c1a5ef4ba"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ("chez-srfi" ">=0.0.0-akku.74") ((chibi config) "*") ((chibi string) "*"))))) (package (name (chibi bytevector)) (versions ((version "0.7.3") (synopsis "Additional bytevector utilities") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (bsd)" "Maintainers: Alex Shinn .") (license "BSD-3-Clause") (authors "Alex Shinn ") (homepage "http://snow-fort.org/s/gmail.com/alexshinn/chibi/bytevector/0.7.3/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/alexshinn/chibi/bytevector/0.7.3/chibi-bytevector-0.7.3.tgz")) (content (sha256 "8e2acbd630c2449bdea7f84346ee9926c0a49736ac4f12dd3469467e5ee70b75"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (chibi char-set)) (versions ((version "0.7.3") (synopsis "A minimal character set library") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (bsd)" "Maintainers: Alex Shinn .") (license "BSD-3-Clause") (authors "Alex Shinn ") (homepage "http://snow-fort.org/s/gmail.com/alexshinn/chibi/char-set/0.7.3/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/alexshinn/chibi/char-set/0.7.3/chibi-char-set-0.7.3.tgz")) (content (sha256 "06e1dfc4fcc380a13bf66acb9e874ce1551230c39ebd07e0193476377fc028c1"))) (depends ((chibi iset) "*"))))) (package (name (chibi char-set boundary)) (versions ((version "0.7.3") (synopsis "Char-sets used for TR29 word boundaries") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (public-domain)" "Maintainers: Alex Shinn .") (license "NOASSERTION") (authors "Alex Shinn ") (homepage "http://snow-fort.org/s/gmail.com/alexshinn/chibi/char-set/boundary/0.7.3/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/alexshinn/chibi/char-set/boundary/0.7.3/chibi-char-set-boundary-0.7.3.tgz")) (content (sha256 "5debf69073a5dc9d1ba2cfd6da334b1dbdd4cbaa59929320313f38a854ee7b01"))) (depends)))) (package (name (chibi config)) (versions ((version "0.7.3") (synopsis "This is a library for unified configuration management") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (bsd)" "Maintainers: Alex Shinn .") (license "BSD-3-Clause") (authors "Alex Shinn ") (homepage "http://snow-fort.org/s/gmail.com/alexshinn/chibi/config/0.7.3/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/alexshinn/chibi/config/0.7.3/chibi-config-0.7.3.tgz")) (content (sha256 "15ad75d28398b8e4c59bf8fba9b43c09197e5daf47908d2aa7a24d1fcce49368"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ("chez-srfi" ">=0.0.0-akku.74"))))) (package (name (chibi crypto md5)) (versions ((version "0.7.3") (synopsis "Implementation of the MD5 (Message Digest) cryptographic hash") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (bsd)" "Maintainers: Alex Shinn ." "These (possibly optional) dependencies are not packaged: (chibi).") (license "BSD-3-Clause") (authors "Alex Shinn ") (homepage "http://snow-fort.org/s/gmail.com/alexshinn/chibi/crypto/md5/0.7.3/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/alexshinn/chibi/crypto/md5/0.7.3/chibi-crypto-md5-0.7.3.tgz")) (content (sha256 "7c90ab9e801b394c6e1ecbb45b00a8b639b23039b7a8ec12188ba0dd7295f946"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((chibi bytevector) "*") ((chibi test) "*"))))) (package (name (chibi crypto rsa)) (versions ((version "0.7.3") (synopsis "RSA public key cryptography implementation") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (bsd)" "Maintainers: Alex Shinn .") (license "BSD-3-Clause") (authors "Alex Shinn ") (homepage "http://snow-fort.org/s/gmail.com/alexshinn/chibi/crypto/rsa/0.7.3/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/alexshinn/chibi/crypto/rsa/0.7.3/chibi-crypto-rsa-0.7.3.tgz")) (content (sha256 "5255f1b8d158106959a0b9e4641689ac18742cec01c004e0f09f673b45fd6ab8"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ("chez-srfi" ">=0.0.0-akku.74") ((chibi bytevector) "*") ((chibi math prime) "*") ((chibi crypto sha2) "*") ((chibi test) "*"))))) (package (name (chibi crypto sha2)) (versions ((version "0.7.3") (synopsis "Implementation of the SHA-2 (Secure Hash Algorithm) cryptographic hash") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (bsd)" "Maintainers: Alex Shinn ." "These (possibly optional) dependencies are not packaged: (chibi io), (chibi).") (license "BSD-3-Clause") (authors "Alex Shinn ") (homepage "http://snow-fort.org/s/gmail.com/alexshinn/chibi/crypto/sha2/0.7.3/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/alexshinn/chibi/crypto/sha2/0.7.3/chibi-crypto-sha2-0.7.3.tgz")) (content (sha256 "08aa72cdaa319b7b833108ddc20f74eb02bc82a155df4bd923386e032cd95edf"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((chibi test) "*"))))) (package (name (chibi html-parser)) (versions ((version "0.5.7") (synopsis "A permissive HTML parser supporting scalable streaming with a tree folding interface") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (bsd)" "Maintainers: Alex Shinn .") (license "BSD-3-Clause") (authors "Alex Shinn ") (homepage "http://snow-fort.org/s/gmail.com/alexshinn/chibi/html-parser/0.5.7/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/alexshinn/chibi/html-parser/0.5.7/chibi-html-parser-0.5.7.tgz")) (content (sha256 "509c4b4b79bde75c97b9f18cdf1a0c3f4ffd482b39439775bfdcae9c4dfa2a3a"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (chibi irregex)) (versions ((version "0.9.3") (synopsis "A portable and efficient R[4567]RS implementation of regular expressions, supporting both POSIX syntax with various (irregular) PCRE extensions, as well as SCSH's SRE syntax") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (bsd)" "Maintainers: Alex Shinn .") (license "BSD-3-Clause") (authors "Alex Shinn ") (homepage "http://snow-fort.org/s/gmail.com/alexshinn/chibi/irregex/0.9.3/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/alexshinn/chibi/irregex/0.9.3/chibi-irregex-0.9.3.tgz")) (content (sha256 "50f7bbcb06d6f608aaff1784d63018ae5f5d32a62329eb24785bc922e0a91538"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (chibi iset)) (versions ((version "0.7.3") (synopsis "A space efficient integer set (iset) implementation, optimized for minimal space usage and fast membership lookup") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (bsd)" "Maintainers: Alex Shinn ." "These (possibly optional) dependencies are not packaged: (chibi iset optimize).") (license "BSD-3-Clause") (authors "Alex Shinn ") (homepage "http://snow-fort.org/s/gmail.com/alexshinn/chibi/iset/0.7.3/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/alexshinn/chibi/iset/0.7.3/chibi-iset-0.7.3.tgz")) (content (sha256 "4c0c0a6164d2ea60deb7582d9e949d5f5f53af6e2a3903e16835ab0ef2c9ba96"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ("chez-srfi" ">=0.0.0-akku.74") ((chibi test) "*"))))) (package (name (chibi match)) (versions ((version "0.7.3") (synopsis "A portable hygienic pattern matcher") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (public-domain)" "Maintainers: Alex Shinn .") (license "NOASSERTION") (authors "Alex Shinn ") (homepage "http://snow-fort.org/s/gmail.com/alexshinn/chibi/match/0.7.3/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/alexshinn/chibi/match/0.7.3/chibi-match-0.7.3.tgz")) (content (sha256 "a165dcf7676ff178964b8cd58bcf6ee68d879605a025a8193b6b4af769f9bdc8"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (chibi math prime)) (versions ((version "0.7.3") (synopsis "Prime and number theoretic utilities") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (bsd)" "Maintainers: Alex Shinn ." "These (possibly optional) dependencies are not packaged: (chibi).") (license "BSD-3-Clause") (authors "Alex Shinn ") (homepage "http://snow-fort.org/s/gmail.com/alexshinn/chibi/math/prime/0.7.3/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/alexshinn/chibi/math/prime/0.7.3/chibi-math-prime-0.7.3.tgz")) (content (sha256 "be0a416b2138472c7ca9fdfcab6cd2b59eb321ba3144003b8646a68dc7059c28"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ("chez-srfi" ">=0.0.0-akku.74") ((chibi test) "*"))))) (package (name (chibi monad environment)) (versions ((version "0.7.3") (synopsis "A Scheme take on the environment (reader) monad, focusing more on being efficient and convenient than pure") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (bsd)" "Maintainers: Alex Shinn .") (license "BSD-3-Clause") (authors "Alex Shinn ") (homepage "http://snow-fort.org/s/gmail.com/alexshinn/chibi/monad/environment/0.7.3/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/alexshinn/chibi/monad/environment/0.7.3/chibi-monad-environment-0.7.3.tgz")) (content (sha256 "90e72af984dc64d077f9cfd6e6ef1b37a313f612a52f58407b92d36015a877a1"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (chibi net dns)) (versions ((version "0.1.0") (synopsis "Domain Name Service library, with high-level utilities for address, mx and text record lookups") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: 0.1" "Original license field: (bsd)" "Maintainers: Alex Shinn ." "These (possibly optional) dependencies are not packaged: (chibi net).") (license "BSD-3-Clause") (authors "Alex Shinn ") (homepage "http://snow-fort.org/s/gmail.com/alexshinn/chibi/net/dns/0.1/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/alexshinn/chibi/net/dns/0.1/chibi-net-dns-0.1.tgz")) (content (sha256 "44fab526b1d2a81a7609344c45c3892e65d0458d2aa502ede549c0d10a4ec938"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ("chez-srfi" ">=0.0.0-akku.74") ((chibi optional) "*") ((chibi string) "*") ((chibi test) "*"))))) (package (name (chibi net smtp)) (versions ((version "0.1.0") (synopsis "Easy mail interface") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: 0.1" "Original license field: (bsd)" "Maintainers: Alex Shinn ." "These (possibly optional) dependencies are not packaged: (chibi quoted-printable), (chibi base64), (chibi mime), (chibi time), (chibi process), (chibi system), (chibi net).") (license "BSD-3-Clause") (authors "Alex Shinn ") (homepage "http://snow-fort.org/s/gmail.com/alexshinn/chibi/net/smtp/0.1/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/alexshinn/chibi/net/smtp/0.1/chibi-net-smtp-0.1.tgz")) (content (sha256 "b66d31adce32558c658f53d7f564313821a698d6bbd9dc3aec88b3ebbc39b738"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ("chez-srfi" ">=0.0.0-akku.74") ((chibi net dns) "*") ((chibi optional) "*") ((chibi string) "*") ((chibi regexp) "*") ((chibi pathname) "*") ((chibi test) "*"))))) (package (name (chibi optional)) (versions ((version "0.7.3") (synopsis "Syntax to support optional and named keyword arguments") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (bsd)" "Maintainers: Alex Shinn .") (license "BSD-3-Clause") (authors "Alex Shinn ") (homepage "http://snow-fort.org/s/gmail.com/alexshinn/chibi/optional/0.7.3/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/alexshinn/chibi/optional/0.7.3/chibi-optional-0.7.3.tgz")) (content (sha256 "8c2c0bd3453cdd26ccbdaf7b023a1c8e8886a0c5622211bec18a7d77bf3c3e6a"))) (depends)))) (package (name (chibi parse)) (versions ((version "0.7.3") (synopsis "A parser combinator library with optional memoization and convenient syntax") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (bsd)" "Maintainers: Alex Shinn .") (license "BSD-3-Clause") (authors "Alex Shinn ") (homepage "http://snow-fort.org/s/gmail.com/alexshinn/chibi/parse/0.7.3/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/alexshinn/chibi/parse/0.7.3/chibi-parse-0.7.3.tgz")) (content (sha256 "3cd5815031a0bab72cb79403b0295d3beaba6eb04b2e849b982c9e83d2003b77"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((chibi test) "*"))))) (package (name (chibi pathname)) (versions ((version "0.7.3") (synopsis "A general, non-filesystem-specific pathname library") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (bsd)" "Maintainers: Alex Shinn .") (license "BSD-3-Clause") (authors "Alex Shinn ") (homepage "http://snow-fort.org/s/gmail.com/alexshinn/chibi/pathname/0.7.3/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/alexshinn/chibi/pathname/0.7.3/chibi-pathname-0.7.3.tgz")) (content (sha256 "0e1453c570f63d1913d455c417b09bae999c699103ac6da68d96f75d719ee122"))) (depends ((chibi string) "*") ("akku-r7rs" "^1.0.0-beta.3") ((chibi test) "*"))))) (package (name (chibi regexp)) (versions ((version "0.7.3") (synopsis "A regular expression engine implementing SRFI 115 using a non-backtracking Thompson NFA algorithm") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (bsd)" "Maintainers: Alex Shinn ." "These (possibly optional) dependencies are not packaged: (chibi io), (chibi).") (license "BSD-3-Clause") (authors "Alex Shinn ") (homepage "http://snow-fort.org/s/gmail.com/alexshinn/chibi/regexp/0.7.3/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/alexshinn/chibi/regexp/0.7.3/chibi-regexp-0.7.3.tgz")) (content (sha256 "d58dddd274a3de7d1259fdb0abac4eab2fa57f8bcb0d9a2196eb77bd7d487d9a"))) (depends ((chibi char-set boundary) "*") ("chez-srfi" ">=0.0.0-akku.74") ("akku-r7rs" "^1.0.0-beta.3") ((chibi string) "*") ((chibi match) "*") ((chibi test) "*"))))) (package (name (chibi scribble)) (versions ((version "0.7.3") (synopsis "A library used for parsing \"scribble\" format, introduced by Racket and the format used to write this manual") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (bsd)" "Maintainers: Alex Shinn .") (license "BSD-3-Clause") (authors "Alex Shinn ") (homepage "http://snow-fort.org/s/gmail.com/alexshinn/chibi/scribble/0.7.3/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/alexshinn/chibi/scribble/0.7.3/chibi-scribble-0.7.3.tgz")) (content (sha256 "71cbe69095a69a1b1457b19cd54ac753be2a9d0904f8aae2a8dd041ea4772b6b"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((chibi test) "*"))))) (package (name (chibi show)) (versions ((version "0.7.3") (synopsis "A library of procedures for formatting Scheme objects to text in various ways, and for easily concatenating, composing and extending these formatters") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: 0.7.3.1" "Original license field: (bsd)" "Maintainers: Alex Shinn .") (license "BSD-3-Clause") (authors "Alex Shinn ") (homepage "http://snow-fort.org/s/gmail.com/alexshinn/chibi/show/0.7.3.1/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/alexshinn/chibi/show/0.7.3.1/chibi-show-0.7.3.1.tgz")) (content (sha256 "4a2c64802000eca62d36320de97480bc2f333e62517a987a0ff0af6d9b3d4194"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ("chez-srfi" ">=0.0.0-akku.74") ((chibi string) "*") ((chibi monad environment) "*") ((chibi test) "*"))))) (package (name (chibi sqlite3)) (versions ((version "0.7.0") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: 0.7" "Original license field: N/A" "These (possibly optional) dependencies are not packaged: (chibi).") (license "NOASSERTION") (authors) (homepage "http://snow-fort.org/s/gmail.com/alexshinn/chibi/sqlite3/0.7/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/alexshinn/chibi/sqlite3/0.7/chibi-sqlite3-0.7.tgz")) (content (sha256 "bd0aeb54c2e88567707c675e481a475d6a7431f5e1959b7e99ec07d361bda92f"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ("chez-srfi" ">=0.0.0-akku.74"))))) (package (name (chibi ssl)) (versions ((version "0.1.0") (synopsis "Basic bindings for establishing SSL connections") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: 0.1" "Original license field: (bsd)" "Maintainers: Alex Shinn ." "These (possibly optional) dependencies are not packaged: (chibi io), (chibi).") (license "BSD-3-Clause") (authors "Alex Shinn ") (homepage "http://snow-fort.org/s/gmail.com/alexshinn/chibi/ssl/0.1/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/alexshinn/chibi/ssl/0.1/chibi-ssl-0.1.tgz")) (content (sha256 "85531baae0523140bfda7ebcd971ea30b7e242b6ba0874a1815cec9a7660a13d"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ("chez-srfi" ">=0.0.0-akku.74") ((chibi test) "*"))))) (package (name (chibi string)) (versions ((version "0.7.3") (synopsis "A cursor-oriented string library") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (bsd)" "Maintainers: Alex Shinn .") (license "BSD-3-Clause") (authors "Alex Shinn ") (homepage "http://snow-fort.org/s/gmail.com/alexshinn/chibi/string/0.7.3/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/alexshinn/chibi/string/0.7.3/chibi-string-0.7.3.tgz")) (content (sha256 "52ed15fb47303affd1f470147817a55c5c37e7bbbc941b8ee9b804fb4b0fe157"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((chibi test) "*"))))) (package (name (chibi sxml)) (versions ((version "0.7.3") (synopsis "Utilities to convert sxml to xml or plain text") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (bsd)" "Maintainers: Alex Shinn .") (license "BSD-3-Clause") (authors "Alex Shinn ") (homepage "http://snow-fort.org/s/gmail.com/alexshinn/chibi/sxml/0.7.3/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/alexshinn/chibi/sxml/0.7.3/chibi-sxml-0.7.3.tgz")) (content (sha256 "c34e11778545700aed880b51330726ac6f4f854772a4eddd017d672e78105870"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (chibi term ansi)) (versions ((version "0.7.4") (synopsis "A library to use ANSI escape codes to format text and background color, font weigh, and underlining") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: 0.7.4.1" "Original license field: (bsd)" "Maintainers: Alex Shinn .") (license "BSD-3-Clause") (authors "Alex Shinn ") (homepage "http://snow-fort.org/s/gmail.com/alexshinn/chibi/term/ansi/0.7.4.1/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/alexshinn/chibi/term/ansi/0.7.4.1/chibi-term-ansi-0.7.4.1.tgz")) (content (sha256 "62268d9e1cf1c786054c2e9fef4b77da1d900a1a1b7ab034027d51288ad18b61"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (chibi test)) (versions ((version "0.7.3") (synopsis "Simple testing framework adapted from the Chicken test module") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (bsd)" "Maintainers: Alex Shinn .") (license "BSD-3-Clause") (authors "Alex Shinn ") (homepage "http://snow-fort.org/s/gmail.com/alexshinn/chibi/test/0.7.3/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/alexshinn/chibi/test/0.7.3/chibi-test-0.7.3.tgz")) (content (sha256 "4fea396718fe5f6e7fab1c45b584ef38dc760318afc87751d78e1706ac9347f0"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((chibi term ansi) "*"))))) (package (name (chibi uri)) (versions ((version "0.7.3") (synopsis "Library for parsing and constructing URI objects") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (bsd)" "Maintainers: Alex Shinn .") (license "BSD-3-Clause") (authors "Alex Shinn ") (homepage "http://snow-fort.org/s/gmail.com/alexshinn/chibi/uri/0.7.3/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/alexshinn/chibi/uri/0.7.3/chibi-uri-0.7.3.tgz")) (content (sha256 "4389df4d0e4233b531eb43ebcfafefa7903965ef5ebd2d2b760c0b2fa880d40a"))) (depends ((chibi string) "*") ((chibi pathname) "*") ("akku-r7rs" "^1.0.0-beta.3") ((chibi test) "*"))))) (package (name (chibi xlib)) (versions ((version "0.1.0") (synopsis "Minimal xlib bindings") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: 0.1" "Original license field: (bsd)" "Maintainers: Alex Shinn ." "These (possibly optional) dependencies are not packaged: (chibi).") (license "BSD-3-Clause") (authors "Alex Shinn ") (homepage "http://snow-fort.org/s/gmail.com/alexshinn/chibi/xlib/0.1/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/alexshinn/chibi/xlib/0.1/chibi-xlib-0.1.tgz")) (content (sha256 "bc35e1811909489ea7b2e121c4a2ba34e5cca41e7c9c8082bfd783774651aea2"))) (depends)))) (package (name (chrisoei cint)) (versions ((version "0.1.0") (synopsis "Compute cint coefficients") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (mit)" "Maintainers: Chris Oei .") (license "MIT") (authors "Chris Oei ") (homepage "http://snow-fort.org/s/gmail.com/chris.oei/chrisoei/cint/0.1.0/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/chris.oei/chrisoei/cint/0.1.0/chrisoei-cint-0.1.0.tgz")) (content (sha256 "0f2b8a03afc0be7a27b7a64e808ee8df7d36570e47df3ef7e266c4c631db9b3d"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (chrisoei test)) (versions ((version "0.0.1") (synopsis "Additional testing utilities") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (mit)" "Maintainers: Chris Oei .") (license "MIT") (authors "Chris Oei ") (homepage "http://snow-fort.org/s/gmail.com/chris.oei/chrisoei/test/0.0.1/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/chris.oei/chrisoei/test/0.0.1/chrisoei-test-0.0.1.tgz")) (content (sha256 "2b0f7c600778c88752cf48ab6f5685c5674d9e4aa15c913622eaa9be1ebbcd5a"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((chibi test) "*"))))) (package (name (comparators)) (versions ((version "1.0.0") (synopsis "SRFI 128: Comparators (reduced) reference implementation") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: N/A" "Maintainers: Kevin Wortman .") (license "NOASSERTION") (authors "John Cowan") (homepage "http://snow-fort.org/s/gmail.com/kwortman/comparators/1.0.0/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/kwortman/comparators/1.0.0/comparators-1.0.0.tgz")) (content (sha256 "d5169f6dc6c2d77c410b667b1e3ecb2793920655f4ec133a8dabdf9b6304d8b3"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (cyclone iset)) (versions ((version "1.0.0") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: 1.0" "Original license field: N/A") (license "BSD-3-Clause") (authors "Alex Shinn") (homepage "http://snow-fort.org/s/gmail.com/arthurmaciel/cyclone/iset/1.0/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/arthurmaciel/cyclone/iset/1.0/cyclone-iset-1.0.tgz")) (content (sha256 "c1c3f2da8ab317baaad61c134e407bc297fa30b959ab449af15ebc9261b8c922"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((cyclone iset base) "*") ((cyclone iset iterators) "*") ((cyclone iset constructors) "*"))))) (package (name (cyclone iset base)) (versions ((version "1.0.0") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: 1.0" "Original license field: N/A") (license "BSD-3-Clause") (authors "Alex Shinn") (homepage "http://snow-fort.org/s/gmail.com/arthurmaciel/cyclone/iset/base/1.0/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/arthurmaciel/cyclone/iset/base/1.0/cyclone-iset-base-1.0.tgz")) (content (sha256 "d3b03eb7c0161eb71ce248226f6cfaf16f1540a66e6ee5838e86152d7bfef056"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ("chez-srfi" ">=0.0.0-akku.74"))))) (package (name (cyclone iset constructors)) (versions ((version "1.0.0") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: 1.0" "Original license field: N/A") (license "BSD-3-Clause") (authors "Alex Shinn") (homepage "http://snow-fort.org/s/gmail.com/arthurmaciel/cyclone/iset/constructors/1.0/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/arthurmaciel/cyclone/iset/constructors/1.0/cyclone-iset-constructors-1.0.tgz")) (content (sha256 "b5c723719a348c312dede7c49faf656c72f790fb6532969fba0a1c980a9d7b7e"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ("chez-srfi" ">=0.0.0-akku.74") ((cyclone iset base) "*") ((cyclone iset iterators) "*"))))) (package (name (cyclone iset iterators)) (versions ((version "1.0.0") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: 1.0" "Original license field: N/A") (license "BSD-3-Clause") (authors "Alex Shinn") (homepage "http://snow-fort.org/s/gmail.com/arthurmaciel/cyclone/iset/iterators/1.0/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/arthurmaciel/cyclone/iset/iterators/1.0/cyclone-iset-iterators-1.0.tgz")) (content (sha256 "cff79c0c5839c419526fcc29b347f72f8f518147751874e2d116f3865d1c98f4"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ("chez-srfi" ">=0.0.0-akku.74") ((cyclone iset base) "*"))))) (package (name (cyclone iset optimize)) (versions ((version "1.0.0") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: 1.0" "Original license field: N/A") (license "BSD-3-Clause") (authors "Alex Shinn") (homepage "http://snow-fort.org/s/gmail.com/arthurmaciel/cyclone/iset/optimize/1.0/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/arthurmaciel/cyclone/iset/optimize/1.0/cyclone-iset-optimize-1.0.tgz")) (content (sha256 "c24ee986262f9f6119715adb82e2c21ae7cd01a99b943b0ed1b96264955f6e3f"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ("chez-srfi" ">=0.0.0-akku.74") ((cyclone iset base) "*") ((cyclone iset iterators) "*") ((cyclone iset constructors) "*"))))) (package (name (dockerfile)) (versions ((version "0.1.0") (synopsis "Scheme DSL to build Dockerfiles") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: 0.1" "Original license field: (ISC)" "Maintainers: Lassi Kortela .") (license "ISC") (authors "Lassi Kortela") (homepage "http://snow-fort.org/s/lassi.io/lassi/dockerfile/0.1/index.html") (lock (location (url "http://snow-fort.org/s/lassi.io/lassi/dockerfile/0.1/dockerfile-0.1.tgz")) (content (sha256 "41697d85fcc809fae965d5ba1137e5cdae2d4c87fee16c4ab33004a925830281"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ("chez-srfi" ">=0.0.0-akku.74") ((chibi match) "*") ((unpack-assoc) "*") ((shell-quote) "*"))))) (package (name (fisherro pipe)) (versions ((version "1.0.0") (synopsis "Pipelining syntax") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: N/A") (license "NOASSERTION") (authors "Robert Fisher") (homepage "http://snow-fort.org/s/fisher.cx/robert/fisherro/pipe/1.0.0/index.html") (lock (location (url "http://snow-fort.org/s/fisher.cx/robert/fisherro/pipe/1.0.0/fisherro-pipe-1.0.0.tgz")) (content (sha256 "3e12f1347606c353018bf1a569226d7e0d7a6bd50cf37a9a7f42f155cfb22f65"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((chibi test) "*"))))) (package (name (generators)) (versions ((version "1.0.2") (synopsis "SRFI 121: Generators reference implementation") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: N/A" "Maintainers: Kevin Wortman .") (license "NOASSERTION") (authors "Shiro Kawai" " John Cowan" " Thomas Gilray") (homepage "http://snow-fort.org/s/gmail.com/kwortman/generators/1.0.2/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/kwortman/generators/1.0.2/generators-1.0.2.tgz")) (content (sha256 "629ff012704991d4ad34848790313140d71dce5fda36049eb7f5af98cd7b7847"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (in-progress hash bimaps)) (versions ((version "0.0.3") (synopsis "Bimaps (HashTablesCowan)") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (mit)" "Maintainers: William D Cinger .") (license "MIT") (authors "William D Cinger ") (homepage "http://snow-fort.org/s/ccs.neu.edu/will/in-progress/hash/bimaps/0.0.3/index.html") (lock (location (url "http://snow-fort.org/s/ccs.neu.edu/will/in-progress/hash/bimaps/0.0.3/in-progress-hash-bimaps-0.0.3.tgz")) (content (sha256 "c8f0c936144233ddfae0311cdc188b29ee5a8080390975e660a8a329a009ae34"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((r6rs hashtables) "*") ((in-progress hash tables) "*"))))) (package (name (in-progress hash tables)) (versions ((version "0.0.3") (synopsis "Hash tables (HashTablesCowan)") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (mit)" "Maintainers: William D Cinger .") (license "MIT") (authors "William D Cinger ") (homepage "http://snow-fort.org/s/ccs.neu.edu/will/in-progress/hash/tables/0.0.3/index.html") (lock (location (url "http://snow-fort.org/s/ccs.neu.edu/will/in-progress/hash/tables/0.0.3/in-progress-hash-tables-0.0.3.tgz")) (content (sha256 "5e81ab5a8b106d0e54bbd501610ecf15d39e4ed0b430c72a3a332208fb83e20c"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((r6rs hashtables) "*") ("chez-srfi" ">=0.0.0-akku.74"))))) (package (name (jkode sassy)) (versions ((version "0.2.1") (synopsis "A portable assembler for x86 processors") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (public-domain)" "Maintainers: Alex Shinn .") (license "LGPL-2.1-or-later") (authors "Jonathan Kraut ") (homepage "http://snow-fort.org/s/gmail.com/alexshinn/jkode/sassy/0.2.1/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/alexshinn/jkode/sassy/0.2.1/jkode-sassy-0.2.1.tgz")) (content (sha256 "c3e3038470986238d40ce98ad6eb0a078d9fb8b7f71cb241bc28a84fb5c79e95"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ("chez-srfi" ">=0.0.0-akku.74") ((chibi test) "*"))))) (package (name (macduffie json)) (versions ((version "0.9.5") (synopsis "JSON reader and writer") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (Expat (MIT))" "Maintainers: Jason K MacDuffie .") (license "MIT") (authors "Marc Feeley") (homepage "http://snow-fort.org/s/gmail.com/taknamay/macduffie/json/0.9.5/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/taknamay/macduffie/json/0.9.5/macduffie-json-0.9.5.tgz")) (content (sha256 "e8dccf8e8c63f088d826b0e92357dbc2998356f616b4390433b438b26a08b4e2"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ("chez-srfi" ">=0.0.0-akku.74"))))) (package (name (okmij ssax)) (versions ((version "5.4.0") (synopsis "Functional XML parsing framework") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: 5.4" "Original license field: (public-domain)" "Maintainers: Alex Shinn .") (license "NOASSERTION") (authors "Oleg Kiselyov ") (homepage "http://snow-fort.org/s/gmail.com/alexshinn/okmij/ssax/5.4/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/alexshinn/okmij/ssax/5.4/okmij-ssax-5.4.tgz")) (content (sha256 "9a78a099fff4584c10c9444d41b808fe7029b5dfa2d3e5ece4c7a08e5e33b2c1"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ("chez-srfi" ">=0.0.0-akku.74") ((chibi test) "*"))))) (package (name (pfds alist)) (versions ((version "1.0.0") (synopsis "Convenience functions for working with association lists") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (BSD)" "Maintainers: Peter Lane .") (license "BSD-3-Clause") (authors "Ian Price") (homepage "http://snow-fort.org/s/peterlane.info/peter/pfds/alist/1.0.0/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/pfds/alist/1.0.0/pfds-alist-1.0.0.tgz")) (content (sha256 "e8c227fcf3c10f355df8d1c22860e0e6c54103c356bd707ed914028b3568b92e"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (pfds bitwise)) (versions ((version "1.0.0") (synopsis "Bitwise arithmetic utilities") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (BSD)" "Maintainers: Peter Lane .") (license "BSD-3-Clause") (authors "Ian Price") (homepage "http://snow-fort.org/s/peterlane.info/peter/pfds/bitwise/1.0.0/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/pfds/bitwise/1.0.0/pfds-bitwise-1.0.0.tgz")) (content (sha256 "8654930f5a5a66df9120f3a8b7276cfa0ca36e65ea4579966b3e711422afab93"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ("chez-srfi" ">=0.0.0-akku.74"))))) (package (name (pfds bounded-balance-tree)) (versions ((version "1.0.0") (synopsis "Bounded balance tree") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (BSD)" "Maintainers: Peter Lane .") (license "BSD-3-Clause") (authors "Ian Price") (homepage "http://snow-fort.org/s/peterlane.info/peter/pfds/bounded-balance-tree/1.0.0/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/pfds/bounded-balance-tree/1.0.0/pfds-bounded-balance-tree-1.0.0.tgz")) (content (sha256 "7ae6f64b9c5614ee38238b4459b558eaebd267c6824bc66354ab7cb39b2a04d6"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((pfds list-helpers) "*"))))) (package (name (pfds deque)) (versions ((version "1.0.0") (synopsis "Purely functional deques") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (BSD)" "Maintainers: Peter Lane .") (license "BSD-3-Clause") (authors "Ian Price") (homepage "http://snow-fort.org/s/peterlane.info/peter/pfds/deque/1.0.0/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/pfds/deque/1.0.0/pfds-deque-1.0.0.tgz")) (content (sha256 "a5deddf48523c167649660fc9e41acf2cce77f185525a1f6d4cfa9589f7f868b"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((pfds lazy-list) "*") ((pfds list-helpers) "*"))))) (package (name (pfds difference-list)) (versions ((version "1.0.0") (synopsis "Difference lists") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (BSD)" "Maintainers: Peter Lane .") (license "BSD-3-Clause") (authors "Ian Price") (homepage "http://snow-fort.org/s/peterlane.info/peter/pfds/difference-list/1.0.0/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/pfds/difference-list/1.0.0/pfds-difference-list-1.0.0.tgz")) (content (sha256 "82a9e6db6f63ac1ab14fd87835e438a0a5486572a450a65c0b8eda0873c72a8c"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (pfds fector)) (versions ((version "1.0.0") (synopsis "Functional vectors") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (BSD)" "Maintainers: Peter Lane .") (license "BSD-3-Clause") (authors "Ian Price") (homepage "http://snow-fort.org/s/peterlane.info/peter/pfds/fector/1.0.0/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/pfds/fector/1.0.0/pfds-fector-1.0.0.tgz")) (content (sha256 "ff0bb61c97b4a59b51c40f589d4b481a97759c09de197c0891386d6b0fa39f53"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (pfds fingertree)) (versions ((version "1.0.0") (synopsis "Fingertree: A simple general-purpose data structure") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (BSD)" "Maintainers: Peter Lane .") (license "BSD-3-Clause") (authors "Ian Price") (homepage "http://snow-fort.org/s/peterlane.info/peter/pfds/fingertree/1.0.0/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/pfds/fingertree/1.0.0/pfds-fingertree-1.0.0.tgz")) (content (sha256 "d2398c150e60b0f9c5214287720fef78b8ce0b9bce6733f67490a388685855b2"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((pfds list-helpers) "*"))))) (package (name (pfds hash-array-mapped-trie)) (versions ((version "1.0.0") (synopsis "Hash array mapped tries") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (BSD)" "Maintainers: Peter Lane .") (license "BSD-3-Clause") (authors "Ian Price") (homepage "http://snow-fort.org/s/peterlane.info/peter/pfds/hash-array-mapped-trie/1.0.0/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/pfds/hash-array-mapped-trie/1.0.0/pfds-hash-array-mapped-trie-1.0.0.tgz")) (content (sha256 "f549c8715d94b83037af786618b5ab08600d75ce9ffa40a841cb07e8f918931d"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((pfds alist) "*") ((pfds bitwise) "*") ((pfds list-helpers) "*") ((pfds vector) "*") ("chez-srfi" ">=0.0.0-akku.74"))))) (package (name (pfds heap)) (versions ((version "1.0.0") (synopsis "Heap data structure") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (BSD)" "Maintainers: Peter Lane .") (license "BSD-3-Clause") (authors "Ian Price") (homepage "http://snow-fort.org/s/peterlane.info/peter/pfds/heap/1.0.0/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/pfds/heap/1.0.0/pfds-heap-1.0.0.tgz")) (content (sha256 "5b9ec02fd7f9ff022f67aeee6e6aa4109e14bb3a0d096b33512d3d9265f49bb5"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((pfds list-helpers) "*"))))) (package (name (pfds lazy-list)) (versions ((version "1.0.0") (synopsis "Odd lazy lists") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (BSD)" "Maintainers: Peter Lane .") (license "BSD-3-Clause") (authors "Ian Price") (homepage "http://snow-fort.org/s/peterlane.info/peter/pfds/lazy-list/1.0.0/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/pfds/lazy-list/1.0.0/pfds-lazy-list-1.0.0.tgz")) (content (sha256 "db4fcc889545c34716dff6c0420f9a5fcee2a3dee8f31416c1bc08462b74252f"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (pfds list-helpers)) (versions ((version "1.0.0") (synopsis "List utility functions") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (BSD)" "Maintainers: Peter Lane .") (license "BSD-3-Clause") (authors "Ian Price") (homepage "http://snow-fort.org/s/peterlane.info/peter/pfds/list-helpers/1.0.0/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/pfds/list-helpers/1.0.0/pfds-list-helpers-1.0.0.tgz")) (content (sha256 "0eb459e05b775a90f6b2a6a7435d19aa6369f99709b8d501a960149e05e21517"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (pfds priority-search-queue)) (versions ((version "1.0.0") (synopsis "Priority search queues") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (BSD)" "Maintainers: Peter Lane .") (license "BSD-3-Clause") (authors "Ian Price") (homepage "http://snow-fort.org/s/peterlane.info/peter/pfds/priority-search-queue/1.0.0/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/pfds/priority-search-queue/1.0.0/pfds-priority-search-queue-1.0.0.tgz")) (content (sha256 "47a90b0983d3c8cf9c5d87a65fba104671adcefa386e76f9db1b05d0206b38dc"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (pfds queue)) (versions ((version "1.0.0") (synopsis "Purely functional queues") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (BSD)" "Maintainers: Peter Lane .") (license "BSD-3-Clause") (authors "Ian Price") (homepage "http://snow-fort.org/s/peterlane.info/peter/pfds/queue/1.0.0/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/pfds/queue/1.0.0/pfds-queue-1.0.0.tgz")) (content (sha256 "b9da21328abf243ff4efe9215d5720f0fffaf4e552f51a49519993347882c60f"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((pfds list-helpers) "*") ((pfds lazy-list) "*"))))) (package (name (pfds sequence)) (versions ((version "1.0.0") (synopsis "Purely functional sequences") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (BSD)" "Maintainers: Peter Lane .") (license "BSD-3-Clause") (authors "Ian Price") (homepage "http://snow-fort.org/s/peterlane.info/peter/pfds/sequence/1.0.0/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/pfds/sequence/1.0.0/pfds-sequence-1.0.0.tgz")) (content (sha256 "6ac52b1e000c41406c34220aae9466288824556c0b0d8f4b9bf475d433038cc4"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((pfds fingertree) "*") ((pfds list-helpers) "*"))))) (package (name (pfds set)) (versions ((version "1.0.0") (synopsis "Purely functional sets") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (BSD)" "Maintainers: Peter Lane .") (license "BSD-3-Clause") (authors "Ian Price") (homepage "http://snow-fort.org/s/peterlane.info/peter/pfds/set/1.0.0/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/pfds/set/1.0.0/pfds-set-1.0.0.tgz")) (content (sha256 "c71a6da9a21c6994b6801920511141a93c181c741017d0cfb24ec2cde523db7b"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((pfds bounded-balance-tree) "*") ((pfds list-helpers) "*"))))) (package (name (pfds vector)) (versions ((version "1.0.0") (synopsis "Some utility functions for working with vectors") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (BSD)" "Maintainers: Peter Lane .") (license "BSD-3-Clause") (authors "Ian Price") (homepage "http://snow-fort.org/s/peterlane.info/peter/pfds/vector/1.0.0/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/pfds/vector/1.0.0/pfds-vector-1.0.0.tgz")) (content (sha256 "44dcbfec253b1f38f28b4a742e251a8a64daf25235c521b40ba0ad00f742058c"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (postgresql)) (versions ((version "15.7.21") (synopsis "R7RS portable PostgreSQL binding") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: 15.07.21" "Original license field: N/A" "Maintainers: Takashi Kato .") (license "NOASSERTION") (authors "Takashi Kato") (homepage "http://snow-fort.org/s/ymail.com/ktakashi/postgresql/15.07.21/index.html") (lock (location (url "http://snow-fort.org/s/ymail.com/ktakashi/postgresql/15.07.21/postgresql-15.07.21.tgz")) (content (sha256 "2fca5fc817a9523379ff4df01108175ae558a08557edd323b7984bef16b996ca"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (r6rs arithmetic fixnums)) (versions ((version "0.0.1") (synopsis "Port of (rnrs arithmetic fixnums) to R7RS") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (mit)" "Maintainers: William D Cinger .") (license "MIT") (authors "Taylan Ulrich Bayırlı/Kammer ") (homepage "http://snow-fort.org/s/ccs.neu.edu/will/r6rs/arithmetic/fixnums/0.0.1/index.html") (lock (location (url "http://snow-fort.org/s/ccs.neu.edu/will/r6rs/arithmetic/fixnums/0.0.1/r6rs-arithmetic-fixnums-0.0.1.tgz")) (content (sha256 "a2839d9592f23c3859ace50bd3132dc37c2691702a382e873c76156b782a6378"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((r6rs base) "*"))))) (package (name (r6rs base)) (versions ((version "0.0.1") (synopsis "Port of (rnrs base) to R7RS") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (mit)" "Maintainers: William D Cinger .") (license "MIT") (authors "William D Cinger ") (homepage "http://snow-fort.org/s/ccs.neu.edu/will/r6rs/base/0.0.1/index.html") (lock (location (url "http://snow-fort.org/s/ccs.neu.edu/will/r6rs/base/0.0.1/r6rs-base-0.0.1.tgz")) (content (sha256 "c3b23446ad2d17ff377006e9756a5e27a89dcd1ab65792e49e01efd5424a6c0d"))) (depends)))) (package (name (r6rs bytevectors)) (versions ((version "0.0.1") (synopsis "Port of (rnrs bytevectors) to R7RS") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (mit)" "Maintainers: William D Cinger .") (license "MIT") (authors "William D Cinger ") (homepage "http://snow-fort.org/s/ccs.neu.edu/will/r6rs/bytevectors/0.0.1/index.html") (lock (location (url "http://snow-fort.org/s/ccs.neu.edu/will/r6rs/bytevectors/0.0.1/r6rs-bytevectors-0.0.1.tgz")) (content (sha256 "404c59936cd1b67bba8dd58219a535a71fa39d18be034ae7e8b1faad41eb782f"))) (depends)))) (package (name (r6rs control)) (versions ((version "0.0.1") (synopsis "Port of (rnrs control) to R7RS") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (mit)" "Maintainers: William D Cinger .") (license "MIT") (authors "Taylan Ulrich Bayırlı/Kammer ") (homepage "http://snow-fort.org/s/ccs.neu.edu/will/r6rs/control/0.0.1/index.html") (lock (location (url "http://snow-fort.org/s/ccs.neu.edu/will/r6rs/control/0.0.1/r6rs-control-0.0.1.tgz")) (content (sha256 "b38fb48bac18d46a9a84ecd4ba64ca83d272abf3d789307a49a93a4230965a6a"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (r6rs enums)) (versions ((version "0.0.1") (synopsis "Port of (rnrs enums) to R7RS") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (mit)" "Maintainers: William D Cinger .") (license "MIT") (authors "Taylan Ulrich Bayırlı/Kammer ") (homepage "http://snow-fort.org/s/ccs.neu.edu/will/r6rs/enums/0.0.1/index.html") (lock (location (url "http://snow-fort.org/s/ccs.neu.edu/will/r6rs/enums/0.0.1/r6rs-enums-0.0.1.tgz")) (content (sha256 "f86c2a234a75fc494f088d831e17cfe23328f5244ea6677bda44dc6451affcbd"))) (depends)))) (package (name (r6rs eval)) (versions ((version "0.0.1") (synopsis "Port of (rnrs eval) to R7RS") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (mit)" "Maintainers: William D Cinger .") (license "MIT") (authors "Taylan Ulrich Bayırlı/Kammer ") (homepage "http://snow-fort.org/s/ccs.neu.edu/will/r6rs/eval/0.0.1/index.html") (lock (location (url "http://snow-fort.org/s/ccs.neu.edu/will/r6rs/eval/0.0.1/r6rs-eval-0.0.1.tgz")) (content (sha256 "b0e87f14188769d21f5f1c96e4f8a5b4e4dda4d57a8509d313c4da2b6e12f57c"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (r6rs exceptions)) (versions ((version "0.0.1") (synopsis "Port of (rnrs exceptions) to R7RS") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (mit)" "Maintainers: William D Cinger .") (license "MIT") (authors "Taylan Ulrich Bayırlı/Kammer ") (homepage "http://snow-fort.org/s/ccs.neu.edu/will/r6rs/exceptions/0.0.1/index.html") (lock (location (url "http://snow-fort.org/s/ccs.neu.edu/will/r6rs/exceptions/0.0.1/r6rs-exceptions-0.0.1.tgz")) (content (sha256 "9555ee076c379a3f622b9ca2812cf3332a9d9afecd115d7e3b2ddda8aaa9b97f"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (r6rs files)) (versions ((version "0.0.1") (synopsis "Port of (rnrs files) to R7RS") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (mit)" "Maintainers: William D Cinger .") (license "MIT") (authors "William D Cinger ") (homepage "http://snow-fort.org/s/ccs.neu.edu/will/r6rs/files/0.0.1/index.html") (lock (location (url "http://snow-fort.org/s/ccs.neu.edu/will/r6rs/files/0.0.1/r6rs-files-0.0.1.tgz")) (content (sha256 "6b674bf8735431e5a1cc809018d0d19b6ffc02ca56781328290de413db5829ef"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (r6rs hashtables)) (versions ((version "0.0.1") (synopsis "Port of (rnrs hashtables) to R7RS") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (mit)" "Maintainers: William D Cinger .") (license "MIT") (authors "William D Cinger ") (homepage "http://snow-fort.org/s/ccs.neu.edu/will/r6rs/hashtables/0.0.1/index.html") (lock (location (url "http://snow-fort.org/s/ccs.neu.edu/will/r6rs/hashtables/0.0.1/r6rs-hashtables-0.0.1.tgz")) (content (sha256 "d93f85d56c7eadb1e1603bf95988302bd1e111e3247bb1ddba7d271148633b12"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (r6rs io simple)) (versions ((version "0.0.1") (synopsis "Port of (rnrs io simple) to R7RS") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (mit)" "Maintainers: William D Cinger .") (license "MIT") (authors "Taylan Ulrich Bayırlı/Kammer ") (homepage "http://snow-fort.org/s/ccs.neu.edu/will/r6rs/io/simple/0.0.1/index.html") (lock (location (url "http://snow-fort.org/s/ccs.neu.edu/will/r6rs/io/simple/0.0.1/r6rs-io-simple-0.0.1.tgz")) (content (sha256 "7f49ae295e3f6fa420e2ccfdbf446dc46cc814bdfb436046191bd8e146346b00"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (r6rs lists)) (versions ((version "0.0.1") (synopsis "Port of (rnrs lists) to R7RS") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (mit)" "Maintainers: William D Cinger .") (license "MIT") (authors "Taylan Ulrich Bayırlı/Kammer ") (homepage "http://snow-fort.org/s/ccs.neu.edu/will/r6rs/lists/0.0.1/index.html") (lock (location (url "http://snow-fort.org/s/ccs.neu.edu/will/r6rs/lists/0.0.1/r6rs-lists-0.0.1.tgz")) (content (sha256 "46507daa47b2226eeac6e00418301d6e9c46940a744ec9f0e07ac4efb93bb49e"))) (depends)))) (package (name (r6rs mutable-pairs)) (versions ((version "0.0.1") (synopsis "Port of (rnrs mutable-pairs) to R7RS") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (mit)" "Maintainers: William D Cinger .") (license "MIT") (authors "William D Cinger ") (homepage "http://snow-fort.org/s/ccs.neu.edu/will/r6rs/mutable-pairs/0.0.1/index.html") (lock (location (url "http://snow-fort.org/s/ccs.neu.edu/will/r6rs/mutable-pairs/0.0.1/r6rs-mutable-pairs-0.0.1.tgz")) (content (sha256 "850c349b4aadeda7c8c52afcf0b9f237b0b641f70d9786f77490cbf4b13e8bf1"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (r6rs mutable-strings)) (versions ((version "0.0.1") (synopsis "Port of (rnrs mutable-strings) to R7RS") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (mit)" "Maintainers: William D Cinger .") (license "MIT") (authors "William D Cinger ") (homepage "http://snow-fort.org/s/ccs.neu.edu/will/r6rs/mutable-strings/0.0.1/index.html") (lock (location (url "http://snow-fort.org/s/ccs.neu.edu/will/r6rs/mutable-strings/0.0.1/r6rs-mutable-strings-0.0.1.tgz")) (content (sha256 "c5f3a290e89314f1572cd7f31ab3238bd4e3c8b0883ebf281b56e174b13031a1"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (r6rs programs)) (versions ((version "0.0.1") (synopsis "Port of (rnrs programs) to R7RS") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (mit)" "Maintainers: William D Cinger .") (license "MIT") (authors "William D Cinger ") (homepage "http://snow-fort.org/s/ccs.neu.edu/will/r6rs/programs/0.0.1/index.html") (lock (location (url "http://snow-fort.org/s/ccs.neu.edu/will/r6rs/programs/0.0.1/r6rs-programs-0.0.1.tgz")) (content (sha256 "b10955572de97a44524ce699dbf6c7607c75bb6000ba845051b1e927bd72370b"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (r6rs r5rs)) (versions ((version "0.0.1") (synopsis "Port of (rnrs r5rs) to R7RS") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (mit)" "Maintainers: William D Cinger .") (license "MIT") (authors "Taylan Ulrich Bayırlı/Kammer ") (homepage "http://snow-fort.org/s/ccs.neu.edu/will/r6rs/r5rs/0.0.1/index.html") (lock (location (url "http://snow-fort.org/s/ccs.neu.edu/will/r6rs/r5rs/0.0.1/r6rs-r5rs-0.0.1.tgz")) (content (sha256 "a049e687207b76608448460b70eca530d0b495a8348bff5953fa911abf73772a"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (r6rs sorting)) (versions ((version "0.0.1") (synopsis "Port of (rnrs sorting) to R7RS") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (mit)" "Maintainers: William D Cinger .") (license "MIT") (authors "Taylan Ulrich Bayırlı/Kammer ") (homepage "http://snow-fort.org/s/ccs.neu.edu/will/r6rs/sorting/0.0.1/index.html") (lock (location (url "http://snow-fort.org/s/ccs.neu.edu/will/r6rs/sorting/0.0.1/r6rs-sorting-0.0.1.tgz")) (content (sha256 "75235b206c41016a825fbba98d7f6c27ee46a4da089eb13e4585751cfdfb5ef9"))) (depends)))) (package (name (r6rs unicode)) (versions ((version "0.0.1") (synopsis "Port of (rnrs unicode) to R7RS") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (mit)" "Maintainers: William D Cinger .") (license "MIT") (authors "William D Cinger ") (homepage "http://snow-fort.org/s/ccs.neu.edu/will/r6rs/unicode/0.0.1/index.html") (lock (location (url "http://snow-fort.org/s/ccs.neu.edu/will/r6rs/unicode/0.0.1/r6rs-unicode-0.0.1.tgz")) (content (sha256 "0da7ecacbc53ef8ce918b7383bc5309d8bb171cfa3db41e9f229a266faf46650"))) (depends)))) (package (name (r6rs unicode-reference unicode0)) (versions ((version "0.0.1") (synopsis "Helper library for (rnrs unicode)") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (mit)" "Maintainers: William D Cinger .") (license "MIT") (authors "William D Cinger ") (homepage "http://snow-fort.org/s/ccs.neu.edu/will/r6rs/unicode-reference/unicode0/0.0.1/index.html") (lock (location (url "http://snow-fort.org/s/ccs.neu.edu/will/r6rs/unicode-reference/unicode0/0.0.1/r6rs-unicode-reference-unicode0-0.0.1.tgz")) (content (sha256 "1450a1e3defa951e407d4acb9151dc6aca3a5993b620dc7b2c05cd531c8951c4"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (r6rs unicode-reference unicode1)) (versions ((version "0.0.1") (synopsis "Helper library for (rnrs unicode)") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (mit)" "Maintainers: William D Cinger .") (license "MIT") (authors "William D Cinger ") (homepage "http://snow-fort.org/s/ccs.neu.edu/will/r6rs/unicode-reference/unicode1/0.0.1/index.html") (lock (location (url "http://snow-fort.org/s/ccs.neu.edu/will/r6rs/unicode-reference/unicode1/0.0.1/r6rs-unicode-reference-unicode1-0.0.1.tgz")) (content (sha256 "ed65f577c1928918c734406431a63b5c31278794793cf40fa8035c339e677fb9"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((r6rs unicode-reference unicode0) "*"))))) (package (name (r6rs unicode-reference unicode2)) (versions ((version "0.0.1") (synopsis "Helper library for (rnrs unicode)") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (mit)" "Maintainers: William D Cinger .") (license "MIT") (authors "William D Cinger ") (homepage "http://snow-fort.org/s/ccs.neu.edu/will/r6rs/unicode-reference/unicode2/0.0.1/index.html") (lock (location (url "http://snow-fort.org/s/ccs.neu.edu/will/r6rs/unicode-reference/unicode2/0.0.1/r6rs-unicode-reference-unicode2-0.0.1.tgz")) (content (sha256 "e46d3fd17c6305c35542ae783a578f5f2324e67d140b6bd84168ddd42190b24c"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((r6rs unicode-reference unicode0) "*") ((r6rs unicode-reference unicode1) "*"))))) (package (name (r6rs unicode-reference unicode3)) (versions ((version "0.0.1") (synopsis "Helper library for (rnrs unicode)") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (mit)" "Maintainers: William D Cinger .") (license "MIT") (authors "William D Cinger ") (homepage "http://snow-fort.org/s/ccs.neu.edu/will/r6rs/unicode-reference/unicode3/0.0.1/index.html") (lock (location (url "http://snow-fort.org/s/ccs.neu.edu/will/r6rs/unicode-reference/unicode3/0.0.1/r6rs-unicode-reference-unicode3-0.0.1.tgz")) (content (sha256 "62fba6dbb3ddd123b392a538e01aa1db0bff1b8939505a7071619297f0af17ff"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((r6rs unicode-reference unicode0) "*") ((r6rs unicode-reference unicode1) "*") ((r6rs unicode-reference unicode2) "*"))))) (package (name (r6rs unicode-reference unicode4)) (versions ((version "0.0.1") (synopsis "Helper library for (rnrs unicode)") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (mit)" "Maintainers: William D Cinger .") (license "MIT") (authors "William D Cinger ") (homepage "http://snow-fort.org/s/ccs.neu.edu/will/r6rs/unicode-reference/unicode4/0.0.1/index.html") (lock (location (url "http://snow-fort.org/s/ccs.neu.edu/will/r6rs/unicode-reference/unicode4/0.0.1/r6rs-unicode-reference-unicode4-0.0.1.tgz")) (content (sha256 "85d46c2a686c606aa504245abf55036de6baac5675a809bca74ac469b1a75222"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((r6rs unicode-reference unicode0) "*") ((r6rs unicode-reference unicode1) "*") ((r6rs unicode-reference unicode2) "*") ((r6rs unicode-reference unicode3) "*"))))) (package (name (rapid analyze-library)) (versions ((version "0.1.0") (synopsis "Analyze R7RS library definitions") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (gpl3)" "Maintainers: Marc Nieper-Wißkirchen .") (license "GPL-3.0-or-later") (authors "Marc Nieper-Wißkirchen ") (homepage "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/analyze-library/0.1.0/index.html") (lock (location (url "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/analyze-library/0.1.0/rapid-analyze-library-0.1.0.tgz")) (content (sha256 "4bb64598eb63535d917429c67aa6763b1903e3de125f2b607b07c9a05d019ad4"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((rapid assume) "*") ((rapid and-let) "*") ((rapid receive) "*") ((rapid comparator) "*") ((rapid set) "*") ((rapid mapping) "*") ((rapid syntax) "*") ((rapid read) "*") ((rapid list) "*") ((rapid vicinity) "*") ((rapid test) "*"))))) (package (name (rapid and-let)) (versions ((version "0.1.0") (synopsis "And with local bindings compatible with SRFI 2") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (gpl)" "Maintainers: Marc Nieper-Wißkirchen .") (license "GPL-3.0-or-later") (authors "Marc Nieper-Wißkirchen ") (homepage "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/and-let/0.1.0/index.html") (lock (location (url "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/and-let/0.1.0/rapid-and-let-0.1.0.tgz")) (content (sha256 "d11cd9d2eed4406f7426f9661f6eea71d034417708045373b329c839575cd21d"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((rapid test) "*"))))) (package (name (rapid args-fold)) (versions ((version "0.1.0") (synopsis "A program argument processor compatible with SRFI 37") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (gpl3)" "Maintainers: Marc Nieper-Wißkirchen ." "These (possibly optional) dependencies are not packaged: (rapid runtime-environment).") (license "GPL-3.0-or-later") (authors "Marc Nieper-Wißkirchen ") (homepage "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/args-fold/0.1.0/index.html") (lock (location (url "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/args-fold/0.1.0/rapid-args-fold-0.1.0.tgz")) (content (sha256 "9aa5859eb01a0708d0170c1e7baca0dfd7d9fd49425f6dfd31c555f61256c606"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((rapid list) "*") ((rapid test) "*"))))) (package (name (rapid assume)) (versions ((version "0.1.0") (synopsis "Assumptions compatible with SRFI 145") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (gpl)" "Maintainers: Marc Nieper-Wißkirchen .") (license "GPL-3.0-or-later") (authors "Marc Nieper-Wißkirchen ") (homepage "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/assume/0.1.0/index.html") (lock (location (url "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/assume/0.1.0/rapid-assume-0.1.0.tgz")) (content (sha256 "519d46ff8e517d1e4a01ade8355233dbe3befbf7f03f4d3f717de802e974a8a4"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((rapid test) "*"))))) (package (name (rapid box)) (versions ((version "0.1.1") (synopsis "Boxes compatible with SRFI 111") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (gpl)" "Maintainers: Marc Nieper-Wißkirchen .") (license "GPL-3.0-or-later") (authors "Marc Nieper-Wißkirchen ") (homepage "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/box/0.1.1/index.html") (lock (location (url "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/box/0.1.1/rapid-box-0.1.1.tgz")) (content (sha256 "a0e289ae74115c75b40d738776555fc1d36791e76e07f9eb9dce77c998bd5d32"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((rapid test) "*"))))) (package (name (rapid comparator)) (versions ((version "0.1.1") (synopsis "Comparators compatible with SRFI 128") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (gpl3)" "Maintainers: Marc Nieper-Wißkirchen .") (license "GPL-3.0-or-later") (authors "Marc Nieper-Wißkirchen ") (homepage "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/comparator/0.1.1/index.html") (lock (location (url "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/comparator/0.1.1/rapid-comparator-0.1.1.tgz")) (content (sha256 "9769cb53680e1c8a0a8993bb267db0856ba1351c437696821e45387878f44426"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((rapid test) "*"))))) (package (name (rapid eliminate-mutable-variables)) (versions ((version "0.1.0") (synopsis "Eliminate mutable variables") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (gpl3)" "Maintainers: Marc Nieper-Wißkirchen ." "These (possibly optional) dependencies are not packaged: (rapid gensym).") (license "GPL-3.0-or-later") (authors "Marc Nieper-Wißkirchen ") (homepage "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/eliminate-mutable-variables/0.1.0/index.html") (lock (location (url "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/eliminate-mutable-variables/0.1.0/rapid-eliminate-mutable-variables-0.1.0.tgz")) (content (sha256 "53a6c14289c95f247c4dc6ffb761ce990b64f3abd43cd196c15c000f4df75efd"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((rapid analyze-library) "*") ((rapid receive) "*") ((rapid comparator) "*") ((rapid syntax) "*") ((rapid set) "*") ((rapid test) "*"))))) (package (name (rapid fix-letrec)) (versions ((version "0.1.0") (synopsis "Fixing letrec") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (gpl3)" "Maintainers: Marc Nieper-Wißkirchen .") (license "GPL-3.0-or-later") (authors "Marc Nieper-Wißkirchen ") (homepage "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/fix-letrec/0.1.0/index.html") (lock (location (url "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/fix-letrec/0.1.0/rapid-fix-letrec-0.1.0.tgz")) (content (sha256 "8daba123e1fc21f8b75df7231aae1a8686f146ef45c11d284b702308752f12ce"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((rapid list) "*") ((rapid analyze-library) "*") ((rapid and-let) "*") ((rapid receive) "*") ((rapid comparator) "*") ((rapid syntax) "*") ((rapid mapping) "*") ((rapid set) "*") ((rapid graph) "*") ((rapid test) "*"))))) (package (name (rapid format)) (versions ((version "0.1.0") (synopsis "Basic format strings compatible with SRFI 28") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (gpl3)" "Maintainers: Marc Nieper-Wißkirchen .") (license "GPL-3.0-or-later") (authors "Marc Nieper-Wißkirchen ") (homepage "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/format/0.1.0/index.html") (lock (location (url "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/format/0.1.0/rapid-format-0.1.0.tgz")) (content (sha256 "fa3dc4ea1c85698b3ae98f763d6eccf02566c5c7da2fdf49fd95d9d84e760aed"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((rapid assume) "*") ((rapid test) "*"))))) (package (name (rapid generator)) (versions ((version "0.1.0") (synopsis "Generators compatible with SRFI 121") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (gpl3)" "Maintainers: Marc Nieper-Wißkirchen .") (license "GPL-3.0-or-later") (authors "Marc Nieper-Wißkirchen ") (homepage "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/generator/0.1.0/index.html") (lock (location (url "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/generator/0.1.0/rapid-generator-0.1.0.tgz")) (content (sha256 "7bf11c74ef0a52856ad446e6ba2edea993d058c7e703ea1cde905b4b13e41d56"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((rapid list) "*") ((rapid test) "*"))))) (package (name (rapid graph)) (versions ((version "0.1.0") (synopsis "Graph algorithms") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (gpl3)" "Maintainers: Marc Nieper-Wißkirchen .") (license "GPL-3.0-or-later") (authors "Marc Nieper-Wißkirchen ") (homepage "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/graph/0.1.0/index.html") (lock (location (url "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/graph/0.1.0/rapid-graph-0.1.0.tgz")) (content (sha256 "3683420af145d9e9e792ff7f0c35741b85dcba5a72e5e431b86e7c3465e8e199"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((rapid receive) "*") ((rapid list) "*") ((rapid set) "*") ((rapid mapping) "*") ((rapid test) "*") ((rapid comparator) "*"))))) (package (name (rapid identity)) (versions ((version "0.1.0") (synopsis "Unique identities") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (gpl)" "Maintainers: Marc Nieper-Wißkirchen .") (license "GPL-3.0-or-later") (authors "Marc Nieper-Wißkirchen ") (homepage "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/identity/0.1.0/index.html") (lock (location (url "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/identity/0.1.0/rapid-identity-0.1.0.tgz")) (content (sha256 "817924ee4ed96b7a6f85f1dc59d89289cbe9dc5697367c632c33174ca9434aa4"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((rapid box) "*") ((rapid test) "*"))))) (package (name (rapid library-definition)) (versions ((version "0.1.2") (synopsis "R7RS library definitions") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (gpl3)" "Maintainers: Marc Nieper-Wißkirchen .") (license "GPL-3.0-or-later") (authors "Marc Nieper-Wißkirchen ") (homepage "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/library-definition/0.1.2/index.html") (lock (location (url "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/library-definition/0.1.2/rapid-library-definition-0.1.2.tgz")) (content (sha256 "87c8bde40d0bf15469d65af98ca5229fffc224780fbe87dec5cd40bd2c9f53bc"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((rapid assume) "*") ((rapid and-let) "*") ((rapid receive) "*") ((rapid comparator) "*") ((rapid set) "*") ((rapid mapping) "*") ((rapid syntax) "*") ((rapid read) "*") ((rapid list) "*") ((rapid vicinity) "*") ((rapid test) "*"))))) (package (name (rapid list)) (versions ((version "0.1.0") (synopsis "List library compatible with SRFI 1") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (gpl)" "Maintainers: Marc Nieper-Wißkirchen .") (license "GPL-3.0-or-later") (authors "Marc Nieper-Wißkirchen ") (homepage "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/list/0.1.0/index.html") (lock (location (url "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/list/0.1.0/rapid-list-0.1.0.tgz")) (content (sha256 "5ac3af285d859b0bbbf2e95605931d217272cf6e6ab4aa64ab973dc8ea2b20af"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((rapid receive) "*") ((rapid test) "*"))))) (package (name (rapid mapping)) (versions ((version "0.1.1") (synopsis "Mappings compatible with SRFI 146") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (gpl3)" "Maintainers: Marc Nieper-Wißkirchen .") (license "GPL-3.0-or-later") (authors "Marc Nieper-Wißkirchen ") (homepage "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/mapping/0.1.1/index.html") (lock (location (url "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/mapping/0.1.1/rapid-mapping-0.1.1.tgz")) (content (sha256 "6c00a8050b7187ba2ea1bfd774055e74827ba8439baf742a603fdd3dc2106fb6"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((rapid list) "*") ((rapid receive) "*") ((rapid comparator) "*") ((rapid assume) "*") ((rapid generator) "*") ((rapid rbtree) "*") ((rapid test) "*"))))) (package (name (rapid match)) (versions ((version "0.1.5") (synopsis "A pattern matcher") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (gpl3)" "Maintainers: Marc Nieper-Wißkirchen .") (license "GPL-3.0-or-later") (authors "Marc Nieper-Wißkirchen ") (homepage "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/match/0.1.5/index.html") (lock (location (url "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/match/0.1.5/rapid-match-0.1.5.tgz")) (content (sha256 "51c6b1139c5b9136045be63cfda86ad50044f517296431315faff14cecef881e"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((rapid assume) "*"))))) (package (name (rapid quasiquote)) (versions ((version "0.1.1") (synopsis "Extended quasiquotation with ellipses") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (gpl)" "Maintainers: Marc Nieper-Wißkirchen .") (license "GPL-3.0-or-later") (authors "Marc Nieper-Wißkirchen ") (homepage "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/quasiquote/0.1.1/index.html") (lock (location (url "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/quasiquote/0.1.1/rapid-quasiquote-0.1.1.tgz")) (content (sha256 "aa8fe3cb9350b96b790ad2d9f8da2a940c3e92704f485c71bca183c801ed6887"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((rapid test) "*"))))) (package (name (rapid rbtree)) (versions ((version "0.1.0") (synopsis "Red-Black Trees") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (gpl3)" "Maintainers: Marc Nieper-Wißkirchen .") (license "GPL-3.0-or-later") (authors "Marc Nieper-Wißkirchen ") (homepage "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/rbtree/0.1.0/index.html") (lock (location (url "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/rbtree/0.1.0/rapid-rbtree-0.1.0.tgz")) (content (sha256 "866ebac0723f6fb23936be5675cc3e24b340789cd6705d7ee2a6a77b0ed0e032"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((rapid assume) "*") ((rapid and-let) "*") ((rapid receive) "*") ((rapid test) "*"))))) (package (name (rapid read)) (versions ((version "0.1.3") (synopsis "Scheme reader with source-location information") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (gpl3)" "Maintainers: Marc Nieper-Wißkirchen .") (license "GPL-3.0-or-later") (authors "Marc Nieper-Wißkirchen ") (homepage "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/read/0.1.3/index.html") (lock (location (url "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/read/0.1.3/rapid-read-0.1.3.tgz")) (content (sha256 "d66db1043ebdb03f7850229a5c0a1b8be2764777f85e9e8b4635caf2d139aa90"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((rapid assume) "*") ((rapid and-let) "*") ((rapid receive) "*") ((rapid list) "*") ((rapid format) "*") ((rapid vicinity) "*") ((rapid comparator) "*") ((rapid mapping) "*") ((rapid syntax) "*") ((rapid test) "*"))))) (package (name (rapid receive)) (versions ((version "0.1.0") (synopsis "Binding to multiple values compatible with SRFI 8") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (gpl3)" "Maintainers: Marc Nieper-Wißkirchen .") (license "GPL-3.0-or-later") (authors "Marc Nieper-Wißkirchen ") (homepage "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/receive/0.1.0/index.html") (lock (location (url "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/receive/0.1.0/rapid-receive-0.1.0.tgz")) (content (sha256 "3193a4cba66dbd5122d8a95d4de8c4e7bfb6365215167e2a24e519c7d60b412c"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((rapid test) "*"))))) (package (name (rapid set)) (versions ((version "0.1.0") (synopsis "Sets and bags compatible with SRFI 113") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (gpl3)" "Maintainers: Marc Nieper-Wißkirchen .") (license "GPL-3.0-or-later") (authors "Marc Nieper-Wißkirchen ") (homepage "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/set/0.1.0/index.html") (lock (location (url "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/set/0.1.0/rapid-set-0.1.0.tgz")) (content (sha256 "d2bcfff9e2502363ae30d11905245b95c05cd728ee6f67db1a103eb57982329f"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((rapid list) "*") ((rapid receive) "*") ((rapid generator) "*") ((rapid comparator) "*") ((rapid assume) "*") ((rapid mapping) "*") ((rapid test) "*"))))) (package (name (rapid syntax)) (versions ((version "0.1.2") (synopsis "Syntax objects encapsulating Scheme datums together with source-location information") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (gpl3)" "Maintainers: Marc Nieper-Wißkirchen .") (license "GPL-3.0-or-later") (authors "Marc Nieper-Wißkirchen ") (homepage "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/syntax/0.1.2/index.html") (lock (location (url "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/syntax/0.1.2/rapid-syntax-0.1.2.tgz")) (content (sha256 "b80e6430fe0b735c76850cd085d0eaba7f02153b808134a0ad1292dfb2a33829"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((rapid quasiquote) "*") ((rapid match) "*") ((rapid format) "*") ((rapid list) "*") ((rapid identity) "*") ((rapid comparator) "*") ((rapid assume) "*") ((rapid receive) "*") ((rapid mapping) "*") ((rapid vicinity) "*") ((rapid test) "*"))))) (package (name (rapid test)) (versions ((version "0.1.3") (synopsis "A Scheme API for test suites compatible to SRFI 64") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (gpl)" "Maintainers: Marc Nieper-Wißkirchen .") (license "GPL-3.0-or-later") (authors "Marc Nieper-Wißkirchen ") (homepage "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/test/0.1.3/index.html") (lock (location (url "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/test/0.1.3/rapid-test-0.1.3.tgz")) (content (sha256 "f4c432673e7e11993b602fc04b9ef95083a8bc44e6d6de8de0d6f450328b80cc"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (rapid vector)) (versions ((version "0.1.0") (synopsis "Vector library compatible with SRFI 133") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (gpl3)" "Maintainers: Marc Nieper-Wißkirchen .") (license "GPL-3.0-or-later") (authors "Marc Nieper-Wißkirchen ") (homepage "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/vector/0.1.0/index.html") (lock (location (url "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/vector/0.1.0/rapid-vector-0.1.0.tgz")) (content (sha256 "d0434238f4bc78ee7df4747de2970105a70208d74fd7f48dfb30468fc744ef92"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((rapid receive) "*") ((rapid test) "*"))))) (package (name (rapid vicinity)) (versions ((version "0.1.0") (synopsis "Vicinity compatible with SRFI 59") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (gpl3)" "Maintainers: Marc Nieper-Wißkirchen .") (license "GPL-3.0-or-later") (authors "Marc Nieper-Wißkirchen ") (homepage "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/vicinity/0.1.0/index.html") (lock (location (url "http://snow-fort.org/s/rapid-scheme.org/marc/rapid/vicinity/0.1.0/rapid-vicinity-0.1.0.tgz")) (content (sha256 "87e893f816b306731dd38b8ffe8121fd9d4e1ba5dc2fd5f789c6a0d54c8d2ed1"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((rapid test) "*"))))) (package (name (read-char-if)) (versions ((version "0.1.0") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: 0.1" "Original license field: N/A" "Maintainers: Lassi Kortela .") (license "NOASSERTION") (authors "Lassi Kortela") (homepage "http://snow-fort.org/s/lassi.io/lassi/read-char-if/0.1/index.html") (lock (location (url "http://snow-fort.org/s/lassi.io/lassi/read-char-if/0.1/read-char-if-0.1.tgz")) (content (sha256 "1d432bcf77414b37649f6c5621e74dbbe7be10cf081c98cf639ffa7be33ba714"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (rebottled cl-pdf)) (versions ((version "1.0.0") (synopsis "Low level functions for generating PDF files") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: N/A" "Maintainers: Peter Lane .") (license "BSD-2-Clause") (authors "Marc Battanyi and Bruce Butterfield") (homepage "http://snow-fort.org/s/peterlane.info/peter/rebottled/cl-pdf/1.0.0/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/rebottled/cl-pdf/1.0.0/rebottled-cl-pdf-1.0.0.tgz")) (content (sha256 "9a0a91a9bef0f2311c47ee8fd0c719aafc81ba88bf3e800e4e977608cb7a78df"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((slib format) "*") ((rebottled pregexp) "*") ((slib common-list-functions) "*") ((robin statistics) "*"))))) (package (name (rebottled pregexp)) (versions ((version "0.0.0-20050502") (synopsis "Dorai Sitaram's portable regular expressions") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: 20050502" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Dorai Sitaram") (homepage "http://snow-fort.org/s/peterlane.info/peter/rebottled/pregexp/20050502/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/rebottled/pregexp/20050502/rebottled-pregexp-20050502.tgz")) (content (sha256 "dd3e4b6dcdbfdba88827f20f2ef5171251d98526c88764051f64bff88b72e08c"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))) ((version "0.0.20050502") (synopsis "Dorai Sitaram's portable regular expressions") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: 20050502" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Dorai Sitaram") (homepage "http://snow-fort.org/s/peterlane.info/peter/rebottled/pregexp/20050502/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/rebottled/pregexp/20050502/rebottled-pregexp-20050502.tgz")) (content (sha256 "dd3e4b6dcdbfdba88827f20f2ef5171251d98526c88764051f64bff88b72e08c"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (rebottled pstk)) (versions ((version "1.7.0") (synopsis "Portable Scheme Interface to the Tk GUI Toolkit") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: N/A" "Maintainers: Peter Lane .") (license "BSD-2-Clause") (authors "Wolf-Dieter Busch and Nils Holm and Kenneth Dickey") (homepage "http://snow-fort.org/s/peterlane.info/peter/rebottled/pstk/1.7.0/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/rebottled/pstk/1.7.0/rebottled-pstk-1.7.0.tgz")) (content (sha256 "2377f19584f9d6117d83009db07b6cde1e947ed280b25a7acb4d2dfddb383e0d"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (rebottled schelog)) (versions ((version "0.0.0-20150602") (synopsis "Dorai Sitaram's Schelog: logic programming in Scheme") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: 20150602" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Dorai Sitaram") (homepage "http://snow-fort.org/s/peterlane.info/peter/rebottled/schelog/20150602/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/rebottled/schelog/20150602/rebottled-schelog-20150602.tgz")) (content (sha256 "7da22ea8b90c28a8c1812cf6fa43b0f30bfdf8629d5b8a7863b766f297eca7c5"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))) ((version "0.0.20150602") (synopsis "Dorai Sitaram's Schelog: logic programming in Scheme") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: 20150602" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Dorai Sitaram") (homepage "http://snow-fort.org/s/peterlane.info/peter/rebottled/schelog/20150602/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/rebottled/schelog/20150602/rebottled-schelog-20150602.tgz")) (content (sha256 "7da22ea8b90c28a8c1812cf6fa43b0f30bfdf8629d5b8a7863b766f297eca7c5"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (robin abbrev)) (versions ((version "1.0.0") (synopsis "Create unique abbreviations for a list of strings") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: N/A" "Maintainers: Peter Lane .") (license "MIT") (authors "Peter Lane") (homepage "http://snow-fort.org/s/peterlane.info/peter/robin/abbrev/1.0.0/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/robin/abbrev/1.0.0/robin-abbrev-1.0.0.tgz")) (content (sha256 "4f4700313dbea75851051aec7d4bff1d4b3751dc5481639050db778fa6b9f835"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ("chez-srfi" ">=0.0.0-akku.74"))))) (package (name (robin directory)) (versions ((version "1.0.0") (synopsis "Some useful directory functions") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: N/A" "Maintainers: Peter Lane .") (license "MIT") (authors "Peter Lane") (homepage "http://snow-fort.org/s/peterlane.info/peter/robin/directory/1.0.0/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/robin/directory/1.0.0/robin-directory-1.0.0.tgz")) (content (sha256 "11fc58780ddc06fa797a2b7c13e45c9ee99c0ed3edd6f929b6995670c0ffbaac"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((slib filename) "*"))))) (package (name (robin disjoint-set)) (versions ((version "1.0.0") (synopsis "A disjoint-set data structure") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: N/A" "Maintainers: Peter Lane .") (license "MIT") (authors "Peter Lane") (homepage "http://snow-fort.org/s/peterlane.info/peter/robin/disjoint-set/1.0.0/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/robin/disjoint-set/1.0.0/robin-disjoint-set-1.0.0.tgz")) (content (sha256 "07417505109644442a1cc449dfe246cb340c41ef441b09d65093f991e0f70027"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ("chez-srfi" ">=0.0.0-akku.74"))))) (package (name (robin logger)) (versions ((version "1.0.0") (synopsis "A simple logging library for outputting messages while a program is running") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: N/A" "Maintainers: Peter Lane .") (license "MIT") (authors "Peter Lane") (homepage "http://snow-fort.org/s/peterlane.info/peter/robin/logger/1.0.0/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/robin/logger/1.0.0/robin-logger-1.0.0.tgz")) (content (sha256 "664f85a03adf1b2d430f1786619c19aa6588d13485d33cbf31016c22cef3b5ca"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (robin statistics)) (versions ((version "1.0.0") (synopsis "A library of functions to compute statistical or other information about sets of data") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: N/A" "Maintainers: Peter Lane .") (license "MIT") (authors "Peter Lane") (homepage "http://snow-fort.org/s/peterlane.info/peter/robin/statistics/1.0.0/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/robin/statistics/1.0.0/robin-statistics-1.0.0.tgz")) (content (sha256 "83f797df3841d24fb1c812667d2bb0928080beaec96ac2f1c07aa06efeeaf9ba"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ("chez-srfi" ">=0.0.0-akku.74"))))) (package (name (robin text)) (versions ((version "1.0.0") (synopsis "A collection of functions for working with strings or text documents, including similarity measures, a stemmer and layout") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: N/A" "Maintainers: Peter Lane .") (license "MIT") (authors "Peter Lane") (homepage "http://snow-fort.org/s/peterlane.info/peter/robin/text/1.0.0/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/robin/text/1.0.0/robin-text-1.0.0.tgz")) (content (sha256 "167e0708526084bfd055be88601adce8f869fc42ab67a97cf148ce90e665c4e0"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((rebottled pregexp) "*") ((robin statistics) "*") ((slib soundex) "*") ("chez-srfi" ">=0.0.0-akku.74"))))) (package (name (sdl2)) (versions ((version "1.0.4") (synopsis "Bindings for SDL2") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: N/A" "These (possibly optional) dependencies are not packaged: (chibi).") (license "NOASSERTION") (authors "Brian Caine ") (homepage "http://snow-fort.org/s/gmail.com/brian.d.caine/sdl2/1.0.4/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/brian.d.caine/sdl2/1.0.4/sdl2-1.0.4.tgz")) (content (sha256 "044c10eb99c861f7fdfac617514684a58d4d524c8a7e1a5adda1937c46aff5ff"))) (depends ((chibi bytevector) "*") ("akku-r7rs" "^1.0.0-beta.3") ("chez-srfi" ">=0.0.0-akku.74"))))) (package (name (sdl2 obj)) (versions ((version "0.0.2") (synopsis "OOP bindings for SDL2. Currently a work-in-progress") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: N/A" "These (possibly optional) dependencies are not packaged: (chibi).") (license "NOASSERTION") (authors "Brian Caine ") (homepage "http://snow-fort.org/s/gmail.com/brian.d.caine/sdl2/obj/0.0.2/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/brian.d.caine/sdl2/obj/0.0.2/sdl2-obj-0.0.2.tgz")) (content (sha256 "c28aed8b40622bf3f455de8c3bade443b312c6807349d58bb6297d854534086f"))) (depends ((sdl2) "*") ((bcaine obj) "*") ("chez-srfi" ">=0.0.0-akku.74") ((chibi match) "*"))))) (package (name (sdl2-image)) (versions ((version "1.0.1") (synopsis "Bindings for SDL2_image") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: N/A" "These (possibly optional) dependencies are not packaged: (chibi).") (license "NOASSERTION") (authors "Brian Caine ") (homepage "http://snow-fort.org/s/gmail.com/brian.d.caine/sdl2-image/1.0.1/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/brian.d.caine/sdl2-image/1.0.1/sdl2-image-1.0.1.tgz")) (content (sha256 "3a5106bdd4d9aa8946a1d9cefb3e1606bd78f5987efe4f0dfaee57d264dba498"))) (depends ((sdl2) "*") ("chez-srfi" ">=0.0.0-akku.74"))))) (package (name (sdl2-mixer)) (versions ((version "1.0.0") (synopsis "Bindings for SDL2_mixer") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: N/A" "These (possibly optional) dependencies are not packaged: (chibi).") (license "NOASSERTION") (authors "Brian Caine ") (homepage "http://snow-fort.org/s/gmail.com/brian.d.caine/sdl2-mixer/1.0.0/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/brian.d.caine/sdl2-mixer/1.0.0/sdl2-mixer-1.0.0.tgz")) (content (sha256 "30ca816089df62dd764d41dcaa7940c5d62cd387fdf14c56a154f114c0607125"))) (depends)))) (package (name (shell-quote)) (versions ((version "0.1.0") (synopsis "Little Scheme DSL to build shell command lines") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: 0.1" "Original license field: (ISC)" "Maintainers: Lassi Kortela .") (license "ISC") (authors "Lassi Kortela") (homepage "http://snow-fort.org/s/lassi.io/lassi/shell-quote/0.1/index.html") (lock (location (url "http://snow-fort.org/s/lassi.io/lassi/shell-quote/0.1/shell-quote-0.1.tgz")) (content (sha256 "7394015e8a70da3c369481736cea27ea27c8aaa1b84d1549673d4f145e154d8d"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((chibi match) "*"))))) (package (name (slib alist)) (versions ((version "3.1.5") (synopsis "Some functions for working with association lists") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Aubrey Jaffer") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/alist/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/alist/SLIB-3b5-r7rs/slib-alist-SLIB-3b5-r7rs.tgz")) (content (sha256 "09a4b313597abc146f89c8bc836e9c00f30c4ccca8562b526f3bad995cbac0cc"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (slib array-for-each)) (versions ((version "3.1.5") (synopsis "Applicative routines for arrays/matrices") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Aubrey Jaffer") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/array-for-each/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/array-for-each/SLIB-3b5-r7rs/slib-array-for-each-SLIB-3b5-r7rs.tgz")) (content (sha256 "e06f684faa4b4207a845c260a94be08acd7bf999494319e093d8c092a52aed1b"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((slib common) "*") ("chez-srfi" ">=0.0.0-akku.74"))))) (package (name (slib array-interpolate)) (versions ((version "3.1.5") (synopsis "Interpolated array access") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Aubrey Jaffer") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/array-interpolate/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/array-interpolate/SLIB-3b5-r7rs/slib-array-interpolate-SLIB-3b5-r7rs.tgz")) (content (sha256 "87eb635b0583859bb3a64a9eb2418e2f70e324d5144f4124d9cc21539e90ede4"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((slib array-for-each) "*") ((slib subarray) "*") ("chez-srfi" ">=0.0.0-akku.74"))))) (package (name (slib byte)) (versions ((version "3.1.5") (synopsis "Arrays of small integers, not necessarily chars") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Aubrey Jaffer") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/byte/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/byte/SLIB-3b5-r7rs/slib-byte-SLIB-3b5-r7rs.tgz")) (content (sha256 "af4560b3df5a0d66398ddabbcfe576d0d073403c2795391718f55c8710ac7c0f"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ("chez-srfi" ">=0.0.0-akku.74"))))) (package (name (slib byte-number)) (versions ((version "3.1.5") (synopsis "Byte integer and IEEE floating-point conversions") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Aubrey Jaffer") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/byte-number/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/byte-number/SLIB-3b5-r7rs/slib-byte-number-SLIB-3b5-r7rs.tgz")) (content (sha256 "56e83d15dfdcb7bc651ef5e60925fdd28c7eb63e358235e37d650deeeccf7b4e"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((slib byte) "*") ((slib common) "*") ("chez-srfi" ">=0.0.0-akku.74"))))) (package (name (slib chapter-order)) (versions ((version "3.1.5") (synopsis "Chapter ordering") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Aubrey Jaffer") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/chapter-order/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/chapter-order/SLIB-3b5-r7rs/slib-chapter-order-SLIB-3b5-r7rs.tgz")) (content (sha256 "f1f321f2e00e1779e06adb02c17ab4a1c50a57b1bab92176d4e68b6933745d38"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (slib charplot)) (versions ((version "3.1.5") (synopsis "Plotting histograms/graphs in characters") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Aubrey Jaffer") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/charplot/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/charplot/SLIB-3b5-r7rs/slib-charplot-SLIB-3b5-r7rs.tgz")) (content (sha256 "5b7e056be7ec3e5f5898e87d9ce8818bdd6f431af65eaeb0ba14404f7a107e8b"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((slib array-for-each) "*") ((slib common) "*") ((slib printf) "*") ("chez-srfi" ">=0.0.0-akku.74"))))) (package (name (slib coerce)) (versions ((version "3.1.5") (synopsis "Implementation of COMMON-LISP COERCE and TYPE-OF") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Aubrey Jaffer") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/coerce/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/coerce/SLIB-3b5-r7rs/slib-coerce-SLIB-3b5-r7rs.tgz")) (content (sha256 "3a4dd47d5b061045471fc8e055a2ca43e457bc9a8cb9471ef3364d7e8a5bad6d"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ("chez-srfi" ">=0.0.0-akku.74"))))) (package (name (slib color)) (versions ((version "3.1.5") (synopsis "Color data type") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Aubrey Jaffer") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/color/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/color/SLIB-3b5-r7rs/slib-color-SLIB-3b5-r7rs.tgz")) (content (sha256 "76e9b75bc288e6e3c94c760c4ff5bd8d6b378adc07c5440afc842b957ff0daf2"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((slib color-space) "*") ((slib printf) "*") ((slib scanf) "*") ((slib string-case) "*"))))) (package (name (slib color-space)) (versions ((version "3.1.5") (synopsis "Color-space conversions") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Aubrey Jaffer") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/color-space/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/color-space/SLIB-3b5-r7rs/slib-color-space-SLIB-3b5-r7rs.tgz")) (content (sha256 "cb2afbb291d44c4389e3e72d82ae1e147970454855a9ea006db50db4a59d8b62"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ("chez-srfi" ">=0.0.0-akku.74"))))) (package (name (slib common)) (versions ((version "3.1.5") (synopsis "SLIB core functions") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Aubrey Jaffer") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/common/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/common/SLIB-3b5-r7rs/slib-common-SLIB-3b5-r7rs.tgz")) (content (sha256 "3f40923df702c9517b9066f30434bccbc6c9fa67d9b6c12f6ab3737eacd3eaf0"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (slib common-lisp-time)) (versions ((version "3.1.5") (synopsis "Common-Lisp time conversion routines") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Aubrey Jaffer") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/common-lisp-time/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/common-lisp-time/SLIB-3b5-r7rs/slib-common-lisp-time-SLIB-3b5-r7rs.tgz")) (content (sha256 "8aa7b829aa67f19c081937fd3ae682c514c809dde46cc3e49916f17f9cc074b3"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((slib common) "*") ((slib time-core) "*") ((slib time-zone) "*"))))) (package (name (slib common-list-functions)) (versions ((version "3.1.5") (synopsis "Some common list functions") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Aubrey Jaffer") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/common-list-functions/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/common-list-functions/SLIB-3b5-r7rs/slib-common-list-functions-SLIB-3b5-r7rs.tgz")) (content (sha256 "9f58eb7ece12785a4e9ee1f4cc77e85ab1db4854d3cfdeb4f65cbb767950168b"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (slib daylight)) (versions ((version "3.1.5") (synopsis "Model of sun and sky colors") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Aubrey Jaffer") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/daylight/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/daylight/SLIB-3b5-r7rs/slib-daylight-SLIB-3b5-r7rs.tgz")) (content (sha256 "f08b8e1ed909de19b0b627c66931fb2fd5379aa693a88baa377218eee458a292"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((slib color-space) "*"))))) (package (name (slib determinant)) (versions ((version "3.1.5") (synopsis "Matrix Algebra") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Aubrey Jaffer") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/determinant/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/determinant/SLIB-3b5-r7rs/slib-determinant-SLIB-3b5-r7rs.tgz")) (content (sha256 "34a1cdaeb1097f62e686caeb20718a9dd668f97856e82ce409cfe3256a187c7c"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ("chez-srfi" ">=0.0.0-akku.74"))))) (package (name (slib directory)) (versions ((version "3.1.5") (synopsis "Directories") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Aubrey Jaffer") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/directory/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/directory/SLIB-3b5-r7rs/slib-directory-SLIB-3b5-r7rs.tgz")) (content (sha256 "1fa7ce53dd543eb0b1ee4a24e7f09cdc792a94cd03891384f38b770380c9294c"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((slib common) "*") ((slib filename) "*"))))) (package (name (slib dynamic)) (versions ((version "3.1.5") (synopsis "Dynamic data type") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Andrew Wilcox") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/dynamic/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/dynamic/SLIB-3b5-r7rs/slib-dynamic-SLIB-3b5-r7rs.tgz")) (content (sha256 "2df9ed42deee17c638537d0317963546225e341aff83eb01645873be92f0b0c5"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (slib factor)) (versions ((version "3.1.5") (synopsis "Factorization, prime test and generation") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Aubrey Jaffer") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/factor/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/factor/SLIB-3b5-r7rs/slib-factor-SLIB-3b5-r7rs.tgz")) (content (sha256 "1712e6656c51ab5153e240f0c1154699ef3223d84dc9ffb1f07d7b26b7c98e94"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((slib common) "*") ((slib modular) "*") ("chez-srfi" ">=0.0.0-akku.74"))))) (package (name (slib filename)) (versions ((version "3.1.5") (synopsis "String matching for filenames (glob, a la BASH)") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Radey Shouman") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/filename/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/filename/SLIB-3b5-r7rs/slib-filename-SLIB-3b5-r7rs.tgz")) (content (sha256 "924adc1bad2f2f2d7f8607caad240ef0575c5b0bcc0f9f935a4ca7e66195b2a1"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((slib common) "*"))))) (package (name (slib format)) (versions ((version "3.1.5") (synopsis "Common LISP text output formatter") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Dirk Lutzebaeck" " Ken Dickey" " Aubrey Jaffer") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/format/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/format/SLIB-3b5-r7rs/slib-format-SLIB-3b5-r7rs.tgz")) (content (sha256 "5fa9e9b5a66ad7fb896fcd37c4b97e1c450c7133b2b7b917ee3d19cddf7d4cbb"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((slib common) "*") ((slib pretty-print) "*") ((slib string-case) "*") ((slib string-port) "*"))))) (package (name (slib fourier-transform)) (versions ((version "3.1.5") (synopsis "Discrete Fourier Transform") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Aubrey Jaffer") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/fourier-transform/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/fourier-transform/SLIB-3b5-r7rs/slib-fourier-transform-SLIB-3b5-r7rs.tgz")) (content (sha256 "545b74a2e601d88b9960c0bc6772f1c805b0d8e774af20c831d7bd3bf8596ae1"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((slib subarray) "*") ("chez-srfi" ">=0.0.0-akku.74"))))) (package (name (slib generic-write)) (versions ((version "3.1.5") (synopsis "Generic write") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Marc Feeley") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/generic-write/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/generic-write/SLIB-3b5-r7rs/slib-generic-write-SLIB-3b5-r7rs.tgz")) (content (sha256 "31e2c198c67b4334d45a95011912990bc261013e36a211cdc51670368e93a129"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (slib line-io)) (versions ((version "3.1.5") (synopsis "Line oriented input/output functions") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Aubrey Jaffer") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/line-io/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/line-io/SLIB-3b5-r7rs/slib-line-io-SLIB-3b5-r7rs.tgz")) (content (sha256 "6b5a434f4ca35cb74916578076778a1d8628dbe8720362ac496b58925d60e5af"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((slib common) "*") ((slib filename) "*"))))) (package (name (slib math-integer)) (versions ((version "3.1.5") (synopsis "Mathematical functions restricted to exact integers") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs-1" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Aubrey Jaffer") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/math-integer/SLIB-3b5-r7rs-1/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/math-integer/SLIB-3b5-r7rs-1/slib-math-integer-SLIB-3b5-r7rs-1.tgz")) (content (sha256 "af23642e7566b3522f9091288569144c80eef03439ce322dd30ec299484a240c"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ("chez-srfi" ">=0.0.0-akku.74"))))) (package (name (slib math-real)) (versions ((version "3.1.5") (synopsis "Mathematical functions restricted to real numbers") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs-1" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Aubrey Jaffer") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/math-real/SLIB-3b5-r7rs-1/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/math-real/SLIB-3b5-r7rs-1/slib-math-real-SLIB-3b5-r7rs-1.tgz")) (content (sha256 "2ffeb7b868551916d418bdf9f1c947e799f489ab479f534f9ee5ba09addaa380"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((slib common) "*"))))) (package (name (slib minimize)) (versions ((version "3.1.5") (synopsis "Finds minimum value of a function") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Lars Arvestad") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/minimize/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/minimize/SLIB-3b5-r7rs/slib-minimize-SLIB-3b5-r7rs.tgz")) (content (sha256 "93ca3ffaef94cd90d6d495c2b3c0db750e1a16850aa8443725cb98116754bb14"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((slib common) "*"))))) (package (name (slib modular)) (versions ((version "3.1.5") (synopsis "Modular fixnum arithmetic") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Aubrey Jaffer") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/modular/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/modular/SLIB-3b5-r7rs/slib-modular-SLIB-3b5-r7rs.tgz")) (content (sha256 "d45a4c32b22163eef93b74ae42529a52165ca3dea034bd3410c9a46f88d5738e"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((slib common) "*"))))) (package (name (slib nbs-iscc)) (versions ((version "3.1.5") (synopsis "NBS/ISCC Color System") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Aubrey Jaffer") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/nbs-iscc/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/nbs-iscc/SLIB-3b5-r7rs/slib-nbs-iscc-SLIB-3b5-r7rs.tgz")) (content (sha256 "c65be8de29e72af4878583c48e875f48d54833167fe0287757978d4b171e91c5"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((slib color) "*") ("chez-srfi" ">=0.0.0-akku.74"))))) (package (name (slib posix-time)) (versions ((version "3.1.5") (synopsis "POSIX time conversion routines") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Aubrey Jaffer") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/posix-time/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/posix-time/SLIB-3b5-r7rs/slib-posix-time-SLIB-3b5-r7rs.tgz")) (content (sha256 "1d3721a1cd6de2ec183bd7bc107047524baf47389e4886edf2ba6f2eb29f71c3"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((slib time-core) "*") ((slib time-zone) "*"))))) (package (name (slib pprint-file)) (versions ((version "3.1.5") (synopsis "Pretty print a Scheme file") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Aubrey Jaffer") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/pprint-file/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/pprint-file/SLIB-3b5-r7rs/slib-pprint-file-SLIB-3b5-r7rs.tgz")) (content (sha256 "ceba258740a178650d21d0c5f5dd60366c472cf93281a669f11556a111e7e587"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((slib common) "*") ((slib pretty-print) "*"))))) (package (name (slib pretty-print)) (versions ((version "3.1.5") (synopsis "Pretty printing") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Aubrey Jaffer") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/pretty-print/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/pretty-print/SLIB-3b5-r7rs/slib-pretty-print-SLIB-3b5-r7rs.tgz")) (content (sha256 "ca76f30ada0dc85e99ac1442cb7f2ff72bd203c4917d0c483308e38029c56393"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((slib common) "*") ((slib generic-write) "*"))))) (package (name (slib printf)) (versions ((version "3.1.5") (synopsis "Implementation of standard C functions") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Aubrey Jaffer and Radey Shouman") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/printf/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/printf/SLIB-3b5-r7rs/slib-printf-SLIB-3b5-r7rs.tgz")) (content (sha256 "c86aa3efe26f514cbd11aeb03ade2ee1b3c6ac028db52c6b2454c20d378ac924"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((slib generic-write) "*"))))) (package (name (slib queue)) (versions ((version "3.1.5") (synopsis "Queue/Stack data structure") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Andrew Wilcox") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/queue/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/queue/SLIB-3b5-r7rs/slib-queue-SLIB-3b5-r7rs.tgz")) (content (sha256 "a0d035502d72b9c8ac5ee23a2445cf94a312408be11e009d52b22b43904631f4"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (slib random-inexact)) (versions ((version "3.1.5") (synopsis "Pseudo-Random inexact real numbers") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Aubrey Jaffer") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/random-inexact/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/random-inexact/SLIB-3b5-r7rs/slib-random-inexact-SLIB-3b5-r7rs.tgz")) (content (sha256 "ada77b92756718b4867f0a4925ec97f6a39c2089359871a77f2b3176bd9de15d"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ("chez-srfi" ">=0.0.0-akku.74"))))) (package (name (slib rationalize)) (versions ((version "3.1.5") (synopsis "Find simplest number ratios") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Aubrey Jaffer") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/rationalize/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/rationalize/SLIB-3b5-r7rs/slib-rationalize-SLIB-3b5-r7rs.tgz")) (content (sha256 "ad97f49209172ea1be0ec1eb9059bc593349fc1f5d6e17605bffa5721ce61e40"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (slib resene)) (versions ((version "3.1.5") (synopsis "Resene Color System") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Aubrey Jaffer") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/resene/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/resene/SLIB-3b5-r7rs/slib-resene-SLIB-3b5-r7rs.tgz")) (content (sha256 "d78d83e8ce9d1ad4681fff6284cbb07686d4917f5e5b4c8f0e1e3d435c058fe3"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((slib color) "*") ("chez-srfi" ">=0.0.0-akku.74"))))) (package (name (slib rev2-procedures)) (versions ((version "3.1.5") (synopsis "Implementation of some R2RS procedures eliminated in subsequence versions") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Aubrey Jaffer") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/rev2-procedures/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/rev2-procedures/SLIB-3b5-r7rs/slib-rev2-procedures-SLIB-3b5-r7rs.tgz")) (content (sha256 "9a65b6ef513df1fb6c7b3bb1f0e43d2f67736b3880d3937f68a905f87b6d7ef1"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ("chez-srfi" ">=0.0.0-akku.74"))))) (package (name (slib saturate)) (versions ((version "3.1.5") (synopsis "Saturated Color Dictionary") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Aubrey Jaffer") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/saturate/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/saturate/SLIB-3b5-r7rs/slib-saturate-SLIB-3b5-r7rs.tgz")) (content (sha256 "97d5a99446a70f5f715311a464f6ecc382eeb718e1f9b3e52a32865a784e8d9e"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((slib color) "*") ("chez-srfi" ">=0.0.0-akku.74"))))) (package (name (slib scanf)) (versions ((version "3.1.5") (synopsis "Implementation of POSIX-style formatted input") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Aubrey Jaffer") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/scanf/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/scanf/SLIB-3b5-r7rs/slib-scanf-SLIB-3b5-r7rs.tgz")) (content (sha256 "8bbb523308395d2109eba4d29435ed87d34a7b861e0e8ea1ae95cb6b26d064ae"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((slib common) "*") ((slib string-port) "*"))))) (package (name (slib soundex)) (versions ((version "3.1.5") (synopsis "Original Soundex algorithm") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "jjb and L.J.Buitinck") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/soundex/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/soundex/SLIB-3b5-r7rs/slib-soundex-SLIB-3b5-r7rs.tgz")) (content (sha256 "8d8b3e194c39791adcfcba0347d6d147be3e4969b34856129e96bd903f86d442"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ("chez-srfi" ">=0.0.0-akku.74"))))) (package (name (slib string-case)) (versions ((version "3.1.5") (synopsis "String casing functions") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Dirk Lutzebaeck" " Ken Dickey and Aubrey Jaffer") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/string-case/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/string-case/SLIB-3b5-r7rs/slib-string-case-SLIB-3b5-r7rs.tgz")) (content (sha256 "d1e81607bd042ef694ff1ddbcc61e6a11e7b0af08dd70e228e23afcb40ac24f8"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((slib common) "*"))))) (package (name (slib string-port)) (versions ((version "3.1.5") (synopsis "Portable string ports") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Dorai Sitaram and Aubrey Jaffer") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/string-port/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/string-port/SLIB-3b5-r7rs/slib-string-port-SLIB-3b5-r7rs.tgz")) (content (sha256 "a36d8f1643a41db17fc8e9f1971148d997fcfc4ecf745a9ee4bc007a56c72c83"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (slib string-search)) (versions ((version "3.1.5") (synopsis "Functions for working with and searching within strings") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Oleg Kiselyov" " Aubrey Jaffer and Steve VanDevender") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/string-search/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/string-search/SLIB-3b5-r7rs/slib-string-search-SLIB-3b5-r7rs.tgz")) (content (sha256 "b32f539326abebc0ac8169a2dd1085944ce244ae8e29eee9ae79c6a886662d7c"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((slib alist) "*"))))) (package (name (slib subarray)) (versions ((version "3.1.5") (synopsis "Accessing parts of arrays") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Aubrey Jaffer and Radey Shouman") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/subarray/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/subarray/SLIB-3b5-r7rs/slib-subarray-SLIB-3b5-r7rs.tgz")) (content (sha256 "1125a4a2fa9400291c8e3a4e8b68471573f5813ea0aefc0ab3a7ca4ca75dedc7"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ("chez-srfi" ">=0.0.0-akku.74"))))) (package (name (slib time-core)) (versions ((version "3.1.5") (synopsis "Core time conversion routines") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Aubrey Jaffer") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/time-core/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/time-core/SLIB-3b5-r7rs/slib-time-core-SLIB-3b5-r7rs.tgz")) (content (sha256 "3385839c98ab9b1bc68347baee280b8071dd73b1aed3ee3d1547161b9ced3630"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (slib time-zone)) (versions ((version "3.1.5") (synopsis "Compute timezones and DST from TZ environment variable") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Aubrey Jaffer") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/time-zone/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/time-zone/SLIB-3b5-r7rs/slib-time-zone-SLIB-3b5-r7rs.tgz")) (content (sha256 "60bcdd2a1254ff42eda3e5c04a4cc18d7114698b1639a752ec338e448e1dc4f7"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((slib common) "*") ((slib scanf) "*") ((slib time-core) "*") ((slib tzfile) "*"))))) (package (name (slib topological-sort)) (versions ((version "3.1.5") (synopsis "Topological sort") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Mikael Djurfeldt") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/topological-sort/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/topological-sort/SLIB-3b5-r7rs/slib-topological-sort-SLIB-3b5-r7rs.tgz")) (content (sha256 "8f8039cd024f360b9ab1800e41ef66b1fdb1fc5b3e998e309c0c5186a95ea5b2"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ("chez-srfi" ">=0.0.0-akku.74"))))) (package (name (slib tree)) (versions ((version "3.1.5") (synopsis "Implementation of COMMON LISP tree functions") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Aubrey Jaffer") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/tree/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/tree/SLIB-3b5-r7rs/slib-tree-SLIB-3b5-r7rs.tgz")) (content (sha256 "215900d6e5c6fff4e9f77000c6061b3dc126cb9ac2c6430f343cb589ac073827"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (slib tzfile)) (versions ((version "3.1.5") (synopsis "Read sysV style (binary) timezone file") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Aubrey Jaffer") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/tzfile/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/tzfile/SLIB-3b5-r7rs/slib-tzfile-SLIB-3b5-r7rs.tgz")) (content (sha256 "6f77c976ba6e41b0a5d65383d0c2217786fb0fe7fd34ebb5cbc0d5f5c784b8f3"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((slib byte) "*") ((slib common) "*"))))) (package (name (slib uri)) (versions ((version "3.1.5") (synopsis "Construct and decode Uniform Resource Identifiers") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Aubrey Jaffer") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/uri/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/uri/SLIB-3b5-r7rs/slib-uri-SLIB-3b5-r7rs.tgz")) (content (sha256 "dd009379a2b642fab5fb42a13122169bbf044343930cebf05930012bc45aa30f"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((slib coerce) "*") ((slib common) "*") ((slib directory) "*") ((slib printf) "*") ((slib scanf) "*") ((slib string-case) "*") ((slib string-search) "*") ("chez-srfi" ">=0.0.0-akku.74"))))) (package (name (slib wt-tree)) (versions ((version "3.1.5") (synopsis "Weight balanced trees") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs-1" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Stephen Adams") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/wt-tree/SLIB-3b5-r7rs-1/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/wt-tree/SLIB-3b5-r7rs-1/slib-wt-tree-SLIB-3b5-r7rs-1.tgz")) (content (sha256 "2c24d746496b212d590217c35e02aa2cf70da13adee3c2e22780149c1ed60d83"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (slib xml-parse)) (versions ((version "3.1.5") (synopsis "XML parsing and conversion to SXML") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: SLIB-3b5-r7rs" "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Aubrey Jaffer") (homepage "http://snow-fort.org/s/peterlane.info/peter/slib/xml-parse/SLIB-3b5-r7rs/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/slib/xml-parse/SLIB-3b5-r7rs/slib-xml-parse-SLIB-3b5-r7rs.tgz")) (content (sha256 "14f514013c32cfa82f3b976c2a40b7d5450f777349ded314c4aeb82ca9ceb291"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((slib common) "*") ((slib rev2-procedures) "*") ((slib string-search) "*") ("chez-srfi" ">=0.0.0-akku.74"))))) (package (name (srfi 19)) (versions ((version "1.0.1") (synopsis "Implementation of SRFI 19 'Time Data Types and Procedures'") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: (mit)" "Maintainers: Geoff Taylor .") (license "MIT") (authors "Will Fitzgerald") (homepage "http://snow-fort.org/s/opinionatedgeek.com/snow-fort.org/srfi/19/1.0.1/index.html") (lock (location (url "http://snow-fort.org/s/opinionatedgeek.com/snow-fort.org/srfi/19/1.0.1/srfi-19-1.0.1.tgz")) (content (sha256 "08b5a0340eb153b8005decc4cda0a0b2a2967653f51d2d8b7d7e5b2245f08c6a"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (srfi 42)) (versions ((version "0.1.0") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: 0.1" "Original license field: (CC0)") (license "NOASSERTION") (authors "lockywolf@gmail.com") (homepage "http://snow-fort.org/s/gmail.com/lockywolf/srfi/42/0.1/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/lockywolf/srfi/42/0.1/srfi-42-0.1.tgz")) (content (sha256 "809cad22d152218d2bad6ee316e3020968c48f5869beadaa3fc3d0bb783faa87"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ("chez-srfi" ">=0.0.0-akku.74"))))) (package (name (srfi 60)) (versions ((version "1.0.0") (synopsis "Bit access and operations") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Aubrey Jaffer") (homepage "http://snow-fort.org/s/peterlane.info/peter/srfi/60/1.0.0/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/srfi/60/1.0.0/srfi-60-1.0.0.tgz")) (content (sha256 "e9eb9a762bd66d09f2d63343571e7492965ba0a9c48bbfb45006932419e31631"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (srfi 63)) (versions ((version "1.0.0") (synopsis "Homogeneous and Heterogeneous Arrays") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: N/A" "Maintainers: Peter Lane .") (license "NOASSERTION") (authors "Aubrey Jaffer") (homepage "http://snow-fort.org/s/peterlane.info/peter/srfi/63/1.0.0/index.html") (lock (location (url "http://snow-fort.org/s/peterlane.info/peter/srfi/63/1.0.0/srfi-63-1.0.0.tgz")) (content (sha256 "0b8a805dd242438a45acbce96aa3c4fc6ce7e15ca7051ea07bd75a3f88cd403f"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (srfi 64)) (versions ((version "0.1.0") (synopsis "Reference implementation of SRFI-54: A Scheme API for test suites") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: N/A" "Maintainers: Robert Fisher.") (license "NOASSERTION") (authors "Per Bothner" "Alex Shinn" "Álvaro Castro-Castilla" "Mark H Weaver" "Donovan Kolby") (homepage "http://snow-fort.org/s/fisher.cx/robert/srfi/64/0.1.0/index.html") (lock (location (url "http://snow-fort.org/s/fisher.cx/robert/srfi/64/0.1.0/srfi-64-0.1.0.tgz")) (content (sha256 "ae07145fe5d22fe83954af4c7e36f86e1e96f88d46588a4bc43844a00935a7f2"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ("chez-srfi" ">=0.0.0-akku.74"))))) (package (name (srfi 78)) (versions ((version "0.1.0") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: 0.1" "Original license field: (CC0)") (license "NOASSERTION") (authors "lockywolf@gmail.com") (homepage "http://snow-fort.org/s/gmail.com/lockywolf/srfi/78/0.1/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/lockywolf/srfi/78/0.1/srfi-78-0.1.tgz")) (content (sha256 "83cb79f0eb3daa004202c23b4d1f69f1b7a76c403f09fb4f37afea666037a32b"))) (depends ("chez-srfi" ">=0.0.0-akku.74") ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (srfi 156)) (versions ((version "1.0.0") (synopsis "Reference implementation of SRFI-156: Syntactic combiners for binary predicates") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: N/A" "Maintainers: Robert Fisher.") (license "NOASSERTION") (authors "Panicz Maciej Godek") (homepage "http://snow-fort.org/s/fisher.cx/robert/srfi/156/1.0.0/index.html") (lock (location (url "http://snow-fort.org/s/fisher.cx/robert/srfi/156/1.0.0/srfi-156-1.0.0.tgz")) (content (sha256 "73f53cc757e2fbe59ef48395c2d2ab94cad6b2a7febd8d0db53110e28e664fd1"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ("chez-srfi" ">=0.0.0-akku.74") ((chibi test) "*"))))) (package (name (srfi 175)) (versions ((version "0.1.0") (synopsis "SRFI 175: ASCII character library") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: 0.1" "Original license field: (MIT)" "Maintainers: Lassi Kortela .") (license "NOASSERTION") (authors "Lassi Kortela") (homepage "http://snow-fort.org/s/lassi.io/lassi/srfi/175/0.1/index.html") (lock (location (url "http://snow-fort.org/s/lassi.io/lassi/srfi/175/0.1/srfi-175-0.1.tgz")) (content (sha256 "0280567051682f58e3bf1817c23c68024b92ce3f855f69ee2f76c842813c0d5c"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))) ((version "1.0.0") (synopsis "SRFI 175: ASCII character library") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: 1.0" "Original license field: (MIT)" "Maintainers: Lassi Kortela .") (license "NOASSERTION") (authors "Lassi Kortela") (homepage "http://snow-fort.org/s/lassi.io/lassi/srfi/175/1.0/index.html") (lock (location (url "http://snow-fort.org/s/lassi.io/lassi/srfi/175/1.0/srfi-175-1.0.tgz")) (content (sha256 "3f0dc202251425dd9d0508d9833aeec614cf149957abfbc8b595009d045bbe5c"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (tex-parser)) (versions ((version "0.1.0") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: 0.1" "Original license field: N/A" "Maintainers: Lassi Kortela .") (license "NOASSERTION") (authors "Lassi Kortela") (homepage "http://snow-fort.org/s/lassi.io/lassi/tex-parser/0.1/index.html") (lock (location (url "http://snow-fort.org/s/lassi.io/lassi/tex-parser/0.1/tex-parser-0.1.tgz")) (content (sha256 "507e3dc0d04411f9f00db7d835b5270c82103c90a10040d4433de34c44340cbb"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((read-char-if) "*"))))) (package (name (thunknyc expand-braces)) (versions ((version "0.1.1") (synopsis "Expand UNIX-shell style brace expressions") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: N/A") (license "NOASSERTION") (authors "Edwin Watkeys ") (homepage "http://snow-fort.org/s/poseur.com/edw/thunknyc/expand-braces/0.1.1/index.html") (lock (location (url "http://snow-fort.org/s/poseur.com/edw/thunknyc/expand-braces/0.1.1/thunknyc-expand-braces-0.1.1.tgz")) (content (sha256 "eff4b0cabee5608f7d8f706a4eb7d241f816af1e91b7240109d1f474e69a1a4a"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ("chez-srfi" ">=0.0.0-akku.74"))))) (package (name (thunknyc json)) (versions ((version "0.1.3") (synopsis "Simple JSON parsing library") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: N/A") (license "NOASSERTION") (authors "Edwin Watkeys ") (homepage "http://snow-fort.org/s/poseur.com/edw/thunknyc/json/0.1.3/index.html") (lock (location (url "http://snow-fort.org/s/poseur.com/edw/thunknyc/json/0.1.3/thunknyc-json-0.1.3.tgz")) (content (sha256 "b3d1d01b6a76875e3d1f7bb280e98b6bfd878e53697e9263527d19969617acf8"))) (depends ("akku-r7rs" "^1.0.0-beta.3") ((chibi parse) "*"))))) (package (name (trivial-tar-writer)) (versions ((version "0.1.0") (synopsis "Simplest way to output uncompressed .tar file") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: 0.1" "Original license field: (ISC)" "Maintainers: Lassi Kortela .") (license "ISC") (authors "Lassi Kortela") (homepage "http://snow-fort.org/s/lassi.io/lassi/trivial-tar-writer/0.1/index.html") (lock (location (url "http://snow-fort.org/s/lassi.io/lassi/trivial-tar-writer/0.1/trivial-tar-writer-0.1.tgz")) (content (sha256 "8eab97e5f9205ed12915b14205f65b85443e9627463866436de79f5ec20bf41a"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (unpack-assoc)) (versions ((version "0.1.0") (synopsis "Alist/hash-table destructuring case macros") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original version number: 0.1" "Original license field: (ISC)" "Maintainers: Lassi Kortela .") (license "ISC") (authors "Lassi Kortela") (homepage "http://snow-fort.org/s/lassi.io/lassi/unpack-assoc/0.1/index.html") (lock (location (url "http://snow-fort.org/s/lassi.io/lassi/unpack-assoc/0.1/unpack-assoc-0.1.tgz")) (content (sha256 "5c41ef07d210ddd1424c12cd38b44424afec0d37618c746ece31f2a3831d9e9a"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name (yasos)) (versions ((version "1.0.1") (synopsis "simple objects") (description "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0." "Original license field: N/A" "Maintainers: Jason K MacDuffie .") (license "NOASSERTION") (authors "Kenneth A. Dickey") (homepage "http://snow-fort.org/s/gmail.com/taknamay/yasos/1.0.1/index.html") (lock (location (url "http://snow-fort.org/s/gmail.com/taknamay/yasos/1.0.1/yasos-1.0.1.tgz")) (content (sha256 "5a7c4d8171f98e37e40b4f3af9b5fe3d2ab24dfd6a73f28014f0ba87abfc6f2d"))) (depends ("akku-r7rs" "^1.0.0-beta.3"))))) (package (name "TerribleTLS") (versions ((version "0.1.0-alpha.0") (synopsis "Inadvisible pure-Scheme TLS client") (description "This is a TLS 1.0 and 1.1 client written purely in R6RS Scheme." "Using it in its current version is inadvisible. Dozens of new pitfalls in the implementation technques of TLS have been discovered since it was written.") (authors "Göran Weinholt ") (license "MIT") (lock (location (git "https://gitlab.com/weinholt/TerribleTLS.git")) (tag "v0.1.0-alpha.0") (revision "296851aabe6d481c3f4d77a5a51ae7148afa4101")) (depends ("hashing" "^1.0.0") ("industria" "^2.0.0") ("struct-pack" "^1.0.0") ("chez-srfi" "^0.0.0-akku")) (depends/dev) (conflicts)) ((version "0.1.0-alpha.1") (synopsis "Inadvisible pure-Scheme TLS client") (description "This is a TLS 1.0 and 1.1 client written purely in R6RS Scheme." "Using it in its current version is inadvisible. Dozens of new pitfalls in the implementation techniques of TLS have been discovered since it was written.") (authors "Göran Weinholt ") (license "MIT") (lock (location (git "https://gitlab.com/weinholt/TerribleTLS.git")) (tag "v0.1.0-alpha.1") (revision "b84c5d16912b5b8778cc57b31af421a6c5b70293")) (depends ("hashing" "^1.0.0") ("industria" "^2.1.0-beta") ("struct-pack" "^1.0.0") ("chez-srfi" "^0.0.0-akku")) (depends/dev) (conflicts)))) (package (name "adios") (versions ((version "0.1.0") (synopsis "A simple prototype-based object system for Chez Scheme that supports single inheritance") (authors "Metaphorm Solutions, Inc.") (homepage "https://github.com/metaphorm/adios") (license "Apache-2.0") (lock (location (git "https://github.com/metaphorm/adios")) (revision "5343eaa492e791598c2d4d83b2f8bbea54d95ab9")) (depends) (depends/dev) (conflicts)))) (package (name "aeolus") (versions ((version "0.0.0-akku.34.2a43103") (synopsis "R7RS cryptographic library") (description "Aeolus is an R7RS cryptographic library. The goal for\nthis library is to provide pure R7RS cryptographic library which\ncan be used to implement secure protocols such as TLS or SSH.") (authors "Takashi Kato") (license "BSD-2-Clause") (lock (location (git "https://github.com/ktakashi/aeolus")) (revision "2a431037ea53cb9dfb5b585ab5c3fbc25374ce8b")) (depends ("akku-r7rs" "^1.0.0-beta.2")) (depends/dev) (conflicts)))) (package (name "agave") (versions ((version "0.0.0-akku.103.f95c7df") (synopsis "Low-glycemic OpenGL hacking for R6RS Scheme") (authors "dharmatech ") (license "Apache-2.0") (lock (location (git "https://github.com/dharmatech/agave")) (revision "f95c7df447bcbe178fcb015c43c183b755f9faad")) (depends ("dharmalab" "^0.0.0-akku") ("surfage" "^0.0.0-akku") ("xitomatl" "^0.0.0-akku")) (depends/dev) (conflicts)) ((version "0.0.1-akku.103.f95c7df") (synopsis "Low-glycemic OpenGL hacking for R6RS Scheme") (authors "dharmatech ") (license "Apache-2.0") (lock (location (git "https://github.com/dharmatech/agave")) (revision "f95c7df447bcbe178fcb015c43c183b755f9faad")) (depends ("dharmalab" "^0.0.0-akku") ("surfage" "^0.0.0-akku") ("xitomatl" "^0.0.0-akku") ("chez-gl" "^1.0.0")) (depends/dev) (conflicts)))) (package (name "akku") (versions ((version "0.2.1") (synopsis "Language package manager for Scheme") (authors "Göran Weinholt ") (license "(GPL-3.0-or-later AND MIT AND LicenseRef-BSD-3-Clause-New-Style)") (lock (location (git "https://github.com/weinholt/akku.git")) (tag "v0.2.1") (revision "25e4dbc42836f2e8cf5ba814bbaad4c618283616")) (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")) (depends/dev) (conflicts)) ((version "0.2.2") (synopsis "Language package manager for Scheme") (authors "Göran Weinholt ") (license "(GPL-3.0-or-later AND MIT AND LicenseRef-BSD-3-Clause-New-Style)") (lock (location (git "https://github.com/weinholt/akku.git")) (tag "v0.2.2") (revision "b36aa3d64c43d5edc63e200139e93a8c32db072a")) (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")) (depends/dev) (conflicts)) ((version "0.2.3") (synopsis "Language package manager for Scheme") (description "Akku.scm is a language package manager for Scheme. It\ngrabs hold of code and vigorously shakes it until it behaves\nproperly." " - 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\nlibrary directory." " - Scan repositories for R6RS libraries, even multiple per file,\nand copy them to the right file paths for any supported Scheme." " - Resolve all files needed for compilation and scan them for\nlicense notices.") (authors "Göran Weinholt ") (homepage "https://akkuscm.org/") (license "(GPL-3.0-or-later AND MIT AND LicenseRef-BSD-3-Clause-New-Style)") (lock (location (git "https://github.com/weinholt/akku.git")) (tag "v0.2.3") (revision "5e65278b1a2c13dd470ba544528b60570c28b0f8")) (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")) (depends/dev) (conflicts)) ((version "0.3.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." " - 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 files needed for compilation and scan them for license notices.") (authors "Göran Weinholt ") (homepage "https://akkuscm.org/") (license "(GPL-3.0-or-later AND MIT AND LicenseRef-BSD-3-Clause-New-Style)") (lock (location (git "https://github.com/weinholt/akku.git")) (tag "v0.3.0") (revision "9f725f424234ed097ec813095628ea66a92c15dd")) (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")) (depends/dev) (conflicts)) ((version "0.3.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 files needed for compilation and scan them for license notices.") (authors "Göran Weinholt ") (homepage "https://akkuscm.org/") (license "(GPL-3.0-or-later AND MIT AND LicenseRef-BSD-3-Clause-New-Style)") (lock (location (git "https://github.com/weinholt/akku.git")) (tag "v0.3.1") (revision "4a10df08c591490d8b4c4cd82ae3c22dc981dcda")) (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")) (depends/dev) (conflicts)) ((version "0.4.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." " - 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 (git "https://github.com/weinholt/akku.git")) (tag "v0.4.0") (revision "56db08c9ae3869550618ad9eca67bf269ac6512c")) (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)) ((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 (git "https://github.com/weinholt/akku.git")) (tag "v0.4.1") (revision "e68b27c140a6537a814b47d4789a144e1a8f9107")) (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)) ((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)) ((version "0.5.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." " - 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.1") (revision "f3d99f4b2d7d248547d7f56cd47e3cf4bdf90dfb")) (depends ("chez-srfi" "~0.0.0-akku.82") ("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)) ((version "1.0.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 "v1.0.0") (revision "d4757d3efe2d5bf615ad680fda5f0c5e41775eac")) (depends ("chez-srfi" "~0.0.0-akku.82") ("industria" "^2.1.0") ("spells" "~0.0.0-akku") ("semver" "^1.0.3") ("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") ("hashing" "^1.1.0") ("compression" "^0.1.2") ("laesare" "^1.0.0") ("r6rs-pffi" "^1.0.0") ((chibi match) "^0.7.3") ("akku-r7rs" "^1.0.0-beta.4")) (depends/dev) (conflicts)) ((version "1.0.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." " - 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://gitlab.com/akkuscm/akku.git")) (tag "v1.0.1") (revision "c595cb9ab1e29dece7772eea56044efb284c6aa0")) (depends ("chez-srfi" "~0.0.0-akku.82") ("industria" "^2.1.0") ("spells" "~0.0.0-akku") ("semver" "^1.0.3") ("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") ("hashing" "^1.1.0") ("compression" "^0.1.2") ("laesare" "^1.0.0") ("r6rs-pffi" "^1.0.0") ((chibi match) "^0.7.3") ("akku-r7rs" "^1.0.0-beta.4")) (depends/dev) (conflicts)))) (package (name "akku-r7rs") (versions ((version "1.0.0-alpha.0") (synopsis "R7RS standard library for Akku.scm") (description "Akku.scm has the ability to convert R7RS define-library forms to R6RS library forms. This package provides the R7RS standard library for use with such converted libraries." "Akku.scm 0.3.0 or later is required.") (authors "Göran Weinholt ") (license "CC0-1.0") (lock (location (git "https://gitlab.com/akkuscm/akku-r7rs.git")) (tag "v1.0.0-alpha.0") (revision "59a453b83a8ebd27828c48f249d075c663d7e9df")) (depends ("chez-srfi" "^0.0.0-akku") ("laesare" "^1.0.0-alpha.0")) (depends/dev) (conflicts)) ((version "1.0.0-beta.0") (synopsis "R7RS standard library for Akku.scm") (description "Akku.scm has the ability to convert R7RS define-library forms to R6RS library forms. This package provides the R7RS standard library for use with such converted libraries." "Limitations/bugs: syntax-rules does not support underscore (_) in the literals list; Chez or Guile is required for full support." "Akku.scm 0.3.0 or later is required.") (authors "Göran Weinholt " "okuoku") (license "CC0-1.0") (lock (location (git "https://gitlab.com/akkuscm/akku-r7rs.git")) (tag "v1.0.0-beta.0") (revision "c6c09eaf4c83059e308f2383021ed19b93028645")) (depends ("chez-srfi" "^0.0.0-akku") ("laesare" "^1.0.0-alpha.0")) (depends/dev) (conflicts)) ((version "1.0.0-beta.1") (synopsis "R7RS standard library for Akku.scm") (description "Akku.scm has the ability to convert R7RS define-library forms to R6RS library forms. This package provides the R7RS standard library for use with such converted libraries." "Limitations/bugs: syntax-rules does not support underscore (_) in the literals list; Chez or Guile is required for full support." "Akku.scm 0.3.0 or later is required.") (authors "Göran Weinholt " "okuoku") (license "CC0-1.0") (lock (location (git "https://gitlab.com/akkuscm/akku-r7rs.git")) (tag "v1.0.0-beta.1") (revision "07ff38fef0d2f62bcda43ea41f01f7a4f0c79dfb")) (depends ("chez-srfi" "^0.0.0-akku") ("laesare" "^1.0.0-alpha.0")) (depends/dev) (conflicts)) ((version "1.0.0-beta.2") (synopsis "R7RS standard library for Akku.scm") (description "Akku.scm has the ability to convert R7RS define-library forms to R6RS library forms. This package provides the R7RS standard library for use with such converted libraries." "Chez or Guile is required for full support." "Akku.scm 0.3.0 or later is required.") (authors "Göran Weinholt " "okuoku") (license "CC0-1.0") (lock (location (git "https://gitlab.com/akkuscm/akku-r7rs.git")) (tag "v1.0.0-beta.2") (revision "5f1d2f241abe1ae4cebe5f128b1a8c18034789c2")) (depends ("chez-srfi" "^0.0.0-akku") ("laesare" "^1.0.0-alpha.1")) (depends/dev) (conflicts)) ((version "1.0.0-beta.3") (synopsis "R7RS standard library for Akku.scm") (description "Akku.scm has the ability to convert R7RS define-library forms to R6RS library forms. This package provides the R7RS standard library for use with such converted libraries." "Chez or Guile is required for full support." "Akku.scm 0.3.0 or later is required.") (authors "Göran Weinholt " "okuoku") (license "CC0-1.0") (lock (location (git "https://gitlab.com/akkuscm/akku-r7rs.git")) (tag "v1.0.0-beta.3") (revision "387c6c365595c4a2e7ee3133f89161f1f3163488")) (depends ("chez-srfi" "^0.0.0-akku") ("laesare" "^1.0.0-alpha.1")) (depends/dev) (conflicts)) ((version "1.0.0-beta.4") (synopsis "R7RS standard library for Akku.scm") (description "Akku.scm has the ability to convert R7RS define-library forms to R6RS library forms. This package provides the R7RS standard library for use with such converted libraries." "Chez or Guile is required for full support." "Akku.scm 0.3.0 or later is required. When used with Akku 1.0.0 or later it does not conflict with the built-in support in Larceny and Sagittarius.") (authors "Göran Weinholt " "okuoku") (license "CC0-1.0") (lock (location (git "https://gitlab.com/akkuscm/akku-r7rs.git")) (tag "v1.0.0-beta.4") (revision "ca21d9724e46b6b0ff03089f2a7bfc6f981fe959")) (depends ("chez-srfi" "^0.0.0-akku") ("laesare" "^1.0.0-alpha.1")) (depends/dev) (conflicts)))) (package (name "chez-gl") (versions ((version "1.0.0") (synopsis "3D library: GL, GLU and GLUT for Chez Scheme") (description "Ed Cavazos's Chez port of the GL bindings from Ypsilon." "For examples, see the agave package.") (authors "Yoshikatsu Fujita") (license "BSD-3-Clause") (lock (location (git "https://github.com/dharmatech/chez-gl")) (revision "8a107813dcf4348bb9539ac887ad3b742aee618e")) (depends) (depends/dev) (conflicts)))) (package (name "chez-sockets") (versions ((version "0.0.0-akku.13.c3fc663") (synopsis "Full Blown, portable, and extensible sockets library for Chez Scheme") (authors "Aaron W. Hsu") (license "0BSD") (scripts (cond-expand ((and linux pre-install) (run "echo Email compilation errors to bugs at akkuscm.org") (run "make sockets-stub.so socket-ffi-values.so SCHEMEH=$(dirname $(which scheme))/../lib/csv$(scheme --version)$(echo '(machine-type)' | scheme -q)")) (post-install (run "cp sockets-stub.so socket-ffi-values.so \"$akku_path_lib_ffi\"")))) (lock (location (git "https://github.com/arcfide/chez-sockets")) (revision "c3fc66351a5846cd6ac94f191b727f8ddd67bc86")) (depends) (depends/dev) (conflicts)) ((version "0.0.0-akku.13.c3fc663.1") (synopsis "Full Blown, portable, and extensible sockets library for Chez Scheme") (authors "Aaron W. Hsu") (license "0BSD") (scripts (cond-expand ((and linux pre-install) (run "echo Email compilation errors to bugs at akkuscm.org") (run "make sockets-stub.so socket-ffi-values.so SCHEMEH=$(dirname $(which scheme))/../lib/csv$(scheme --version 2>&1)/$(echo '(machine-type)' | scheme -q)")) (post-install (run "cp sockets-stub.so socket-ffi-values.so \"$akku_path_lib_ffi\"")))) (lock (location (git "https://github.com/arcfide/chez-sockets")) (revision "c3fc66351a5846cd6ac94f191b727f8ddd67bc86")) (depends) (depends/dev) (conflicts)))) (package (name "chez-srfi") (versions ((version "0.0.0-akku.53.73bbf95") (synopsis "Portable SRFI collection") (authors "Et al.") (homepage "https://srfi.schemers.org/") (license "MIT") (lock (location (git "https://github.com/arcfide/chez-srfi")) (revision "73bbf95564184140242fa3d806bdb5995af42ae3")) (depends) (depends/dev) (conflicts)) ((version "0.0.0-akku.54.df8c43d") (synopsis "Portable SRFI collection") (description "This package provides SRFIs which are compatible with\nmost R6RS implementations.") (authors "Et al.") (homepage "https://srfi.schemers.org/") (license "MIT") (lock (location (git "https://github.com/weinholt/chez-srfi.git")) (revision "df8c43d5ce5b006abce812bf3f0c1b9b5f94fa91")) (depends) (depends/dev) (conflicts)) ((version "0.0.0-akku.57.4b84c82") (synopsis "Portable SRFI collection") (description "This package provides SRFIs which are compatible with\nmost R6RS implementations.") (authors "Et al.") (homepage "https://srfi.schemers.org/") (license "MIT") (lock (location (git "https://github.com/weinholt/chez-srfi.git")) (revision "4b84c82a1e51d7dadc8e5a7dfe4c6f9f70818f54")) (depends) (depends/dev) (conflicts)) ((version "0.0.0-akku.60.40960c8") (synopsis "Portable SRFI collection") (description "SRFI is short for Scheme Requests for Implementation and its\nhomepage describes it as \"a process to help Scheme users write\nportable, useful code\". It is similar to PEPs for Python or JSRs for\nJava." "This package provides implementations of SRFIs which are primarily\ntargeted to Chez Scheme, but they work with several more R6RS Schemes." "It provides SRFIs 0, 1, 2, 4, 5, 6, 8, 9, 11, 13, 14, 16, 17, 19, 23, 25, 26, 27, 28,\n29, 31, 34, 35, 37, 38, 39, 41, 42, 43, 45, 48, 51, 54, 60, 61, 64,\n67, 69, 78, 98, 99, 115, 117, 125, 126, 127, 128, 129, 130, 131, 132,\n133, 141, 143, 145, 151, 152, 156 and 158.") (authors "Aaron W. Hsu" "Alex Shinn" "Andreas Rottmann" "André van Tonder" "Andy Gaynor" "Anthony Carrico" "Brian D. Carlstrom" "Derick Eddington" "Göran Weinholt" "John Cowan" "Jonathan Rees" "Joo ChurlSoo" "Kenneth A Dickey" "Marcus Crestani" "Martin Gasbichler" "Michael Sperber" "Olin Shivers" "Panicz Maciej Godek" "Per Bothner" "Philip L. Bewig" "Ray Dillinger" "Richard Kelsey" "Robert Ransom" "Scott G. Miller" "Sebastian Egner" "Shiro Kawai" "Taylor R. Campbell" "Thomas Gilray" "William D Clinger" "Et al.") (homepage "https://srfi.schemers.org/") (license "(MIT AND BSD-3-Clause)") (lock (location (git "https://github.com/arcfide/chez-srfi")) (revision "40960c8308d2be890409aed4f7c637fbfc3c5b6e")) (depends) (depends/dev) (conflicts)) ((version "0.0.0-akku.63.23c1e35") (synopsis "Portable SRFI collection") (description "SRFI is short for Scheme Requests for Implementation and its\nhomepage describes it as \"a process to help Scheme users write\nportable, useful code\". It is similar to PEPs for Python or JSRs for\nJava." "This package provides implementations of SRFIs which are primarily\ntargeted to Chez Scheme, but they work with several more R6RS Schemes." "It provides SRFIs 0, 1, 2, 4, 5, 6, 8, 9, 11, 13, 14, 16, 17, 19, 23, 25, 26, 27, 28,\n29, 31, 34, 35, 37, 38, 39, 41, 42, 43, 45, 48, 51, 54, 60, 61, 64,\n67, 69, 78, 98, 99, 115, 117, 125, 126, 127, 128, 129, 130, 131, 132,\n133, 141, 143, 145, 151, 152, 156 and 158.") (authors "Aaron W. Hsu" "Alex Shinn" "Andreas Rottmann" "André van Tonder" "Andy Gaynor" "Anthony Carrico" "Brian D. Carlstrom" "Derick Eddington" "Göran Weinholt" "John Cowan" "Jonathan Rees" "Joo ChurlSoo" "Kenneth A Dickey" "Marcus Crestani" "Martin Gasbichler" "Michael Sperber" "Olin Shivers" "Panicz Maciej Godek" "Per Bothner" "Philip L. Bewig" "Ray Dillinger" "Richard Kelsey" "Robert Ransom" "Scott G. Miller" "Sebastian Egner" "Shiro Kawai" "Taylor R. Campbell" "Thomas Gilray" "William D Clinger" "Et al.") (homepage "https://srfi.schemers.org/") (license "(MIT AND BSD-3-Clause)") (lock (location (git "https://github.com/arcfide/chez-srfi")) (revision "23c1e3529397e14d2d7a685ff3bd8c5c79d34010")) (depends) (depends/dev) (conflicts)) ((version "0.0.0-akku.72.0a9bdfd") (synopsis "Portable SRFI collection") (description "SRFI is short for Scheme Requests for Implementation and its\nhomepage describes it as \"a process to help Scheme users write\nportable, useful code\". It is similar to PEPs for Python or JSRs for\nJava." "This package provides implementations of SRFIs which are primarily\ntargeted to Chez Scheme, but they work with several more R6RS Schemes." "It provides SRFIs 0, 1, 2, 4, 5, 6, 8, 9, 11, 13, 14, 16, 17, 19, 23, 25, 26, 27, 28,\n29, 31, 34, 35, 37, 38, 39, 41, 42, 43, 45, 48, 51, 54, 60, 61, 64,\n67, 69, 78, 98, 99, 115, 117, 125, 126, 127, 128, 129, 130, 131, 132,\n133, 141, 143, 145, 151, 152, 156 and 158." "SRFIs are available from several packages, but this one is\nmaintained more actively than other ones.") (authors "Aaron W. Hsu" "Alex Shinn" "Andreas Rottmann" "André van Tonder" "Andy Gaynor" "Anthony Carrico" "Brian D. Carlstrom" "Derick Eddington" "Göran Weinholt" "Jéssica Milaré" "John Cowan" "Jonathan Rees" "Joo ChurlSoo" "Kenneth A Dickey" "Marcus Crestani" "Martin Gasbichler" "Michael Sperber" "Olin Shivers" "Panicz Maciej Godek" "Per Bothner" "Philip L. Bewig" "Ray Dillinger" "Richard Kelsey" "Robert Ransom" "Scott G. Miller" "Sebastian Egner" "Shiro Kawai" "Taylor R. Campbell" "Thomas Gilray" "William D Clinger" "Et al.") (homepage "https://srfi.schemers.org/") (license "(MIT AND BSD-3-Clause)") (lock (location (git "https://github.com/arcfide/chez-srfi")) (revision "0a9bdfdc6a8f351f3b1a2218ca72baa7f8867964")) (depends) (depends/dev) (conflicts)) ((version "0.0.0-akku.74.f704590") (synopsis "Portable SRFI collection") (description "SRFI is short for Scheme Requests for Implementation and its\nhomepage describes it as \"a process to help Scheme users write\nportable, useful code\". It is similar to PEPs for Python or JSRs for\nJava." "This package provides implementations of SRFIs which are primarily\ntargeted to Chez Scheme, but they work with several more R6RS Schemes." "It provides SRFIs 0, 1, 2, 4, 5, 6, 8, 9, 11, 13, 14, 16, 17, 19, 23, 25, 26, 27, 28,\n29, 31, 34, 35, 37, 38, 39, 41, 42, 43, 45, 48, 51, 54, 60, 61, 64,\n67, 69, 78, 98, 99, 115, 117, 125, 126, 127, 128, 129, 130, 131, 132,\n133, 141, 143, 145, 151, 152, 156 and 158." "SRFIs are available from several packages, but this one is\nmaintained more actively than other ones.") (authors "Aaron W. Hsu" "Alex Shinn" "Andreas Rottmann" "André van Tonder" "Andy Gaynor" "Anthony Carrico" "Brian D. Carlstrom" "Derick Eddington" "Göran Weinholt" "Jéssica Milaré" "John Cowan" "Jonathan Rees" "Joo ChurlSoo" "Kenneth A Dickey" "Marcus Crestani" "Martin Gasbichler" "Michael Sperber" "Olin Shivers" "Panicz Maciej Godek" "Per Bothner" "Philip L. Bewig" "Ray Dillinger" "Richard Kelsey" "Robert Ransom" "Scott G. Miller" "Sebastian Egner" "Shiro Kawai" "Taylor R. Campbell" "Thomas Gilray" "William D Clinger" "Et al.") (homepage "https://srfi.schemers.org/") (license "(MIT AND BSD-3-Clause)") (lock (location (git "https://github.com/arcfide/chez-srfi")) (revision "f704590f54f982d98c004e5ed3e55359ecab12e1")) (depends) (depends/dev) (conflicts)) ((version "0.0.0-akku.78.8296cf0") (synopsis "Portable SRFI collection") (description "SRFI is short for Scheme Requests for Implementation and its\nhomepage describes it as \"a process to help Scheme users write\nportable, useful code\". It is similar to PEPs for Python or JSRs for\nJava." "This package provides implementations of SRFIs which are primarily\ntargeted to Chez Scheme, but they work with several more R6RS Schemes." "It provides SRFIs 0, 1, 2, 4, 5, 6, 8, 9, 11, 13, 14, 16, 17, 19, 23, 25, 26, 27, 28,\n29, 31, 34, 35, 37, 38, 39, 41, 42, 43, 45, 48, 51, 54, 60, 61, 64,\n67, 69, 78, 98, 99, 115, 117, 125, 126, 127, 128, 129, 130, 131, 132,\n133, 141, 143, 145, 151, 152, 156 and 158." "SRFIs are available from several packages, but this one is\nmaintained more actively than other ones.") (authors "Aaron W. Hsu" "Alex Shinn" "Andreas Rottmann" "André van Tonder" "Andy Gaynor" "Anthony Carrico" "Brian D. Carlstrom" "Derick Eddington" "Göran Weinholt" "Jéssica Milaré" "John Cowan" "Jonathan Rees" "Joo ChurlSoo" "Kenneth A Dickey" "Marcus Crestani" "Martin Gasbichler" "Michael Sperber" "Olin Shivers" "Panicz Maciej Godek" "Per Bothner" "Philip L. Bewig" "Ray Dillinger" "Richard Kelsey" "Robert Ransom" "Scott G. Miller" "Sebastian Egner" "Shiro Kawai" "Taylor R. Campbell" "Thomas Gilray" "William D Clinger" "Et al.") (homepage "https://srfi.schemers.org/") (license "(MIT AND BSD-3-Clause)") (lock (location (git "https://github.com/arcfide/chez-srfi")) (revision "8296cf0394a73e74e63eb67901c0e7f25ab02a2f")) (depends) (depends/dev) (conflicts)) ((version "0.0.0-akku.82.daf5ebd") (synopsis "Portable SRFI collection") (description "SRFI is short for Scheme Requests for Implementation and its\nhomepage describes it as \"a process to help Scheme users write\nportable, useful code\". It is similar to PEPs for Python or JSRs for\nJava." "This package provides implementations of SRFIs which are primarily\ntargeted to Chez Scheme, but they work with several more R6RS Schemes." "It provides SRFIs 0, 1, 2, 4, 5, 6, 8, 9, 11, 13, 14, 16, 17, 19, 23, 25, 26, 27, 28,\n29, 31, 34, 35, 37, 38, 39, 41, 42, 43, 45, 48, 51, 54, 60, 61, 64,\n67, 69, 78, 98, 99, 115, 117, 125, 126, 127, 128, 129, 130, 131, 132,\n133, 141, 143, 145, 151, 152, 156 and 158." "SRFIs are available from several packages, but this one is\nmaintained more actively than other ones.") (authors "Aaron W. Hsu" "Alex Shinn" "Andreas Rottmann" "André van Tonder" "Andy Gaynor" "Anthony Carrico" "Brian D. Carlstrom" "Derick Eddington" "Göran Weinholt" "Jéssica Milaré" "John Cowan" "Jonathan Rees" "Joo ChurlSoo" "Kenneth A Dickey" "Marcus Crestani" "Martin Gasbichler" "Michael Sperber" "Olin Shivers" "Panicz Maciej Godek" "Per Bothner" "Philip L. Bewig" "Ray Dillinger" "Richard Kelsey" "Robert Ransom" "Scott G. Miller" "Sebastian Egner" "Shiro Kawai" "Taylor R. Campbell" "Thomas Gilray" "William D Clinger" "Et al.") (homepage "https://srfi.schemers.org/") (license "(MIT AND BSD-3-Clause)") (lock (location (git "https://github.com/arcfide/chez-srfi")) (revision "daf5ebd67ef36fd2388d6a62e278ba8d04b11abf")) (depends) (depends/dev) (conflicts)) ((version "0.0.0-akku.89.2c3ed88") (synopsis "Portable SRFI collection") (description "SRFI is short for Scheme Requests for Implementation and its\nhomepage describes it as \"a process to help Scheme users write\nportable, useful code\". It is similar to PEPs for Python or JSRs for\nJava." "This package provides implementations of SRFIs which are primarily\ntargeted to Chez Scheme, but they work with several more R6RS Schemes." "It provides SRFIs 0, 1, 2, 4, 5, 6, 8, 9, 11, 13, 14, 16, 17, 19, 23, 25, 26, 27, 28,\n29, 31, 34, 35, 37, 38, 39, 41, 42, 43, 45, 48, 51, 54, 60, 61, 64,\n67, 69, 78, 98, 99, 115, 117, 125, 126, 127, 128, 129, 130, 131, 132,\n133, 141, 143, 145, 151, 152, 156 and 158." "SRFIs are available from several packages, but this one is\nmaintained more actively than other ones.") (authors "Aaron W. Hsu" "Alex Shinn" "Andreas Rottmann" "André van Tonder" "Andy Gaynor" "Anthony Carrico" "Brian D. Carlstrom" "Derick Eddington" "Göran Weinholt" "Jéssica Milaré" "John Cowan" "Jonathan Rees" "Joo ChurlSoo" "Kenneth A Dickey" "Marcus Crestani" "Martin Gasbichler" "Michael Sperber" "Olin Shivers" "Panicz Maciej Godek" "Per Bothner" "Philip L. Bewig" "Ray Dillinger" "Richard Kelsey" "Robert Ransom" "Scott G. Miller" "Sebastian Egner" "Shiro Kawai" "Taylor R. Campbell" "Thomas Gilray" "William D Clinger" "Et al.") (homepage "https://srfi.schemers.org/") (license "(MIT AND BSD-3-Clause)") (lock (location (git "https://github.com/arcfide/chez-srfi")) (revision "2c3ed8818884b7c96de32360939bd43a0159b4a9")) (depends) (depends/dev) (conflicts)) ((version "0.0.0-akku.91.c5e1f9e") (synopsis "Portable SRFI collection") (description "SRFI is short for Scheme Requests for Implementation and its\nhomepage describes it as \"a process to help Scheme users write\nportable, useful code\". It is similar to PEPs for Python or JSRs for\nJava." "This package provides implementations of SRFIs which are primarily\ntargeted to Chez Scheme, but they work with several more R6RS Schemes." "It provides SRFIs 0, 1, 2, 4, 5, 6, 8, 9, 11, 13, 14, 16, 17, 19, 23, 25, 26, 27, 28,\n29, 31, 34, 35, 37, 38, 39, 41, 42, 43, 45, 48, 51, 54, 60, 61, 64,\n67, 69, 78, 98, 99, 115, 117, 125, 126, 127, 128, 129, 130, 131, 132,\n133, 141, 143, 145, 151, 152, 156 and 158." "SRFIs are available from several packages, but this one is\nmaintained more actively than other ones.") (authors "Aaron W. Hsu" "Alex Shinn" "Andreas Rottmann" "André van Tonder" "Andy Gaynor" "Anthony Carrico" "Brian D. Carlstrom" "Derick Eddington" "Göran Weinholt" "Jéssica Milaré" "John Cowan" "Jonathan Rees" "Joo ChurlSoo" "Kenneth A Dickey" "Marcus Crestani" "Martin Gasbichler" "Michael Sperber" "Olin Shivers" "Panicz Maciej Godek" "Per Bothner" "Philip L. Bewig" "Ray Dillinger" "Richard Kelsey" "Robert Ransom" "Scott G. Miller" "Sebastian Egner" "Shiro Kawai" "Taylor R. Campbell" "Thomas Gilray" "William D Clinger" "Et al.") (homepage "https://srfi.schemers.org/") (license "(MIT AND BSD-3-Clause)") (lock (location (git "https://github.com/arcfide/chez-srfi")) (revision "c5e1f9ebb2df3eceed6537fe1fd4bbb1d2663038")) (depends) (depends/dev) (conflicts)) ((version "0.0.0-akku.97.5ff9fae") (synopsis "Portable SRFI collection") (description "SRFI is short for Scheme Requests for Implementation and its\nhomepage describes it as \"a process to help Scheme users write\nportable, useful code\". It is similar to PEPs for Python or JSRs for\nJava." "This package provides implementations of SRFIs which are primarily\ntargeted to Chez Scheme, but they work with several more R6RS Schemes." "It provides SRFIs 0, 1, 2, 4, 5, 6, 8, 9, 11, 13, 14, 16, 17, 19, 23, 25, 26, 27, 28,\n29, 31, 34, 35, 37, 38, 39, 41, 42, 43, 45, 48, 51, 54, 60, 61, 64,\n67, 69, 78, 98, 99, 115, 117, 125, 126, 127, 128, 129, 130, 131, 132,\n133, 141, 143, 145, 151, 152, 156 and 158." "SRFIs are available from several packages, but this one is\nmaintained more actively than other ones.") (authors "Aaron W. Hsu" "Alex Shinn" "Andreas Rottmann" "André van Tonder" "Andy Gaynor" "Anthony Carrico" "Brian D. Carlstrom" "Derick Eddington" "Göran Weinholt" "Jéssica Milaré" "John Cowan" "Jonathan Rees" "Joo ChurlSoo" "Kenneth A Dickey" "Marcus Crestani" "Martin Gasbichler" "Michael Sperber" "Olin Shivers" "Panicz Maciej Godek" "Per Bothner" "Philip L. Bewig" "Ray Dillinger" "Richard Kelsey" "Robert Ransom" "Scott G. Miller" "Sebastian Egner" "Shiro Kawai" "Taylor R. Campbell" "Thomas Gilray" "William D Clinger" "Et al.") (homepage "https://srfi.schemers.org/") (license "(MIT AND BSD-3-Clause)") (lock (location (git "https://github.com/arcfide/chez-srfi")) (revision "5ff9fae299a4933188ce7cd1a225a3c26036ef0d")) (depends) (depends/dev) (conflicts)) ((version "0.0.0-akku.102.ad3b9f9") (synopsis "Portable SRFI collection") (description "SRFI is short for Scheme Requests for Implementation and its\nhomepage describes it as \"a process to help Scheme users write\nportable, useful code\". It is similar to PEPs for Python or JSRs for\nJava." "This package provides implementations of SRFIs which are primarily\ntargeted to Chez Scheme, but they work with several more R6RS Schemes." "It provides SRFIs 0, 1, 2, 4, 5, 6, 8, 9, 11, 13, 14, 16, 17, 19, 23, 25, 26, 27, 28,\n29, 31, 34, 35, 37, 38, 39, 41, 42, 43, 45, 48, 51, 54, 60, 61, 64,\n67, 69, 78, 98, 99, 115, 117, 125, 126, 127, 128, 129, 130, 131, 132,\n133, 141, 143, 145, 151, 152, 156 and 158." "SRFIs are available from several packages, but this one is\nmaintained more actively than other ones.") (authors "Aaron W. Hsu" "Alex Shinn" "Andreas Rottmann" "André van Tonder" "Andy Gaynor" "Anthony Carrico" "Brian D. Carlstrom" "Derick Eddington" "Göran Weinholt" "Jéssica Milaré" "John Cowan" "Jonathan Rees" "Joo ChurlSoo" "Kenneth A Dickey" "Lassi Kortela" "Marcus Crestani" "Martin Gasbichler" "Michael Sperber" "Olin Shivers" "Panicz Maciej Godek" "Per Bothner" "Philip L. Bewig" "Ray Dillinger" "Richard Kelsey" "Robert Ransom" "Scott G. Miller" "Sebastian Egner" "Shiro Kawai" "Taylor R. Campbell" "Thomas Gilray" "William D Clinger" "Et al.") (homepage "https://srfi.schemers.org/") (license "(MIT AND BSD-3-Clause)") (lock (location (git "https://github.com/arcfide/chez-srfi")) (revision "ad3b9f9020cf3b65f209866aca0b10cfc10556f3")) (depends) (depends/dev) (conflicts)))) (package (name "compression") (versions ((version "0.1.0") (synopsis "Decompresses zlib, xz, gzip, lzma, lzma2; extracts tar, zip") (authors "Göran Weinholt ") (license "MIT") (lock (location (git "https://github.com/weinholt/compression.git")) (tag "v0.1.0") (revision "b245fa3e7b364d164f809fda11b01de81bcf065e")) (depends ("chez-srfi" "^0.0.0-akku.53.73bbf95") ("hashing" "^1.2.0") ("struct-pack" "^1.0.0")) (depends/dev) (conflicts)) ((version "0.1.1") (synopsis "Decompresses zlib, xz, gzip, lzma, lzma2; extracts tar, zip") (authors "Göran Weinholt ") (license "MIT") (lock (location (git "https://github.com/weinholt/compression.git")) (tag "v0.1.1") (revision "a0ef2461a99da7b256ea6a63960bf23a5e39419a")) (depends ("chez-srfi" "~0.0.0-akku") ("hashing" "^1.2.0") ("struct-pack" "^1.0.0")) (depends/dev) (conflicts)) ((version "0.1.2") (synopsis "Decompresses zlib, xz, gzip, lzma, lzma2; extracts tar, zip") (authors "Göran Weinholt ") (license "MIT") (lock (location (git "https://github.com/weinholt/compression.git")) (tag "v0.1.2") (revision "019ed92d92b71d737f3d5beba4464da5184f7833")) (depends ("chez-srfi" "~0.0.0-akku") ("hashing" "^1.2.0") ("struct-pack" "^1.0.0")) (depends/dev) (conflicts)))) (package (name "conjure") (versions ((version "0.1.0-akku.84.19f3aae") (synopsis "Scheme make(1) replacement") (description "conjure is a library, including a thin domain specific" "language layer, that allows expressing build instructions" "such as traditionally found in Makefiles.") (authors "Andreas Rottmann ") (license "GPL-3.0-or-later") (lock (location (git "https://github.com/rotty/conjure")) (revision "19f3aaeb8cb73277a2c61a36a77cdb6aefd7f894")) (depends ("chez-srfi" "^0.0.0-akku") ("wak-fmt" "^0.8.0-akku") ("wak-irregex" "^0.8.1-akku") ("wak-foof-loop" "^0.0.0-akku") ("spells" "^0.0.0-akku") ("wak-prometheus" "^2.0.0-akku.6.965fc7e")) (depends/dev) (conflicts)))) (package (name "dharmalab") (versions ((version "0.0.0-akku.53.aba65fb") (synopsis "Experimental libraries") (description "Currying, records, timing, gen-id, queues, silex, etc.") (authors "Eduardo Cavazos" "Danny Dubé") (license "(Apache-2.0 AND GPL-2.0-or-later)") (lock (location (git "https://github.com/dharmatech/dharmalab.git")) (revision "aba65fb64252b7187bf9e632f1d04d6d183d671f")) (depends ("surfage" "^0.0.0-akku")) (depends/dev) (conflicts)))) (package (name "dollar-sign") (versions ((version "1.0.0") (synopsis "Adds dollar sign string interpolation") (description "dollar-sign provides a macro '$' that adds string interpolation\ntriggered by a \"$\" in string.") (authors "Graham Watt") (license "0BSD") (lock (location (git "https://github.com/gwatt/dollar-sign")) (tag "v1.0.0") (revision "cb8ad997bc1514a80da726530b62bdd34d439afc")) (depends) (depends/dev) (conflicts)))) (package (name "dorodango") (versions ((version "0.0.0-akku.268.4344bea") (synopsis "Package manager for R6RS implementations") (description "NOTE: this package currently does not work!" "dorodango allows convenient installation and distribution of\ncollections of R6RS libraries as well as programs using these\nlibraries. It can handle dependencies, so when a program requires\nseveral libraries, and each of those has further dependencies,\ndorodango allows you to install all the prerequisites for that program\nin one go.") (authors "Andreas Rottmann ") (license "GPL-3.0-or-later") (lock (location (git "https://gitlab.com/rotty/dorodango.git")) (revision "4344bea7603e22976b45a4a869ec6bb4512c1145")) (depends ("chez-srfi" "^0.0.0-akku") ("wak-foof-loop" "^0.0.0-akku") ("wak-fmt" "^0.8.0-akku") ("wak-irregex" "^0.8.1-akku") ("wak-parscheme" "^0.0.0-akku") ("wak-wt-tree" "^0.0.0-akku") ("spells" "^0.0.0-akku") ("industria" "~1.4.0") ("ocelotl" "^0.0.0-akku")) (depends/dev) (conflicts)))) (package (name "fectors") (versions ((version "0.1.0") (synopsis "Functional Vectors for Scheme") (description "Functional programming needs functional data structures. This is an\nimplementation of \"vectors\" (also called arrays), a finite map keyed\nby consecutive integers between 0 and n - 1, n being the length of the\nvector. Being functional, the structure is not observably mutatable,\nand so access to any version will always give the correct answer.") (authors "Ian Price") (license "BSD-3-Clause") (lock (location (git "https://github.com/ijp/fectors")) (tag "v0.1") (revision "ecdd877c9baabf96415c833125b4baa3f7152a6e")) (depends) (depends/dev) (conflicts)) ((version "0.1.1-akku.v0.1-5-g6c05617") (synopsis "Functional Vectors for Scheme") (description "Functional programming needs functional data structures. This is an\nimplementation of \"vectors\" (also called arrays), a finite map keyed\nby consecutive integers between 0 and n - 1, n being the length of the\nvector. Being functional, the structure is not observably mutatable,\nand so access to any version will always give the correct answer.") (authors "Ian Price") (license "BSD-3-Clause") (lock (location (git "https://github.com/ijp/fectors")) (revision "6c05617bd391dc5579d5e2d0c8b6fb99efdae002")) (depends) (depends/dev) (conflicts)))) (package (name "fs-fatfs") (versions ((version "0.0.0-alpha.0") (synopsis "FAT filesystem library") (authors "Göran Weinholt ") (license "MIT") (lock (location (git "https://github.com/weinholt/fs-fatfs.git")) (revision "7adda11d2dc515b6008bb2ec91a4a87e5d610123")) (depends ("struct-pack" "^1.1.0")) (depends/dev ("chez-srfi" "^0.0.0-akku")) (conflicts)))) (package (name "fs-partitions") (versions ((version "1.0.0-beta.0") (synopsis "Disk partition table reader (MBR/GPT)") (description "This package has libraries for reading the disk partition information\nfrom the MBR or GPT of hard drives.") (authors "Göran Weinholt") (license "MIT") (lock (location (git "https://gitlab.com/weinholt/fs-partitions.git")) (tag "v1.0.0-beta.0") (revision "244973df7fe89d6cc0ff8837dea754d31cdb8907")) (depends ("struct-pack" "^1.1.1") ("hashing" "^1.2.0")) (depends/dev ("uuid" "^1.0.0-beta.0")) (conflicts)))) (package (name "guile-lib") (versions ((version "0.2.6") (synopsis "Useful code written in Guile Scheme") (description "Guile-Lib is intended as an accumulation place for pure-scheme Guile\nmodules, allowing for people to cooperate integrating their generic\nGuile modules into a coherent library." "Guile-Lib modules are well-documented and well-supported. Particularly\ngood modules might migrate from Guile-Lib into Guile itself, at some\npoint." "Think \"a down-scaled, limited-scope CPAN for Guile\".") (authors "Andreas Rottmann" "Andy Wingo" "Aubrey Jaffer" "Dominique Boucher" "Gary Houston" "John Maxwell" "Lars Arvestad" "Neil W. Van Dyke" "Oleg Kiselyov" "Richard Todd") (license "GPL-3.0-or-later") (lock (location (git "https://git.savannah.gnu.org/git/guile-lib.git")) (tag "v0.2.6") (revision "ff8ec1e1845140d78acdc66f184f3c4512e4253d")) (depends) (depends/dev) (conflicts)))) (package (name "hashing") (versions ((version "1.0.0") (synopsis "CRC, HMAC, MD5, SHA-1, SHA-2 (SHA-256, SHA-512)") (authors "Göran Weinholt ") (license "MIT") (lock (location (git "https://github.com/weinholt/hashing.git")) (tag "v1.0.0") (revision "de6aa096166bb026eb927b56f763707180ec0330")) (depends) (depends/dev ("chez-srfi" "^0.0.0-akku.50.fc892da.weinholt")) (conflicts)) ((version "1.1.0") (synopsis "CRC, HMAC, MD5, SHA-1, SHA-2 (SHA-256, SHA-512)") (authors "Göran Weinholt ") (license "MIT") (lock (location (git "https://github.com/weinholt/hashing.git")) (tag "v1.1.0") (revision "8a6b2ef11074219a10f0fca4c8ad829262a6b5ab")) (depends) (depends/dev ("chez-srfi" "^0.0.0-akku.50.fc892da.weinholt")) (conflicts)) ((version "1.2.0") (synopsis "CRC, HMAC, MD5, SHA-1, SHA-2 (SHA-256, SHA-512)") (authors "Göran Weinholt ") (license "MIT") (lock (location (git "https://github.com/weinholt/hashing.git")) (tag "v1.2.0") (revision "f138deaec38d54ddb621c082764ece276deebe7f")) (depends) (depends/dev ("chez-srfi" "^0.0.0-akku.50.fc892da.weinholt")) (conflicts)))) (package (name "ijputils") (versions ((version "0.0.0-akku.42.1370c75") (synopsis "A bunch of scheme junk :)") (description "This is a loose collection of libraries written\nby the author, or as he describes it: \"a bunch of scheme junk :)\"." "There are libraries for bytevector utilities, macros inspired\nby Clojure, syntax for datatypes, functional programming utilities,\nlist utilities, monoids, statistics utilities, stream utilities,\nand syntax helpers.") (authors "Ian Price") (license "BSD-3-Clause") (lock (location (git "https://github.com/weinholt/ijputils.git")) (revision "1370c755dbf3b69108cad2973587a1b53db53007")) (depends ("wak-foof-loop" "^0.0.0-akku.4") ("chez-srfi" "^0.0.0-akku.57") ("spells" "^0.0.0-akku.496") ("pfds" "^0.3.0")) (depends/dev) (conflicts)))) (package (name "industria") (versions ((version "1.4.0") (synopsis "Eclectic collection of crypto, compression and assembler") (description "Industria is a collection of portable R6RS Scheme libraries for\ncryptography (AES, DES, Blowfish, HMAC, MD5, SHA-1, SHA-2, RSA, DSA,\netc.), zip/gzip/zlib decompression, disassembly of amd64 machine code,\nOff-The-Record messaging, bytevector pack/unpack syntax, TLS\nconnections via custom binary ports, and more.") (authors "Göran Weinholt ") (license "MIT") (lock (location (git "https://github.com/weinholt/industria.git")) (revision "c65505256ac7ffce9b062b4d8dc5e499d1726bd3")) (depends ("chez-srfi" "~0.0.0-akku")) (depends/dev ("xitomatl" "~0.0.0-akku")) (conflicts)) ((version "2.0.0") (synopsis "Cryptography, OTR, SSH, OpenPGP, etc.") (authors "Göran Weinholt ") (license "MIT") (lock (location (git "https://github.com/weinholt/industria.git")) (tag "v2.0.0") (revision "abd008257da3f26f690072c3fdb8fe23ff933d46")) (depends ("chez-srfi" "~0.0.0-akku") ("hashing" "^1.0.0") ("ip-address" "^1.0.0") ("struct-pack" "^1.0.0")) (depends/dev ("xitomatl" "~0.0.0-akku")) (conflicts)) ((version "2.1.0-beta.0") (synopsis "Cryptography, OTR, SSH, OpenPGP, etc.") (description "Industria is a collection of portable R6RS Scheme libraries for\ncryptography. It implements low-level algorithms like AES, RSA, DSA,\nECDSA, etc and the high-level protocols OpenPGP, Off-The-Record\nmessaging, DNS and Secure Shell (SSH).") (authors "Göran Weinholt ") (license "MIT") (lock (location (git "https://github.com/weinholt/industria.git")) (tag "v2.1.0-beta.0") (revision "78c741c7e996a6147d72ffcb33de3b52223a3852")) (depends ("chez-srfi" "~0.0.0-akku") ("hashing" "^1.0.0") ("ip-address" "^1.0.0") ("struct-pack" "^1.0.0")) (depends/dev ("xitomatl" "~0.0.0-akku")) (conflicts)) ((version "2.1.0") (synopsis "Cryptography, OTR, SSH, OpenPGP, etc.") (description "Industria is a collection of portable R6RS Scheme libraries for\ncryptography. It implements low-level algorithms like AES, RSA, DSA,\nECDSA, etc and the high-level protocols OpenPGP, Off-The-Record\nmessaging, DNS and Secure Shell (SSH).") (authors "Göran Weinholt ") (license "MIT") (lock (location (git "https://github.com/weinholt/industria.git")) (tag "v2.1.0") (revision "360090f68bd9b2096f2e8da8d62b1786af453a3c")) (depends ("chez-srfi" "~0.0.0-akku") ("hashing" "^1.0.0") ("ip-address" "^1.0.0") ("struct-pack" "^1.0.0")) (depends/dev ("xitomatl" "~0.0.0-akku") ("r6rs-usocket" "^0.0.181217")) (conflicts)))) (package (name "ip-address") (versions ((version "1.0.0") (synopsis "IP address parsing and formatting") (authors "Göran Weinholt ") (license "MIT") (lock (location (git "https://github.com/weinholt/ip-address.git")) (tag "v1.0.0") (revision "7574dcab570a444a0b925a22d8fc11b485482ae1")) (depends) (depends/dev ("chez-srfi" "^0.0.0-akku.50.fc892da.weinholt") ("struct-pack" "^1.0.0")) (conflicts)))) (package (name "irc-protocol") (versions ((version "1.0.0") (synopsis "IRC protocol utilities") (authors "Göran Weinholt ") (license "MIT") (lock (location (git "https://github.com/weinholt/irc-protocol.git")) (tag "v1.0.0") (revision "8e14af4ccead18aa73541a272b74020b6e68f8a3")) (depends ("industria" "^2.1.0-beta") ("chez-srfi" "^0.0.0-akku.54.df8c43d") ("struct-pack" "^1.1.0") ("hashing" "^1.2.0") ("TerribleTLS" "^0.1.0-alpha.1") ((chibi match) "^0.7.3")) (depends/dev) (conflicts)))) (package (name "iteratees") (versions ((version "0.0.0-akku.9.e298a57") (synopsis "Functional processing of sequential chunked data") (authors "Ian Price") (license "BSD-3-Clause") (lock (location (git "https://github.com/weinholt/iteratees.git")) (revision "e298a5712dd5b22363e5347bcf045d906d940a26")) (depends ("monad" "^0.0.0-akku") ("chez-srfi" "^0.0.0-akku")) (depends/dev) (conflicts)))) (package (name "json-tools") (versions ((version "0.1.0-alpha.15.7.23") (synopsis "Collection of JSON utilities") (authors "Takashi Kato" "Tony Garnock-Jones") (license "MIT") (lock (location (git "https://github.com/ktakashi/json-tools.git")) (revision "807575693e22984db0022fc68b093a22ff7adf81")) (depends) (depends/dev) (conflicts)) ((version "0.1.1-akku.15.7.23") (synopsis "Collection of JSON utilities") (authors "Takashi Kato" "Tony Garnock-Jones") (license "MIT") (lock (location (git "https://github.com/ktakashi/json-tools.git")) (revision "502f63bd1b5acf4792451aa814107377cd04be79")) (depends ("chez-srfi" "^0.0.0-akku")) (depends/dev) (conflicts)))) (package (name "laesare") (versions ((version "1.0.0-alpha.0") (synopsis "Scheme lexer and reader") (description "This is an R6RS Scheme library that provides a reader\nwith some extra features not found in the standard `read` procedure:" "* Source annotations." "* Tolerant mode that continues on errors." "* Compatible mode with support for other RnRS standards." "* Lexer that returns source code tokens, including whitespace.") (authors "Göran Weinholt ") (license "MIT") (lock (location (git "https://github.com/weinholt/laesare.git")) (tag "v1.0.0-alpha.0") (revision "f48dfa57a0b0fc4b5d3e74733ec201a0a4256cbf")) (depends) (depends/dev ("chez-srfi" "*")) (conflicts)) ((version "1.0.0-alpha.1") (synopsis "Scheme lexer and reader") (description "This is an R6RS Scheme library that provides a reader\nwith some extra features not found in the standard `read` procedure:" "* Source annotations." "* Tolerant mode that continues on errors." "* Compatible mode with support for other RnRS standards." "* Lexer that returns source code tokens, including whitespace.") (authors "Göran Weinholt ") (license "MIT") (lock (location (git "https://github.com/weinholt/laesare.git")) (tag "v1.0.0-alpha.1") (revision "632e1de836d91658e4e83c036ee22887e4547d54")) (depends) (depends/dev ("chez-srfi" "*")) (conflicts)) ((version "1.0.0") (synopsis "Scheme lexer and reader") (description "This provides a reader with some extra features not\nfound in the standard read procedure:" "* Source annotations." "* Tolerant mode that continues on errors." "* Compatible mode with support for other RnRS standards." "* Lexer that returns source code tokens, including whitespace.") (authors "Göran Weinholt ") (license "MIT") (lock (location (git "https://github.com/weinholt/laesare.git")) (tag "v1.0.0") (revision "27791ac19f715d2894586623ab87e9a7bd39b46c")) (depends) (depends/dev ("chez-srfi" ">=0.0.0-akku")) (conflicts)))) (package (name "lcs") (versions ((version "0.0.0-akku.3.6f5f5a4") (synopsis "Longest Common Subsequence (LCS)") (authors "Takeshi Abe") (license "BSD-3-Clause") (lock (location (git "https://github.com/tabe/lcs")) (revision "6f5f5a46b7dd01b8c9b9111c6df780852190fa13")) (depends) (depends/dev ("xunit" "^0.0.0-akku")) (conflicts)))) (package (name "linenoise") (versions ((version "1.0.0") (synopsis "Readline replacement via PFFI") (description "A minimal, zero-config, BSD licensed, readline replacement." "* Single and multi line editing mode with the usual key bindings implemented." "* History handling." "* Completion." "* Hints (suggestions at the right of the prompt as you type)." "* About 1,100 lines of BSD license source code." "* Only uses a subset of VT100 escapes (ANSI.SYS compatible)." "* UTF-8 support." "This package requires Akku.scm >= 0.4.0 and a Scheme compatible with PFFI.") (authors "Salvatore Sanfilippo" "Pieter Noordhuis" "Göran Weinholt") (license "BSD-2-Clause") (scripts (cond-expand ((and linux pre-install) (run "cc -Wall -Os -g -fPIC -shared -o liblinenoise.so linenoise.c utf8.c")) ((and osx pre-install) (run "cc -dynamiclib -o liblinenoise.so linenoise.c utf8.c")) (post-install (run "cp liblinenoise.so \"$akku_path_lib_ffi\"")))) (lock (location (git "https://github.com/weinholt/linenoise-mob.git")) (revision "30b63617c9653e9dbef9acaf7091a8e7daa882f3")) (depends ("r6rs-pffi" "^0.1.0-18.6.21.akku.1")) (depends/dev) (conflicts)) ((version "1.0.1") (synopsis "Readline replacement via PFFI") (description "A minimal, zero-config, BSD licensed, readline replacement." "* Single and multi line editing mode with the usual key bindings implemented." "* History handling." "* Completion." "* Hints (suggestions at the right of the prompt as you type)." "* About 1,100 lines of BSD license source code." "* Only uses a subset of VT100 escapes (ANSI.SYS compatible)." "* UTF-8 support." "This package requires Akku.scm >= 0.4.0 and a Scheme compatible with PFFI.") (authors "Salvatore Sanfilippo" "Pieter Noordhuis" "Göran Weinholt") (license "BSD-2-Clause") (scripts (cond-expand ((and linux pre-install) (run "cc -Wall -Os -g -fPIC -shared -o liblinenoise.so linenoise.c utf8.c")) ((and osx pre-install) (run "cc -dynamiclib -o liblinenoise.so linenoise.c utf8.c")) (post-install (run "cp liblinenoise.so \"$akku_path_lib_ffi\"")))) (lock (location (git "https://github.com/weinholt/linenoise-mob.git")) (revision "30b63617c9653e9dbef9acaf7091a8e7daa882f3")) (depends ("r6rs-pffi" "^1.0.0")) (depends/dev) (conflicts)))) (package (name "machine-code") (versions ((version "2.0.0") (synopsis "Assembler for x86, ELF reader, various disassemblers") (description "Includes an assembler for x86 capable of producing ELF binaries." "Disassemblers for arm a64, i8080, m68hc12, mips and x86 (all modes)." "And a library for reading ELF files.") (authors "Göran Weinholt ") (license "MIT") (lock (location (git "https://github.com/weinholt/machine-code.git")) (tag "v2.0.0") (revision "9aecb6d4c34de59d70573a09655bbf701ca1b703")) (depends ("struct-pack" "^1.0.0")) (depends/dev) (conflicts)) ((version "2.1.0") (synopsis "Assembler for x86, ELF reader, various disassemblers") (description "Includes an assembler for x86 capable of producing ELF binaries." "Disassemblers for arm a64, i8080, m68hc12, mips and x86 (all modes)." "And a library for reading ELF files.") (authors "Göran Weinholt ") (license "MIT") (lock (location (git "https://github.com/weinholt/machine-code.git")) (tag "v2.1.0") (revision "051e36b195c4b422a15df9eec25820a3692897e0")) (depends ("struct-pack" "^1.0.0")) (depends/dev) (conflicts)))) (package (name "monad") (versions ((version "0.0.0-akku.12.6f0115f") (synopsis "Various monads") (description "Contains: continuation monad, Maybe monad, reader monad, state monad and a writer monad.") (authors "Ian Price") (license "BSD-3-Clause") (lock (location (git "https://github.com/ijp/monad")) (revision "6f0115fc755fac0ff62fad3a2b00c090831096f0")) (depends ("ijputils" "^0.0.0-akku")) (depends/dev) (conflicts)))) (package (name "mpl") (versions ((version "0.0.0-akku.146.3469e3c") (synopsis "Computer Algebra and Symbolic Computation") (authors "Eduardo Cavazos") (license "Apache-2.0") (lock (location (git "https://github.com/dharmatech/mpl")) (revision "3469e3cf97345e207dc6f3b085b08950d8ac15fe")) (depends ("surfage" "^0.0.0-akku") ("dharmalab" "^0.0.0-akku")) (depends/dev) (conflicts)))) (package (name "mummel") (versions ((version "0.1.0-alpha.0") (synopsis "Mumble voice chat protocol") (description "This is a set of libraries that encode and decode Mumble protocol messages (https://www.mumble.info)." "This is early work. The messages themselves are working and a demo client is included that can set a channel description.") (authors "Göran Weinholt ") (license "GPL-3.0-or-later") (lock (location (git "https://gitlab.com/weinholt/mummel.git")) (revision "cbc1b663b176ed964ff70f72c01f4dcc234611a5")) (depends ("r6rs-protobuf" "^0.8.1-akku") ("TerribleTLS" "^0.1.0-alpha.1") ("struct-pack" "^1.1.0")) (depends/dev) (conflicts)))) (package (name "nanopass") (versions ((version "1.9.0") (synopsis "Clean Compiler Creation Language") (authors "Dipanwita Sarkar" "Andrew W. Keep" "R. Kent Dybvig" "Oscar Waddell") (homepage "https://nanopass.org/") (license "MIT") (lock (location (git "https://github.com/nanopass/nanopass-framework-scheme")) (tag "v1.9") (revision "221eecb965d9dfacccd97d1cb73f2a31c4119d3a")) (depends) (depends/dev) (conflicts)))) (package (name "ocelotl") (versions ((version "0.0.0-akku.42.0c6aada") (synopsis "Library collection centered around HTTP") (description "Ocelotl provides the following facilities:" " - An HTTP 1.0 client" " - RFC822-style header parsing" " - Percent-encoding and -decoding" " - An URI abstraction" " - An HTTP server skeleton") (authors "Andreas Rottmann") (license "(BSD-3-Clause AND GPL-3.0-or-later)") (lock (location (git "https://github.com/rotty/ocelotl.git")) (revision "0c6aadaef99444b180574f18f1935d9507e20978")) (depends ("chez-srfi" "~0.0.0-akku") ("spells" "~0.0.0-akku") ("wak-riastreams" "~0.0.0-akku") ("wak-parscheme" "~0.0.0-akku") ("wak-foof-loop" "~0.0.0-akku") ("wak-ssax" "^5.1.0-akku")) (depends/dev) (conflicts)))) (package (name "oleg") (versions ((version "0.0.0-akku.2.c682687") (synopsis "Libraries written by Oleg ported to Chez Scheme") (authors "Oleg Kiselyov") (license "MIT") (lock (location (git "https://github.com/arcfide/oleg")) (revision "c6826870436925fd4c873c01d7fcc24a7a7f95dc")) (depends ("chez-srfi" "^0.0.0-akku.53.73bbf95")) (depends/dev) (conflicts)))) (package (name "packrat") (versions ((version "0.1.0-akku.41.ced37d5") (synopsis "Packrat parser library") (authors "Tony Garnock-Jones") (license "MIT") (lock (location (git "https://github.com/weinholt/packrat.git")) (revision "ced37d579d9e3d13c0b2e0b5237063d9dd89cf5c")) (depends ("chez-srfi" "~0.0.0-akku") ("xitomatl" "~0.0.0-akku")) (depends/dev) (conflicts)) ((version "0.1.0") (synopsis "Packrat parser library") (authors "Tony Garnock-Jones") (license "MIT") (lock (location (git "https://github.com/weinholt/packrat.git")) (tag "v0.1.0") (revision "81b08bc6faed27c069d0ffcc5f31e031c6b2c077")) (depends ("chez-srfi" "~0.0.0-akku") ("xitomatl" "~0.0.0-akku")) (depends/dev) (conflicts)) ((version "0.1.1") (synopsis "Packrat parser library") (authors "Tony Garnock-Jones") (license "MIT") (lock (location (git "https://github.com/weinholt/packrat.git")) (tag "v0.1.1") (revision "4201ebe741b605db58a21d70195cfb7db3c38eae")) (depends ("chez-srfi" "~0.0.0-akku")) (depends/dev) (conflicts)))) (package (name "pfds") (versions ((version "0.3.0") (synopsis "Purely Functional Data Structures") (description "pfds is a set of purely functional data structures\nwritten in R6RS Scheme. It has been tested with Racket, Guile 2,\nVicare Scheme and IronScheme. Right now it contains: queues, deques,\nbbtrees, sets, dlists, priority search queues (psqs), finger trees,\nsequences, heaps, hamts; with more to come, time permitting.") (authors "Ian Price") (license "BSD-3-Clause") (lock (location (git "https://github.com/ijp/pfds.git")) (tag "v0.3") (revision "454033f82dac7c0b0ea9e84eed1e8ed316487c78")) (depends) (depends/dev) (conflicts)))) (package (name "quickcheck") (versions ((version "0.0.0-akku.10.cc5cc2d") (synopsis "A quickcheck-alike") (authors "Ian Price") (license "BSD-3-Clause") (lock (location (git "https://github.com/ijp/quickcheck")) (revision "cc5cc2d231967e4bf853687e13aaa692ae0c0496")) (depends) (depends/dev) (conflicts)))) (package (name "r6lint") (versions ((version "0.1.0") (synopsis "Linter for R6RS libraries and programs") (authors "Göran Weinholt ") (license "MIT") (lock (location (git "https://github.com/weinholt/r6lint.git")) (tag "v0.1.0") (revision "5fe2f5b774dd06afac5c5226ad35d44769058d28")) (depends) (depends/dev) (conflicts)))) (package (name "r6rs-clos") (versions ((version "1.0.0") (synopsis "Tiny CLOS") (description "Tiny CLOS is an object system with a meta object protocol.") (authors "Christian Sloma" "Gregor Kiczales") (license "Xerox") (lock (location (git "https://github.com/dharmatech/clos")) (revision "494d0d43b29d20535e708ead27e5628775266c3b")) (depends ("surfage" "^0.0.0-akku")) (depends/dev) (conflicts)))) (package (name "r6rs-monads") (versions ((version "0.1.0-akku.14.eb318f8") (synopsis "Generic syntax for working with monads") (authors "Jonas Hidding") (license "Apache-2.0") (lock (location (git "https://github.com/jhidding/r6rs-monads")) (revision "eb318f8e5495d7dd4f79dcd8fe668fa0db89c129")) (depends) (depends/dev) (conflicts)) ((version "0.1.0-akku.17.76e857") (synopsis "Generic syntax for working with monads") (authors "Jonas Hidding") (license "Apache-2.0") (lock (location (git "https://github.com/jhidding/r6rs-monads")) (revision "76e857c54ee71203fc556420133414b145113b13")) (depends) (depends/dev) (conflicts)))) (package (name "r6rs-mongodb") (versions ((version "0.0.190423") (synopsis "MongoDB client and BSON") (description "This is an R6RS Scheme implementation of the MongoDB wire protocol.") (authors "Takashi Kato") (license "BSD-2-Clause") (scripts (cond-expand ((and linux pre-install) (run "cc -Wall -Os -g -fPIC -shared -o chez.so src/mongodb/net/tcp/chez.c")) ((and osx pre-install) (run "cc -dynamiclib -o chez.so src/mongodb/net/tcp/chez.c")) (post-install (run "mkdir -p \"$akku_path_lib_r6rs\"/mongodb/net/tcp") (run "cp -v chez.so \"$akku_path_lib_r6rs\"/mongodb/net/tcp/")))) (lock (location (git "https://github.com/ktakashi/r6rs-mongodb")) (revision "b62b9271a068625c4af92da0b07d2f0da6475024")) (depends ("chez-srfi" "^0.0.0-akku")) (depends/dev) (conflicts)))) (package (name "r6rs-msgpack") (versions ((version "0.5.7") (synopsis "MessagePack for R6RS Scheme") (description "This is an implementation of MessagePack (http://msgpack.org/) for R6RS Scheme.") (authors "Takashi Kato") (license "BSD-2-Clause") (lock (location (git "https://github.com/ktakashi/r6rs-msgpack")) (revision "7a3e8bf5b6c302b9bf91b8e881d21ea670bc5b49")) (depends) (depends/dev ("chez-srfi" "^0.0.0-akku.54.df8c43d")) (conflicts)))) (package (name "r6rs-pffi") (versions ((version "0.1.0-18.6.21") (synopsis "Portable Foreign Function Interface") (description "PFFI is a portable foreign function interface for R6RS Scheme implementations." "Supported implementations:" "- Sagittarius (0.6.5 or later)" "- Vicare (0.3d7)" "- Mosh (0.2.7)" "- Racket (plt-r6rs 6.1.1)" "- Guile (2.0.11)" "- Larceny (v0.98)" "- Chez Scheme (v9.5)") (authors "Takashi Kato") (license "BSD-2-Clause") (lock (location (git "https://github.com/ktakashi/r6rs-pffi")) (revision "a76d9f7da044bc50480e642d7fb25a9dac16fb31")) (depends ("chez-srfi" "^0.0.0-akku")) (depends/dev) (conflicts)) ((version "0.1.0-18.6.21.akku.0") (synopsis "Portable Foreign Function Interface") (description "PFFI is a portable foreign function interface for R6RS Scheme implementations." "Supported implementations:" "- Sagittarius (0.6.5 or later)" "- Vicare (0.3d7)" "- Mosh (0.2.7)" "- Racket (plt-r6rs 6.1.1)" "- Guile (2.0.11)" "- Larceny (v0.98)" "- Chez Scheme (v9.5)") (authors "Takashi Kato") (license "BSD-2-Clause") (lock (location (git "https://github.com/ktakashi/r6rs-pffi")) (revision "bb63c12f3e7150b5eac74808246d268732cad828")) (depends ("chez-srfi" "^0.0.0-akku")) (depends/dev) (conflicts)) ((version "0.1.0-18.6.21.akku.1") (synopsis "Portable Foreign Function Interface") (description "PFFI is a portable foreign function interface for R6RS Scheme implementations." "Supported implementations:" "- Sagittarius (0.6.5 or later)" "- Vicare (0.3d7)" "- Mosh (0.2.7)" "- Racket (plt-r6rs 6.1.1)" "- Guile (2.0.11)" "- Larceny (v0.98)" "- Chez Scheme (v9.5)") (authors "Takashi Kato") (license "BSD-2-Clause") (lock (location (git "https://github.com/ktakashi/r6rs-pffi")) (revision "1eedfe1547ca9f39a552025ad13de74e04f68dc3")) (depends ("chez-srfi" "^0.0.0-akku")) (depends/dev) (conflicts)) ((version "1.0.0") (synopsis "Portable Foreign Function Interface (version 18.10.04)") (description "PFFI is a portable foreign function interface for R6RS Scheme implementations." "Supported implementations:" "- Sagittarius (0.6.5 or later)" "- Vicare (0.3d7)" "- Mosh (0.2.7)" "- Racket (plt-r6rs 6.1.1)" "- Guile (2.0.11)" "- Larceny (v0.98)" "- Chez Scheme (v9.5)") (authors "Takashi Kato") (license "BSD-2-Clause") (lock (location (git "https://github.com/ktakashi/r6rs-pffi")) (revision "98163d939799d3cb07f215385bd476ac299b5c2e")) (depends ("chez-srfi" "^0.0.0-akku")) (depends/dev) (conflicts)) ((version "1.1.0") (synopsis "Portable Foreign Function Interface (2019-01-04)") (description "PFFI is a portable foreign function interface for R6RS Scheme implementations." "Supported implementations:" "- Sagittarius (0.6.5 or later)" "- Vicare (0.3d7)" "- Mosh (0.2.7)" "- Racket (plt-r6rs 6.1.1)" "- Guile (2.0.11)" "- Larceny (v0.98)" "- Chez Scheme (v9.5)") (authors "Takashi Kato") (license "BSD-2-Clause") (lock (location (git "https://github.com/ktakashi/r6rs-pffi")) (revision "f8f9ab10ebef895553034248247b8d5052cd6caa")) (depends ("chez-srfi" "^0.0.0-akku")) (depends/dev) (conflicts)) ((version "1.2.0") (synopsis "Portable Foreign Function Interface (2019-02-20)") (description "PFFI is a portable foreign function interface for R6RS Scheme implementations." "Supported implementations:" "- Sagittarius (0.6.5 or later)" "- Vicare (0.3d7)" "- Mosh (0.2.7)" "- Racket (plt-r6rs 6.1.1)" "- Guile (2.0.11)" "- Larceny (v0.98)" "- Chez Scheme (v9.5)") (authors "Takashi Kato") (license "BSD-2-Clause") (lock (location (git "https://github.com/ktakashi/r6rs-pffi")) (revision "2a62053059d7e2dee53fc3e1905bffb71a64bb7a")) (depends ("chez-srfi" "^0.0.0-akku")) (depends/dev) (conflicts)))) (package (name "r6rs-protobuf") (versions ((version "0.8.0") (synopsis "Protocol Buffers for R6RS Scheme") (description "This project provides a pure Scheme implementation of Protocol Buffers, including parsing and code generation." "Visit the Protocol Buffers project page (https://developers.google.com/protocol-buffers/) for information about the Protocol Buffers description language and the Protocol Buffers wire protocol.") (authors "Julian Graham") (license "GPL-3.0-or-later") (lock (location (git "https://gitlab.com/joolean/r6rs-protobuf")) (revision "f56d95f2f9bea5a696ea8beae93381385297300e")) (depends ("chez-srfi" "^0.0.0-akku")) (depends/dev) (conflicts)) ((version "0.8.1-akku.0") (synopsis "Protocol Buffers for R6RS Scheme") (description "This project provides a pure Scheme implementation of Protocol Buffers, including parsing and code generation." "Visit the Protocol Buffers project page (https://developers.google.com/protocol-buffers/) for information about the Protocol Buffers description language and the Protocol Buffers wire protocol.") (authors "Julian Graham") (license "GPL-3.0-or-later") (lock (location (git "https://gitlab.com/weinholt/r6rs-protobuf.git")) (revision "a26144780cf1c9a565ff5a498e68d5316b471e97")) (depends ("chez-srfi" "^0.0.0-akku")) (depends/dev) (conflicts)))) (package (name "r6rs-psystem") (versions ((version "0.0.181217") (synopsis "OS name and libc-loading for PFFI") (description "This package contains (psystem os), which gives the\nname of the operating system and (psystem libc) which loads libc for\nuse with r6rs-pffi.") (authors "Takashi Kato") (license "BSD-2-Clause") (lock (location (git "https://github.com/ktakashi/r6rs-psystem")) (revision "014e3f87a933f542225cb1d2dc149687afaba03b")) (depends ("r6rs-pffi" "^1.2.0") ("chez-srfi" "^0.0.0-akku")) (depends/dev) (conflicts)))) (package (name "r6rs-slice") (versions ((version "0.0.0-akku.6.5f41a23") (synopsis "Slice lists, vectors, strings and bytevectors") (description "This is the R6RS port of Mario Goulart's 'slice' egg for Chicken\nScheme. It provides a procedure (slice) for slicing lists, vectors,\nstrings and bytevectors. Negative indices may be used for either the\n'from' index or the 'to' index.") (authors "Mario Domenech Goulart" "Ian Price") (license "BSD-3-Clause") (lock (location (git "https://github.com/ijp/R6RS-slice")) (revision "5f41a235eca774d7fb5c94aef3ff1f2d1872df6a")) (depends ("chez-srfi" "^0.0.0-akku")) (depends/dev) (conflicts)))) (package (name "r6rs-thrift") (versions ((version "0.1.0") (synopsis "Implementation of the Apache Thrift framework") (description "This project provides a pure Scheme implementation of the Apache Thrift framework, including parsing and code generation. Visit the Apache Thrift project page (https://thrift.apache.org/) for information about the Thrift definition language and the various Thrift transports and wire protocols.") (authors "Julian Graham") (license "GPL-3.0-or-later") (lock (location (git "https://gitlab.com/joolean/r6rs-thrift")) (revision "040d5a694263e4942ee600c31e65418d21b7b35f")) (depends ("chez-srfi" "^0.0.0-akku")) (depends/dev) (conflicts)))) (package (name "r6rs-usocket") (versions ((version "0.0.181217") (synopsis "portable sockets library") (description "This package provides TCP and UDP server and client sockets" "It also provides SRFI-106 under the name (usocket srfi pffi)." "Supports Sagittarius, Chez Scheme and Larceny. Installation\nrequires a C build environment, including make, and Akku\n>=0.4.0 (except for Sagittarius).") (authors "Takashi Kato") (license "BSD-2-Clause") (scripts (cond-expand (pre-install (run "make")))) (lock (location (git "https://github.com/ktakashi/r6rs-usocket")) (revision "482aeead2d6984b7b5bc10d9692e64a92f2c6ae3")) (depends ("r6rs-pffi" "^1.2.0") ("r6rs-psystem" "^0.0.181217")) (depends/dev ("chez-srfi" "^0.0.0-akku.78.8296cf0")) (conflicts)))) (package (name "racr") (versions ((version "0.0.0-akku.756.c7d3fe0") (synopsis "Reference Attribute Grammar Controlled Rewriting") (authors "Christoff Bürger") (homepage "https://github.com/christoff-buerger/racr") (license "MIT") (lock (location (git "https://github.com/christoff-buerger/racr")) (revision "c7d3fe0f0645cf4f9f97f4c6a4ffa2346074ec40")) (depends) (depends/dev) (conflicts)))) (package (name "riastradh") (versions ((version "0.0.0-akku.16.9714b5c") (synopsis "Libraries by Taylor Campbell ported to Chez Scheme") (authors "Taylor R. Campbell") (license "MIT") (lock (location (git "https://github.com/arcfide/riastradh")) (revision "9714b5c8b642f2d6fdd94d655ec5d92aa9b59750")) (depends ("chez-srfi" "^0.0.0-akku.53.73bbf95")) (depends/dev) (conflicts)))) (package (name "scheme-bytestructures") (versions ((version "1.0.6-akku.0") (synopsis "Structured access to bytevector contents") (description "This package provides a system that works on\nbytevectors similarly to how C works with structs and unions." "This package requires Akku >= 0.5.2.") (authors "Taylan Ulrich Bayırlı/Kammer") (license "GPL-3.0-or-later") (lock (location (git "https://github.com/TaylanUB/scheme-bytestructures")) (revision "6f8054f79781f26459df5b67d260a04725f1de31")) (akku . #f) (depends ("akku-r7rs" "^1.0.0-beta.3") ((r6rs bytevectors) "^0.0.1")) (depends/dev) (conflicts)))) (package (name "semver") (versions ((version "1.0.0") (synopsis "Semantic Versioning and ranges") (authors "Göran Weinholt ") (license "MIT") (lock (location (git "https://github.com/weinholt/semver.git")) (tag "v1.0.0") (revision "8d248c3cbf36f68208d9c9a0683c5c1d5c75a7ac")) (depends ("chez-srfi" "^0.0.0-akku") ("packrat" "^0.1.0-akku") ("xitomatl" "^0.0.0-akku")) (depends/dev) (conflicts)) ((version "1.0.1") (synopsis "Semantic Versioning and ranges") (authors "Göran Weinholt ") (license "MIT") (lock (location (git "https://github.com/weinholt/semver.git")) (tag "v1.0.1") (revision "0acf9751ced276a70cc77f9c127f1fb507b9a9fe")) (depends ("chez-srfi" "^0.0.0-akku") ("packrat" "^0.1.0-akku") ("xitomatl" "^0.0.0-akku")) (depends/dev) (conflicts)) ((version "1.0.2") (synopsis "Semantic Versioning and ranges") (description "This package implements Semantic Versioning 2.0.0 (semver.org) and also provides a library that implements semver ranges based on npm's semver package.") (authors "Göran Weinholt ") (license "MIT") (lock (location (git "https://github.com/weinholt/semver.git")) (tag "v1.0.2") (revision "bc59a9b87a9e04b984c90310431006c0fd24b9be")) (depends ("chez-srfi" "^0.0.0-akku") ("packrat" "^0.1.0-akku") ("xitomatl" "^0.0.0-akku")) (depends/dev) (conflicts)) ((version "1.0.3") (synopsis "Semantic Versioning and ranges") (description "This package implements Semantic Versioning 2.0.0 (semver.org) and also provides a library that implements semver ranges based on npm's semver package.") (authors "Göran Weinholt ") (license "MIT") (lock (location (git "https://github.com/weinholt/semver.git")) (tag "v1.0.3") (revision "97f51c1facd477477618f8a842f259525daf5559")) (depends ("chez-srfi" "^0.0.0-akku") ("packrat" "^0.1.1") ((chibi match) "^0.7.3")) (depends/dev) (conflicts)))) (package (name "seq") (versions ((version "0.0.1-alpha.0") (synopsis "This library provides tools for efficiently building up complex list structures.") (authors "Raymond Nicholson ") (license "BSD") (lock (location (git "https://github.com/rain-1/seq.git")) (revision "1033b9f6ae9f991fd057675ea26659c88b879008")) (depends) (depends/dev) (conflicts)) ((version "0.0.1-beta.0") (synopsis "This library provides tools for efficiently building up complex list structures.") (authors "Raymond Nicholson ") (license "BSD") (lock (location (git "https://github.com/rain-1/seq.git")) (revision "10c95c91ef545e5179901b88e41d5215ba888cd1")) (depends) (depends/dev) (conflicts)))) (package (name "spdx") (versions ((version "1.0.0") (synopsis "SPDX license expressions and such") (authors "Göran Weinholt ") (license "MIT") (lock (location (git "https://github.com/weinholt/spdx.git")) (tag "v1.0.0") (revision "7df9873ee079086a533d500de4358c0adb96f2ff")) (depends ("chez-srfi" "~0.0.0-akku") ("packrat" "~0.1.0-akku")) (depends/dev) (conflicts)))) (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)) ((version "0.0.0-akku.497.1617bae") (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 "1617bae4ecf0fbef39cdf3818efaeb53b7e9940a")) (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)) ((version "0.0.0-akku.498.08b4e4b") (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 "08b4e4b8f378d56cdb048ef72e8c9c9487990d4a")) (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)) ((version "0.0.0-akku.499.f91ed0b") (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 "f91ed0b954e5f17b10b324b719e32b5c0ab0396c")) (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)))) (package (name "struct-pack") (versions ((version "1.0.0") (synopsis "Pack/unpack syntax for byte structures") (authors "Göran Weinholt ") (license "MIT") (lock (location (git "https://github.com/weinholt/struct-pack.git")) (tag "v1.0.0") (revision "eec155b069d03c12be62444754514a8fff34d4ea")) (depends) (depends/dev ("chez-srfi" "^0.0.0-akku.50")) (conflicts)) ((version "1.1.0") (synopsis "Pack/unpack syntax for byte structures") (description "This is an R6RS library for working with packed byte structures.\nIt is similar to `struct` in Python or `pack` and `unpack` in Perl.") (authors "Göran Weinholt ") (license "MIT") (lock (location (git "https://github.com/weinholt/struct-pack.git")) (tag "v1.1.0") (revision "6c583e744154e31b529445824f858f734e6ad66e")) (depends) (depends/dev ("chez-srfi" "^0.0.0-akku.50")) (conflicts)) ((version "1.1.1") (synopsis "Pack/unpack syntax for byte structures") (description "This is a library for working with packed byte\nstructures. It is similar to `struct` in Python or `pack` and `unpack`\nin Perl.") (authors "Göran Weinholt ") (license "MIT") (lock (location (git "https://github.com/weinholt/struct-pack.git")) (tag "v1.1.1") (revision "11b71963793ed4a3bf761efdd83cf2fe123239ee")) (depends) (depends/dev ("chez-srfi" "^0.0.0-akku.50")) (conflicts)))) (package (name "surfage") (versions ((version "0.0.0-akku.12.895f16a") (synopsis "SRFI collection: (surfage s1 lists), etc") (authors "Various") (license "MIT") (lock (location (git "https://github.com/dharmatech/surfage.git")) (revision "895f16af83d9ce3c190f69626c9baba8c44d76bc")) (depends) (depends/dev) (conflicts)))) (package (name "swish") (versions ((version "0.0.0-akku.259.842f51f") (synopsis "Swish Concurrency Engine (like Erlang/Node)") (description "The Swish Concurrency Engine is a framework used to write\nfault-tolerant programs with message-passing concurrency. It uses the\nChez Scheme programming language and embeds concepts from the Erlang\nprogramming language. Swish also provides a web server." "This package provides swish, swish-build and swish-test. Try\nrunning swish with and enter this expression to start up a web server\nthat serves files from the ./web directory:" " (parameterize ((http-port-number 8080)) (http-sup:start&link))" "More information, including a manual, is available on the homepage." "This package requires Akku 0.4.0+ and Chez Scheme 9.5.2+. It is\nquite experimental and unlike any other Akku package. Any problems or\nrequests for the packaging go to Akku's bug tracker! If installation\ndoesn't work then try to debug it with \"env AKKU_LOG_LEVEL=debug akku\ninstall\".") (authors "Bob Burger" "Chris Payne" "Oscar Waddell") (homepage "https://github.com/becls/swish") (license "MIT") (scripts (cond-expand (pre-install (run "unset CHEZSCHEMELIBDIRS;./configure --prefix=\"$akku_path_root\" ") (run "cd libuv; git checkout a4fc9a66cc35256dbc4dcd67c910174f05b6daa6") (run "cd libuv/build/gyp; git checkout 5c270f76748e52bf8579316ee66b0facb4962628") (run "ls -la;unset CHEZSCHEMELIBDIRS GIT_DIR; touch src/swish/submodules; make LDFLAGS=-lz")) (post-install (run "unset CHEZSCHEMELIBDIRS GIT_DIR;make install")))) (lock (location (git "https://github.com/becls/swish.git")) (revision "842f51fd36f12c61c2fd41da27d58e0dfd73eb75")) (depends) (depends/dev) (conflicts)))) (package (name "text-mode") (versions ((version "1.0.0") (synopsis "Text-mode console library (like curses)") (authors "Göran Weinholt") (license "MIT") (scripts (cond-expand ((and linux pre-install) (run "cc -Wall -Os -g -fPIC -shared -o libtextmode.so textmode.c")) ((and osx pre-install) (run "cc -dynamiclib -o libtextmode.so textmode.c")) (post-install (run "cp -v libtextmode.so \"$akku_path_lib_ffi\"")))) (lock (location (git "https://gitlab.com/weinholt/text-mode.git")) (tag "v1.0.0") (revision "d5d4832bb402a9ed75a54fd46f3150572ad3a249")) (depends ("struct-pack" "^1.1.0") ("r6rs-pffi" "^1.0.0") ("chez-srfi" "^0.0.0-akku")) (depends/dev) (conflicts)))) (package (name "thunderchez") (versions ((version "0.0.0-akku.119.154bb66") (synopsis "Monorepo of various libraries for Chez Scheme") (description "Big collection of libraries for Chez Scheme: base64,\ngettext, irregex, json, Alex Shinn's match, the \"Indiana University\"\nflavor of match, SRFIs under the (srfi s*) namespace, SXML, sockets\nand more." "Also includes bindings for cairo, curl, gl, glu, glut,\nlmdb, nanomsg, libusb, sdl2 and sqlite3.") (authors "Aldo Nicolas Bruno" "Jack Lucas") (license "(Apache-2.0 AND BSD-3-Clause AND MIT)") (lock (location (git "https://github.com/ovenpasta/thunderchez")) (revision "154bb66240f021823b5e9a17286e778528565c6f")) (depends) (depends/dev) (conflicts)) ((version "0.0.0-akku.121.9d6344a") (synopsis "Monorepo of various libraries for Chez Scheme") (description "Big collection of libraries for Chez Scheme: base64,\ngettext, irregex, json, Alex Shinn's match, the \"Indiana University\"\nflavor of match, SRFIs under the (srfi s*) namespace, SXML, sockets\nand more." "Also includes bindings for cairo, curl, gl, glu, glut,\nlmdb, nanomsg, libusb, sdl2 and sqlite3.") (authors "Aldo Nicolas Bruno" "Jack Lucas") (license "(Apache-2.0 AND BSD-3-Clause AND MIT)") (lock (location (git "https://github.com/ovenpasta/thunderchez")) (revision "9d6344a868b002e20a6d2d205710a3cd2030b398")) (depends) (depends/dev) (conflicts)))) (package (name "uuid") (versions ((version "0.0.0-akku.4.56abc60") (synopsis "Generate and analyze UUIDs") (authors "Göran Weinholt ") (license "MIT") (lock (location (git "https://github.com/weinholt/uuid.git")) (revision "56abc60ea1a031992c2274e5429ea3e87621f4fb")) (depends ("hashing" "~1.0.0") ("industria" "~1.4.0 || ~2.0.0") ("struct-pack" "~1.0.0") ("chez-srfi" "~0.0.0-akku")) (depends/dev) (conflicts)) ((version "1.0.0-beta.0") (synopsis "Generate and analyze UUIDs") (authors "Göran Weinholt ") (license "MIT") (lock (location (git "https://github.com/weinholt/uuid.git")) (tag "v1.0.0-beta.0") (revision "f84dd04f3717fb2c4e6aefce42bfcb4b32e35c47")) (depends ("hashing" "^1.0.0") ("industria" "~1.4.0 || ^2.0.0") ("struct-pack" "^1.1.0") ("chez-srfi" "^0.0.0-akku")) (depends/dev) (conflicts)))) (package (name "wak-common") (versions ((version "0.1.0-akku.15.6d495fc") (synopsis "Common infrastructure for the Wak ports") (description "This package contains common infrastructure that is needed\nby all, or most, packages produced by the Wak porting effort.\nOther packages should not use it and not depend on it.") (authors "Andreas Rottmann ") (homepage "https://gitlab.com/wak") (license "MIT") (lock (location (git "https://gitlab.com/weinholt/wak-common.git")) (revision "6d495fcaf7250f414614b1979d1ac07904496970")) (depends) (depends/dev) (conflicts)))) (package (name "wak-fmt") (versions ((version "0.8.0-akku.10.d5b2a5a") (synopsis "Combinator Formatting Library") (description "A library of procedures for formatting Scheme objects to text in\nvarious ways, and for easily concatenating, composing and extending\nthese formatters efficiently without resorting to capturing and\nmanipulating intermediate strings.") (authors "Alex Shinn") (homepage "http://synthcode.com/scheme/fmt/") (license "BSD-3-Clause") (lock (location (git "https://gitlab.com/wak/wak-fmt.git")) (revision "d5b2a5aec60daf66b347d345498584628cd043cd")) (depends ("chez-srfi" "^0.0.0-akku") ("wak-common" "^0.1.0-akku")) (depends/dev) (conflicts)))) (package (name "wak-foof-loop") (versions ((version "0.0.0-akku.3.57f2caf") (synopsis "Extensible looping library") (description "foof-loop allows for convenient expression of loops." "It contains built-in iterators for numeric ranges,\nlists, vectors and ports. It is extensible by adding new iterators,\nfor example for traversing other data structures.") (authors "Taylor R. Campbell") (license "BSD-3-Clause") (lock (location (git "https://gitlab.com/wak/wak-foof-loop.git")) (revision "57f2cafe2bd1554a94bab448ad9713aa6dce6a9a")) (depends ("chez-srfi" "^0.0.0-akku") ("wak-common" "^0.1.0-akku") ("wak-syn-param" "^0.0.0-akku") ("wak-riastreams" "^0.0.0-akku")) (depends/dev) (conflicts)) ((version "0.0.0-akku.4.a7b9cd8") (synopsis "Extensible looping library") (description "foof-loop allows for convenient expression of loops." "It contains built-in iterators for numeric ranges,\nlists, vectors and ports. It is extensible by adding new iterators,\nfor example for traversing other data structures.") (authors "Taylor R. Campbell") (license "BSD-3-Clause") (lock (location (git "https://gitlab.com/weinholt/wak-foof-loop.git")) (revision "a7b9cd8af9d66a16d450f30203c43252b931b31c")) (depends ("chez-srfi" "^0.0.0-akku") ("wak-common" "^0.1.0-akku") ("wak-syn-param" "^0.0.0-akku") ("wak-riastreams" "^0.0.0-akku")) (depends/dev) (conflicts)))) (package (name "wak-htmlprag") (versions ((version "0.19.0") (synopsis "pragmatic parsing and emitting of HTML using SXML and SHTML") (description "HtmlPrag provides permissive HTML parsing and emitting capability\nto Scheme programs. The parser is useful for software agent extraction\nof information from Web pages, for programmatically transforming HTML\nfiles, and for implementing interactive Web browsers." "HtmlPrag emits 'SHTML,' which is an encoding of HTML in SXML, so\nthat conventional HTML may be processed with XML tools such as SXPath.\nLike Oleg Kiselyov's SSAX-based HTML parser, HtmlPrag provides a\npermissive tokenizer, but also attempts to recover structure. HtmlPrag\nalso includes procedures for encoding SHTML in HTML syntax.") (authors "Neil Van Dyke") (license "LGPL-3.0-or-later") (lock (location (git "https://gitlab.com/weinholt/wak-htmlprag.git")) (revision "9a12716f904d1450b3ce71bd913cb399b6f1615f")) (depends ("chez-srfi" "^0.0.0-akku") ("wak-common" "^0.1.0-akku")) (depends/dev ("wak-testeez" "^0.2.0")) (conflicts)))) (package (name "wak-irregex") (versions ((version "0.8.1") (synopsis "Portable regular expressions") (description "A fully portable and efficient implementation of regular expressions,\nsupporting both POSIX syntax with various (irregular) PCRE extensions,\nas well as SCSH's SRE syntax, with various aliases for commonly used\npatterns.") (authors "Alex Shinn") (homepage "http://synthcode.com/scheme/irregex/") (license "BSD-3-Clause") (lock (location (git "https://gitlab.com/wak/wak-irregex.git")) (revision "e0304c7ac9b67a1e9dc1e5ec8ec9ceb3ff0ff019")) (depends ("wak-common" "^0.1.0-akku")) (depends/dev) (conflicts)))) (package (name "wak-parscheme") (versions ((version "0.0.0-akku.7.e9e25f9") (synopsis "Parser combinator library") (description "This is Parscheme, a library for writing parsers in portable Scheme.") (authors "Taylor R. Campbell") (homepage "http://mumble.net/~campbell/darcs/parscheme/") (license "MIT") (lock (location (git "https://gitlab.com/wak/wak-parscheme.git")) (revision "e9e25f9d12cac7850b3fb42db1ebae2e680158e4")) (depends ("chez-srfi" "^0.0.0-akku") ("wak-common" "^0.1.0-akku") ("wak-riastreams" "^0.0.0-akku")) (depends/dev) (conflicts)))) (package (name "wak-prometheus") (versions ((version "2.0.0-akku.6.965fc7e") (synopsis "Prototype-based message-passing object system") (description "Prometheus is a prototype-based message-passing object system for\nScheme similar to the Self language.") (authors "Jorgen Schäfer") (homepage "https://github.com/jorgenschaefer/prometheus") (license "GPL-2.0-or-later") (lock (location (git "https://gitlab.com/wak/wak-prometheus.git")) (revision "965fc7e145071af96f6e87d4ca380a55d9ff1acd")) (depends ("chez-srfi" "~0.0.0-akku") ("wak-common" "~0.1.0-akku")) (depends/dev) (conflicts)))) (package (name "wak-riastreams") (versions ((version "0.0.0-akku.5.b444645") (synopsis "Lazy streams") (description "Riastreams is a small library implementing lazy streams based on the SRFI 45 primitives.") (authors "Taylor R. Campbell" "Andreas Rottmann") (license "MIT") (lock (location (git "https://gitlab.com/wak/wak-riastreams.git")) (revision "b44464595c745a78c016c5360252440cbae00f46")) (depends ("chez-srfi" "^0.0.0-akku") ("wak-common" "^0.1.0-akku")) (depends/dev) (conflicts)))) (package (name "wak-ssax") (versions ((version "5.1.0-akku.4.1f7fad4") (synopsis "Functional XML parsing framework") (description "SSAX includes SAX/DOM and SXML parsers with support for XML\nNamespaces and validation. It also provides tools for transforming the\nparsed SXML in way similar to XSLT.") (authors "Oleg Kiselyov") (homepage "http://ssax.sourceforge.net/") (license "MIT") (lock (location (git "https://gitlab.com/wak/wak-ssax.git")) (revision "1f7fad4bb6092d17a0123b31cdab048385d98662")) (depends ("chez-srfi" "^0.0.0-akku") ("wak-common" "^0.1.0-akku")) (depends/dev) (conflicts)))) (package (name "wak-sxml-tools") (versions ((version "0.0.0-akku.1.5c14730") (synopsis "Tools for manipulating SXML") (description "This package provides the following tools:" " - SXPath, an XPath implementation for SXML" " - SXML serialization to XML and HTML" " - XLink parsing and processing") (authors "Kirill Lisovsky" "Dmitry Lizorkin") (license "MIT") (lock (location (git "https://gitlab.com/wak/wak-sxml-tools.git")) (revision "5c1473052d306536f770b065ed65e72df4c5c16c")) (depends ("chez-srfi" "^0.0.0-akku") ("wak-common" "^0.1.0-akku") ("wak-ssax" "^5.1.0-akku")) (depends/dev) (conflicts)))) (package (name "wak-syn-param") (versions ((version "0.0.0-akku.4.8ca3272") (synopsis "Operators with extended parameter syntax") (description "This package provides a form that allows to create\nmacros that accept arguments by position or by a named pattern.") (authors "Taylor R. Campbell" "Andreas Rottmann") (license "MIT") (lock (location (git "https://gitlab.com/wak/wak-syn-param.git")) (revision "8ca3272796e62fda209ca0395439e02edfd5087d")) (depends ("wak-common" "^0.1.0-akku")) (depends/dev) (conflicts)))) (package (name "wak-testeez") (versions ((version "0.2.0") (synopsis "Lightweight Unit Test Mechanism") (description "Testeez is a simple lightweight unit test mechanism for R5RS Scheme. It was written to support regression test suites embedded within the source code files of the author's portable Scheme libraries.") (authors "Neil Van Dyke") (license "LGPL-2.1-or-later") (lock (location (git "https://gitlab.com/weinholt/wak-testeez.git")) (revision "3f81d147847159bb9e78a1a917164d9ab3800cde")) (depends ("spells" "^0.0.0-akku") ("wak-common" "^0.1.0-akku")) (depends/dev) (conflicts)))) (package (name "wak-trc-testing") (versions ((version "0.0.0-akku.6.8168507") (synopsis "Simple testing facility") (description "TRC-Testing is a simple, portable testing utility for Scheme. It\nmakes no pretenses to be a comprehensive framework for building\ncomplex test suites; it is merely a simple tool to express simple test\nsuites, which requires very little cognitive overhead.") (authors "Taylor R. Campbell" "Andreas Rottmann") (homepage "http://mumble.net/~campbell/darcs/trc-testing/") (license "(LGPL-3.0-or-later AND BSD-3-Clause)") (lock (location (git "https://gitlab.com/wak/wak-trc-testing.git")) (revision "8168507bcef8a12beaa73393149f70896ba75774")) (depends ("chez-srfi" "^0.0.0-akku") ("wak-common" "^0.1.0-akku") ("wak-syn-param" "^0.0.0-akku") ("wak-fmt" "^0.8.0-akku") ("wak-foof-loop" "^0.0.0-akku")) (depends/dev) (conflicts)))) (package (name "wak-wt-tree") (versions ((version "0.0.0-akku.5.2a2c933") (synopsis "Weight-balanced trees") (description "Functional implementation of weight-balanced trees, suitable for\nuse as discrete sets or discrete maps, as well as priority queues.") (authors "Stephen Adams" "Andreas Rottmann") (license "GPL-2.0-or-later") (lock (location (git "https://gitlab.com/wak/wak-wt-tree.git")) (revision "2a2c9335b7e75563e6e037236daffe23da36bb1b")) (depends) (depends/dev) (conflicts)))) (package (name "xitomatl") (versions ((version "0.0.0-akku.207.b9babf0") (synopsis "Monorepo with various libraries") (description "Derick Eddington's personal collection of various R6RS source code." "Includes: file system utilities, gensym, match macros,\nSSAX, SXML tools, string utilities, vector utilities, bytevector\nutilities, port utilities, record utilities, coroutines, R6RS language\nutilities, include syntax, htmlprag, fmt, irregex, logic programming,\nAlex Shinn's match, the \"Indiana University\" match, queues, a stack\nlanguage, a profiler, zippers, etc. ") (authors "Derick Eddington" "et al.") (license "MIT") (lock (location (git "https://github.com/weinholt/xitomatl.git")) (revision "b9babf030c13d9fc81fe1482aa49ff0b8fa0fee6")) (depends ("chez-srfi" "^0.0.0-akku")) (depends/dev) (conflicts)) ((version "0.0.0-akku.208.62a8243") (synopsis "Monorepo with various libraries") (description "Derick Eddington's personal collection of various R6RS source code." "Includes: file system utilities, gensym, match macros,\nSSAX, SXML tools, string utilities, vector utilities, bytevector\nutilities, port utilities, record utilities, coroutines, R6RS language\nutilities, include syntax, htmlprag, fmt, irregex, logic programming,\nAlex Shinn's match, the \"Indiana University\" match, queues, a stack\nlanguage, a profiler, zippers, etc. ") (authors "Derick Eddington" "et al.") (license "MIT") (lock (location (git "https://github.com/weinholt/xitomatl.git")) (revision "62a82439fc802950abb33cd19c5d8c6963cbefda")) (depends ("chez-srfi" "^0.0.0-akku")) (depends/dev) (conflicts)))) (package (name "xunit") (versions ((version "0.0.0-akku.21.0b4ede2") (synopsis "xUnit test utility") (description "We propose an xUnit test utility (xunit) in which you can assert and\ninvestigate if a testee program's behaviour satisfies expected requirements.\nThe way we recommend to specify expected requirements in terms of\npredicates, especially equivalence relations, because they are suitable to\ndetect fundamental properties of the dynamic environment of, and by,\nScheme programs." "(xunit) offers you useful macros which contain:" "* assertions for standard predicates and equivalence relations," "* 'define-assert-equivalence', defining a custom assertion on some\n equivalence relation, and" "* 'define-assert-predicate', defining a custom assertion on some predicate.") (authors "Takeshi Abe ") (license "BSD-3-Clause") (lock (location (git "https://github.com/tabe/xunit/")) (revision "0b4ede29002a34fad6769a141ee251e5944c02b1")) (depends) (depends/dev) (conflicts)))) (package (name "zabavno") (versions ((version "0.1.0") (synopsis "80386 real-mode CPU and PC emulator") (authors "Göran Weinholt ") (license "MIT") (lock (location (git "https://github.com/weinholt/zabavno.git")) (tag "v0.1.0") (revision "fe124644ea8751fc4804f37b35c4ce7e27cab645")) (depends ("machine-code" "^2.0.0")) (depends/dev) (conflicts)) ((version "0.2.0") (synopsis "80386 real-mode CPU and PC emulator") (authors "Göran Weinholt ") (license "MIT") (lock (location (git "https://github.com/weinholt/zabavno.git")) (tag "v0.2.0") (revision "981f71b9ea4ac9639b2dd521dd54f8440a159c16")) (depends ("machine-code" "^2.0.0")) (depends/dev) (conflicts))))