chicken-xattr/xattr.egg
2022-11-02 09:04:31 -05:00

10 lines
290 B
Scheme

;; -*- Scheme -*-
((synopsis "Access to extended attributes")
(author "Jaidyn Ann")
(category net)
(license "GPLv3")
(components (extension xattr)))
;; (csc-options "-O3" "-d1" "-X" "bind" "-s" "-k" "-emit-link-file" "xattr.link" "-o" "xattr_ext.o"))
;; (c-object xattr_ext)))