;;;; -*- Hen -*- (; Your egg's license: (license "LGPL-3") ; Pick one from the list of categories (see below) for your egg and ; enter it here. (category misc) ; A list of eggs getopt-long depends on. (dependencies srfi-1 srfi-13 srfi-14 matchable) (test-dependencies test matchable) (author "Ivan Raikov") (synopsis "Command line option parsing.") (components (extension getopt-long (csc-options "-O2" "-d0"))))