;; -*- scheme -*- ;;;; tadv.egg ((author "wkmanire") (synopsis "A real-time text-adventure game") (license "Free Use") (category misc) (dependencies records sequences bindings srfi-1 srfi-69) (test-dependencies test) (platform (or windows linux unix)) (components (program tadv (modules tadv.ecs tadv.game tadv.commands tadv.commands.debug tadv.components tadv.main))))