Update package.scm and documentation
This commit is contained in:
parent
5377352335
commit
97cd901ef0
|
|
@ -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.
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Reference in New Issue