;; -*- Hen -*- ((egg "lognum.egg") ; This should never change ; List here all the files that should be bundled as part of your egg. (files "lognum.scm" "lognum.meta" "lognum.setup") ; Your egg's license: (license "GPL-3") ; Pick one from the list of categories (see below) for your egg and ; enter it here. (category math) ; A list of eggs lognum depends on. (needs matchable datatype ) (doc-from-wiki) (author "Ivan Raikov") (synopsis "Logarithmic number system."))