chicken-xattr/xattr.egg

9 lines
184 B
Plaintext
Raw Normal View History

2022-11-02 09:04:31 -05:00
;; -*- Scheme -*-
((synopsis "Access to extended attributes")
(author "Jaidyn Ann")
2023-01-02 08:43:45 -06:00
(category io)
2022-11-02 09:04:31 -05:00
(license "GPLv3")
2023-01-02 08:43:45 -06:00
(dependencies srfi-1 srfi-12)
2022-11-02 09:04:31 -05:00
(components (extension xattr)))