;;;; -*- Hen -*- ((egg "vlist.egg") ; This should never change ; List here all the files that should be bundled as part of your egg. (files "vlist.meta" "vlist.setup" "vlist.scm" "tests") ; Your egg's license: (license "LGPL-3") ; Pick one from the list of categories (see below) for your egg and ; enter it here. (category data) ; A list of eggs vlist depends on. (needs) (test-depends test) (author "Ludovic Courtès") (maintainer "Ivan Raikov") (synopsis "An implementation of vlists, a functional list-like data structure."))