git-to-snow-repo/example-list.scm

11 lines
572 B
Scheme

(((description "Small \"Hello world\" library to be used with testing of snow-fort")
(url "https://git.sr.ht/~retropikzel/scheme-hello-world")
(library (path "retropikzel/hello.sld"))
(library (path "retropikzel/hello/util.sld")))
((description "C Foreign Function Interface (FFI) library for R7RS Schemes")
(maintainers "Retropikzel") ; Optional, if left out will be looked from git url
(url "https://git.sr.ht/~retropikzel/foreign-c")
(library (path "foreign/c.sld")
(foreign-depends "ffi") ; Not optional if there is a dependency
)))