Update package.scm and documentation

This commit is contained in:
retropikzel 2025-03-13 07:35:05 +02:00
parent 5377352335
commit 97cd901ef0
3 changed files with 7 additions and 6 deletions

View File

@ -12,8 +12,9 @@ Documentation - 0.6.0</title>
</style>
</head>
<body>
<h1 id="portable-foreign-function-interface-for-r7rs">Portable
Foreign Function Interface for R7RS</h1>
<h1
id="portable-foreign-function-interface-for-r7rs---version">Portable
Foreign Function Interface for R7RS - ${version}</h1>
<p>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

Binary file not shown.

View File

@ -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)))