#!r6rs ;; Submit-To: https://akkuscm.org/packages/ (package (name "loko-srfi") (versions ((version "1.0.0") (synopsis "Extra SRFIs (sockets) for Loko Scheme") (description "This package is for SRFIs that create too much entanglement\nthrough their dependencies to be suitable for either chez-srfi or Loko\nScheme proper." "It currently provides SRFI 106 (basic sockets).") (authors "Göran Weinholt") (license "MIT") (lock (location (git "https://gitlab.com/weinholt/loko-srfi.git")) (tag "v1.0.0") (revision "2f3a6a79fc38d4fd2369234e1453b86d8e3faa28")) (depends ("industria" "^2.1.0") ("ip-address" "^1.0.0") ("struct-pack" "^1.1.1")) (depends/dev) (conflicts))))