Skip to content
Snippets Groups Projects
Commit a53b5f47 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Add parse-cl-syntax to the build.xcvb

parent 969ccc3e
No related branches found
No related tags found
No related merge requests found
#+xcvb (module (:depends-on ("base/macros")))
(in-package :fare-utils) (in-package :fare-utils)
(defun list-starts-with-p (start list) (defun list-starts-with-p (start list)
......
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
"base/streams" "base/streams"
"base/hash-tables" "base/hash-tables"
"base/more-strings" "base/more-strings"
"base/parse-cl-syntax"
"filesystem/pathnames" "filesystem/pathnames"
"filesystem/files" "filesystem/files"
"filesystem/atomic" "filesystem/atomic"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment