Changeset 29 for branches/0.3/dso-lex.asd
- Timestamp:
- 05/30/2015 04:38:01 PM (11 years ago)
- File:
-
- 1 edited
-
branches/0.3/dso-lex.asd (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.3/dso-lex.asd
r21 r29 19 19 20 20 (asdf:defsystem #:dso-lex 21 :description "A simple lexer based on CL-PPCRE" 22 :version "0.3.2" 23 :author "David Owen <dsowen@fugue88.ws>" 24 :license "LGPL-3" 21 25 :depends-on (#:cl-ppcre #:dso-util) 22 26 :components ((:file "lex")))
Note: See TracChangeset
for help on using the changeset viewer.
