#!r6rs ;; Repacked by the Akku archive software with 'git archive'. ;; The original lock information was: #; ((location (git "https://github.com/arcfide/chez-sockets")) (revision "c3fc66351a5846cd6ac94f191b727f8ddd67bc86")) ;; A git mirror is available at /archive/mirror/. ;; The original submission with a GPG-signed commit hash ;; is available at /archive/packages/. (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 (url "https://archive.akkuscm.org/archive/pkg/c/chez-sockets_0.0.0-akku.13.c3fc663_repack.tar.xz")) (content (sha256 "f2f8bb67f10201579040907761d9667e11f4800e52b0cf1e302b08d27fe222c9"))) (depends) (depends/dev) (conflicts))))