tREADME.md - clic - Clic is an command line interactive client for gopher writt… | |
git clone git://bitreich.org/clic/ git://hg6vgqziawt5s4dj.onion/clic/ | |
Log | |
Files | |
Refs | |
Tags | |
LICENSE | |
--- | |
tREADME.md (1258B) | |
--- | |
1 [ foo | |
18 #-(or darwin macos macosx) bar | |
19 | |
20 The included [SPEC.md][1] document describes the set of symbols that | |
21 should or should not be present in `CL:*FEATURES*` on certain | |
22 circumstances. This specification is implemented by the | |
23 TRIVIAL-FEATURES system which supports a handful of Lisps. | |
24 | |
25 The test suite is, in effect, an implementation using [CFFI][2] that | |
26 is checked against the various implementations in `src/tf-*.lisp`. | |
27 | |
28 trivial-features is MIT-licenced. | |
29 | |
30 | |
31 [1]: https://github.com/trivial-features/trivial-features/blob/master/SP… | |
32 [2]: http://common-lisp.net/project/cffi |