;;;; -*- Hen -*- ((egg "gap-buffer.egg") ; This should never change ; List here all the files that should be bundled as part of your egg. (files "gap-buffer.meta" "gap-buffer.setup" "gap-buffer.scm" ) ; 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 digraph depends on. (needs) (test-depends test) (author "Thien-Thi Nguyen") (maintainer "Ivan Raikov") (synopsis "Gap buffer."))