[Gd-chatter] r10836 - trunk/ltd/code

housel at gwydiondylan.org housel at gwydiondylan.org
Wed Jul 26 15:17:33 CEST 2006


Author: housel
Date: Wed Jul 26 15:17:30 2006
New Revision: 10836

Added:
   trunk/ltd/code/ltd.asd   (contents, props changed)
Log:
Bug: 7322
Provide an initial ASDF definition for LTD.


Added: trunk/ltd/code/ltd.asd
==============================================================================
--- (empty file)
+++ trunk/ltd/code/ltd.asd	Wed Jul 26 15:17:30 2006
@@ -0,0 +1,20 @@
+;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10 -*-
+
+(defpackage #:ltd-asd (:use :cl :asdf))
+(in-package :ltd-asd)
+
+(defsystem ltd
+    :description "Lisp to Dylan translator"
+    :version "0.1"
+    :author "Peter Norvig"
+    :maintainer "Peter S. Housel <housel at acm.org>"
+    :serial t ;; for now...
+    :components ((:file "package")
+                 (:file "misc")
+		 (:file "options")
+		 (:file "read")
+		 (:file "dpp")
+		 (:file "ltd")
+		 (:file "ltd-table")
+		 (:file "loop")
+		 (:file "tables")))



More information about the chatter mailing list