blob: c78397fa1044d66ef3b4380f11922e618af3aa73 (
plain)
1
2
3
4
5
6
7
8
9
10
|
;;; scsh-process.meta -*- Scheme -*-
((synopsis "")
(author "Peter Bex")
(category os)
(license "BSD")
(doc-from-wiki)
;(depends)
(test-depends test)
(files "scsh-process.meta" "scsh-process.scm" "scsh-process.setup" "tests/run.scm"))
|