;;;; -*- Hen -*- ((egg "random-test.egg") ; This should never change ; List here all the files that should be bundled as part of your egg. (files "fig2.tex" "random-test.setup" "random-test-eggdoc.scm" "random-test.fig2.png" "fig1.tex" "random-test.scm" "fig3.tex" "random-test.fig3.png" "random-test.fig1.png" "random-test.meta") ; 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-test depends on. (needs eggdoc easyffi) (eggdoc "random-test-eggdoc.scm") (author "Ivan Raikov") (synopsis "Some simple randomness tests for a sequence of numbers."))