loko-srfi 1.0.1

Extra SRFIs (sockets) for Loko Scheme

This package is for SRFIs that create too much entanglement through their dependencies to be suitable for either chez-srfi or Loko Scheme proper.

It currently provides SRFI 106 (basic sockets).

$ akku update
$ akku install loko-srfi
$ .akku/env
Authors

Göran Weinholt

Homepage

Information missing.

License

MIT

Dependencies

^2.1.0

Source code

https://gitlab.com/weinholt/loko-srfi.git git
bb062dc412320a8e7329c616fc994e3ae71d1cf5
Tag: v1.0.1

Package contents

  • (srfi :106 compat) R6 Loko Scheme
    • → make-client-socket make-server-socket socket? call-with-socket *ai-passive* *ai-canonname* *ai-numerichost* *ai-v4mapped* *ai-all* *ai-addrconfig* socket-merge-flags socket-purge-flags socket-accept socket-send socket-send* socket-recv socket-recv! socket-shutdown socket-close socket-input-port socket-output-port *af-unspec* *af-inet* *af-inet6* *af-local* *sock-stream* *sock-dgram* *ipproto-ip* *ipproto-tcp* *ipproto-udp* *msg-peek* *msg-oob* *msg-waitall* *shut-rd* *shut-wr* *shut-rdwr*
    • ← (rnrs) R6
    • ← (industria dns)
    • ← (industria dns numbers)
    • ← (industria dns types)
    • ← (ip-address)
    • ← (struct pack)
    • ← (loko system fibers) Built-in
    • ← (loko system unsafe) Built-in
    • ← (loko arch amd64 linux-numbers) Built-in
    • ← (loko arch amd64 linux-syscalls) Built-in
  • (srfi :106 socket) R6 Loko Scheme
    • → make-client-socket make-server-socket socket? socket-input-port socket-output-port call-with-socket socket-merge-flags socket-purge-flags socket-accept socket-send socket-recv socket-shutdown socket-close *af-unspec* *af-inet* *af-inet6* *sock-stream* *sock-dgram* *ai-canonname* *ai-numerichost* *ai-v4mapped* *ai-all* *ai-addrconfig* *ipproto-ip* *ipproto-tcp* *ipproto-udp* *shut-rd* *shut-wr* *shut-rdwr* address-family socket-domain address-info ip-protocol message-type shutdown-method
    • ← (rnrs) R6
    • (srfi :106 compat) SRFI
  • (srfi :106) R6 Loko Scheme
    • → make-client-socket make-server-socket socket? socket-input-port socket-output-port call-with-socket socket-merge-flags socket-purge-flags socket-accept socket-send socket-recv socket-shutdown socket-close *af-unspec* *af-inet* *af-inet6* *sock-stream* *sock-dgram* *ai-canonname* *ai-numerichost* *ai-v4mapped* *ai-all* *ai-addrconfig* *ipproto-ip* *ipproto-tcp* *ipproto-udp* *shut-rd* *shut-wr* *shut-rdwr* address-family socket-domain address-info ip-protocol message-type shutdown-method
    • (srfi :106 socket) SRFI

Version history

  • 2020-04-29 ~ 1.0.1
  • 2020-01-19 ~ 1.0.0
  • 2020-01-12 ~ 1.0.0-beta.0
  • 2020-01-06 ~ 1.0.0-alpha.0