Add package.scm

This commit is contained in:
retropikzel 2024-09-20 10:39:14 +03:00
parent cb350ee8ae
commit 8b362b4bfb
1 changed files with 16 additions and 0 deletions

16
package.scm Normal file
View File

@ -0,0 +1,16 @@
(package
(name (retropikzel r7rs-pffi))
(authors "Retropikzel")
(maintainers "Retropikzel")
(homepage "https://git.sr.ht/~retropikzel/r7rs-pffi")
(manual "README.md")
(description "Portable Foreign Function Interface for R7RS schemes")
(keywords 'ffi)
(license 'lgpl)
(version "0.5.0")
(test "test.scm")
(library
(name (retropikzel r7rs-pffi))
(path "retropikzel/r7rs-pffi.sld")
(depends)
(platforms linux windows)))