;; -*- Hen -*- ((egg "ploticus.egg") ; This should never change ; List here all the files that should be bundled as part of your egg. (files "ploticus.setup" "ploticus.meta" "ploticus.scm" "tests") ; Your egg's license: (license "GPL-3") ; Pick one from the list of categories (see below) for your egg and ; enter it here. (category graphics) ; A list of eggs ploticus depends on. (needs) (author "Ivan Raikov") (synopsis "An interface to ploticus, a library for producing plots, charts, and graphics from data."))