git.fiddlerwoaroof.com
Browse code

Update system definition

Fernando Borretti authored on 31/01/2015 00:46:13
Showing 1 changed files
... ...
@@ -7,11 +7,14 @@
7 7
   :bug-tracker "https://github.com/eudoxia0/cl-yaml/issues"
8 8
   :source-control (:git "git@github.com:eudoxia0/cl-yaml.git")
9 9
   :depends-on (:cl-libyaml
10
-               :alexandria)
10
+               :alexandria
11
+               :cl-ppcre)
11 12
   :components ((:module "src"
12 13
                 :serial t
13 14
                 :components
14 15
                 ((:file "error")
16
+                 (:file "float")
17
+                 (:file "scalar")
15 18
                  (:file "parser")
16 19
                  (:file "emitter"))))
17 20
   :description "A YAML parser and emitter."