Index: trunk/dso-parse.asd
===================================================================
--- trunk/dso-parse.asd	(revision trunk,18)
+++ trunk/dso-parse.asd	(revision trunk,18)
@@ -0,0 +1,5 @@
+;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp -*-
+
+(asdf:defsystem #:parse
+  :depends-on (#:cl-ppcre)
+  :components ((:file "parse")))
