diff --git a/documentation/R7RS-PFFI.html b/documentation/R7RS-PFFI.html index 3252142..93a850e 100644 --- a/documentation/R7RS-PFFI.html +++ b/documentation/R7RS-PFFI.html @@ -12,8 +12,9 @@ Documentation - 0.6.0
-Portable foreign function interface for R7RS. It is portable in the sense that it supports multiple implementations, as opposed to being portable by conforming to some diff --git a/documentation/R7RS-PFFI.pdf b/documentation/R7RS-PFFI.pdf index 3d7949c..5eb7294 100644 Binary files a/documentation/R7RS-PFFI.pdf and b/documentation/R7RS-PFFI.pdf differ diff --git a/package.scm b/package.scm index fb1887b..4aa5cd0 100644 --- a/package.scm +++ b/package.scm @@ -1,5 +1,5 @@ (package - (name (retropikzel r7rs-pffi)) + (name (retropikzel pffi)) (authors "Retropikzel") (maintainers "Retropikzel") (homepage "https://git.sr.ht/~retropikzel/r7rs-pffi") @@ -7,10 +7,10 @@ (description "Portable Foreign Function Interface for R7RS schemes") (keywords 'ffi) (license 'lgpl) - (version "0.5.0") + (version "0.6.0") (test "test.scm") (library - (name (retropikzel r7rs-pffi)) - (path "retropikzel/r7rs-pffi.sld") + (name (retropikzel pffi)) + (path "retropikzel/pffi.sld") (depends) (platforms linux windows)))