File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Version 0.2.7
2- 2018-05-08
2+ 2020-07-02
33Added support for name-readtables.
44Now interpol syntax can be activated using: (named-readtables:in-readtable :interpol-syntax).
55This way integration with SLIME and SLY is possible.
Original file line number Diff line number Diff line change 3535(in-package :cl-interpol-asd )
3636
3737(defsystem :cl-interpol
38- :version " 0.2.6 "
38+ :version " 0.2.7 "
3939 :serial t
4040 :depends-on (:cl-unicode
4141 :named-readtables )
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ <h2>CL-INTERPOL - String interpolation for Common Lisp</h2>
8989
9090CL-INTERPOL together with this documentation can be downloaded from < a
9191href ="https://github.com/edicl/cl-interpol/archive/master.zip "> Github</ a > . The
92- current version is 0.2.6 .
92+ current version is 0.2.7 .
9393< p >
9494CL-INTERPOL comes with a system definition for < a
9595href ="http://www.cliki.net/asdf "> ASDF</ a > so you can install the library with
You can’t perform that action at this time.
0 commit comments