system: Index newest version

This commit is contained in:
retropikzel 2026-08-29 16:47:37 +03:00
parent a417c9aec1
commit 8ae069853d
1 changed files with 28 additions and 0 deletions

28
.snow-repo.scm Normal file
View File

@ -0,0 +1,28 @@
(repository
(package
(git
(hash "a417c9aec13dd81474373dc71cf50431c7dbbf4f")
(url "https://codeberg.org/retropikzel/foreign-c-libraries.git"))
(authors "Retropikzel")
(version "1.1.6")
(library
(name
(retropikzel system))
(path "retropikzel/system.sld")
(foreign-depends)
(depends
(scheme base)
(scheme write)
(scheme process-context)
(foreign c)))
(manual "retropikzel/system/README.md")
(description "Execute a shell command.")
(test "retropikzel/system/test.scm")
(test-depends
(scheme base)
(scheme write)
(scheme file)
(retropikzel system)
(retropikzel tap)
(srfi 64))
(updated "2026-08-29T16:47:57+00:00")))