;;;; -*- Hen -*- ((egg "random-swb.egg") ; This should never change ; List here all the files that should be bundled as part of your egg. (files "random-swb.meta" "random-swb.setup" "random-swb.scm") ; Your egg's license: (license "GPL-3") ; Pick one from the list of categories (see below) for your egg and ; enter it here. (category data) ; A list of eggs random-swb depends on. (needs matchable) (author "Ivan Raikov") (synopsis "A random number generator based on the subtract-with-borrow (SWB) method."))