From af2c2a38a7676a217082f1d585633b3445d0499b Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sat, 3 May 2025 06:57:11 +0300 Subject: [PATCH] Updated documentation --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3eaca3d..40a5a27 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ --- -title: foreign-c a portable foreign function interface for R7RS +title: foreign-c a portable foreign function interface for R7RS Schemes version: 0.10.0 --- # foreign-c -foreign-c is a C foreign function interface (FFI) library for R7RS. It is -portable in the sense that it supports multiple implementations, as opposed to -being portable by conforming to some specification. +foreign-c is a C foreign function interface (FFI) library for R7RS Schemes. It +is portable in the sense that it supports multiple implementations, as opposed +to being portable by conforming to some specification. [Issue tracker](https://sr.ht/~retropikzel/foreign-c/trackers)