Go to file
retropikzel 986ce9d3cc Snow index SRFI-170 2026-08-29 15:03:52 +03:00
srfi Snow index SRFI-170 2026-08-29 15:03:52 +03:00
.gitignore Snow index SRFI-170 2026-08-29 15:03:52 +03:00
.snow-repo.scm Snow index SRFI-170 2026-08-29 15:03:52 +03:00
Dockerfile.jenkins Fix Jenkins tests 2026-07-04 14:07:41 +03:00
Dockerfile.test Backup 2026-01-21 17:39:30 +02:00
Jenkinsfile Fix Jenkins tests 2026-07-04 17:09:04 +03:00
Makefile Snow index SRFI-170 2026-08-29 15:03:52 +03:00
README.md Backup 2026-08-27 10:17:59 +03:00
test-headers.scm Fixes to SRFI-170 2026-05-08 08:20:59 +03:00
test-headers.sps Fixing tests 2026-06-28 09:40:56 +03:00
test.scm Backup 2026-08-27 10:17:59 +03:00

README.md

(foreign c) SRFis

SRFIs made using (foreign c) library.

SRFI-106: Basic socket interface

Prioritazing TCP client sockets.

SRFI-170: POSIX API

Installation

To install published SRFI run:

snow-fort install --impls=chibi srfi.N

To install SRFI from this repository run:

make SCHEME=chibi SRFI=106 build install

Usage

Import and use.