;; -*- 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/pointers1" "tests/text6" "tests/text1" "tests/pointers2" "tests/lao" "tests/text3" "tests/text5" "tests/run.scm" "tests/patch.scm" "tests/text2" "tests/tzu" "tests/large1" "tests/text4" "tests/large0") ; 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"))