Update package.scm and documentation
This commit is contained in:
parent
5377352335
commit
97cd901ef0
|
|
@ -12,8 +12,9 @@ Documentation - 0.6.0</title>
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1 id="portable-foreign-function-interface-for-r7rs">Portable
|
<h1
|
||||||
Foreign Function Interface for R7RS</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
|
<p>Portable foreign function interface for R7RS. It is portable
|
||||||
in the sense that it supports multiple implementations, as
|
in the sense that it supports multiple implementations, as
|
||||||
opposed to being portable by conforming to some
|
opposed to being portable by conforming to some
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1,5 +1,5 @@
|
||||||
(package
|
(package
|
||||||
(name (retropikzel r7rs-pffi))
|
(name (retropikzel pffi))
|
||||||
(authors "Retropikzel")
|
(authors "Retropikzel")
|
||||||
(maintainers "Retropikzel")
|
(maintainers "Retropikzel")
|
||||||
(homepage "https://git.sr.ht/~retropikzel/r7rs-pffi")
|
(homepage "https://git.sr.ht/~retropikzel/r7rs-pffi")
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
(description "Portable Foreign Function Interface for R7RS schemes")
|
(description "Portable Foreign Function Interface for R7RS schemes")
|
||||||
(keywords 'ffi)
|
(keywords 'ffi)
|
||||||
(license 'lgpl)
|
(license 'lgpl)
|
||||||
(version "0.5.0")
|
(version "0.6.0")
|
||||||
(test "test.scm")
|
(test "test.scm")
|
||||||
(library
|
(library
|
||||||
(name (retropikzel r7rs-pffi))
|
(name (retropikzel pffi))
|
||||||
(path "retropikzel/r7rs-pffi.sld")
|
(path "retropikzel/pffi.sld")
|
||||||
(depends)
|
(depends)
|
||||||
(platforms linux windows)))
|
(platforms linux windows)))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue