;; -*- Hen -*- ((egg "cmaes.egg") ; This should never change ; List here all the files that should be bundled as part of your egg. (files "cmaes.setup" "cmaes.meta" "cmaes.scm" "tests" ) ; Your egg's license: (license "GPL-2") ; Pick one from the list of categories (see below) for your egg and ; enter it here. (category math) ; A list of eggs cmaes depends on. (test-depends test) (author "Ivan Raikov") (synopsis "The CMA-ES library for non-linear function minimization."))