xattr.egg 290 B

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