common-lisp.net
/
users/frideau/scribble.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
c9f41fb
)
Scribble depends on fare-memoization which is not provided by fare-utils anymore.
author
Francois-Rene Rideau
<fare@tunes.org>
Tue, 17 Jul 2012 17:20:28 +0000 (13:20 -0400)
committer
Francois-Rene Rideau
<fare@tunes.org>
Tue, 17 Jul 2012 17:20:28 +0000 (13:20 -0400)
scribble.asd
patch
|
blob
|
blame
|
history
diff --git
a/scribble.asd
b/scribble.asd
index
d3ef749
..
08a4360
100644
(file)
--- a/
scribble.asd
+++ b/
scribble.asd
@@
-4,7
+4,7
@@
:long-description "Scribble offers two syntax extensions allowing you to very nicely
mix text markup data and Lisp code. One syntax is a port to CL of Racket's Scribble syntax,
and the other is a port to CL of Bigloo's Skribe syntax."
- :depends-on (:meta :fare-utils :fare-matcher
+ :depends-on (:meta :fare-utils :fare-matcher :fare-memoization
:fare-quasiquote-readtable :named-readtables)
:components
((:file "package")