chicken-xattr/xattr.egg

8 lines
175 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")
2024-05-13 22:12:06 -05:00
(dependencies srfi-1)
2022-11-02 09:04:31 -05:00
(components (extension xattr)))