;; -*- Hen -*- ((egg "format-textdiff.egg") ; This should never change ; List here all the files that should be bundled as part of your egg. (files "format-textdiff.setup" "format-textdiff.meta" "format-textdiff.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 io) ; A list of eggs format-textdiff depends on. (needs matchable npdiff vector-lib dyn-vector) (test-depends test patch) (author "Ivan Raikov") (synopsis "Output text diff scripts in different formats"))