;; -*- Hen -*- ((egg "interp1d.egg") ; This should never change ; List here all the files that should be bundled as part of your egg. (files "interp1d-eggdoc.scm" "interp1d.scm" "interp1d.meta" "interp1d.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 random-test depends on. (needs eggdoc easyffi) (eggdoc "interp1d-eggdoc.scm") (author "Ivan Raikov") (synopsis "One-dimensional numerical interpolation."))