From 0da448614e8181036f8076b897b631e60bfb84ab Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sat, 3 May 2025 06:14:52 +0300 Subject: [PATCH] Updated documentation --- README.md | 1 + documentation/foreign-c.html | 77 +++++++++++++++++++++++++++++------ documentation/foreign-c.pdf | Bin 35652 -> 39339 bytes 3 files changed, 66 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index da858b9..883f751 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ --- title: foreign-c a portable foreign function interface for R7RS + version: 0.10.0 --- diff --git a/documentation/foreign-c.html b/documentation/foreign-c.html index c9acd1c..4574eaf 100644 --- a/documentation/foreign-c.html +++ b/documentation/foreign-c.html @@ -2,7 +2,7 @@ - (foreign c) a portable foreign function interface for + <title>foreign-c a portable foreign function interface for R7RS - 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 +

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.

-

The new readme is a work in progress.

+

Project

+

Issue + trackers

+

Maling + lists

+

Jenkins