define-macro.egg 175 B

1234567
  1. ;; -*- scheme -*-
  2. ((author "Mistivia")
  3. (synopsis "Lisp-style macro")
  4. (license "BSD")
  5. (category lang-exts)
  6. (test-dependencies test)
  7. (components (extension define-macro)))