You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 23, 2021. It is now read-only.
This project depends only on the [[http://common-lisp.net/project/anaphora/][Anaphora]] library. The test package uses the [[github.com/fukamachi/prove][prove]] test library.
370
+
Dependencies
371
+
------------
372
+
373
+
This project depends only on the [[http://common-lisp.net/project/anaphora/][Anaphora]] library. The test package uses the [[github.com/fukamachi/prove][prove]] test library.
374
+
375
+
Installation
376
+
------------
377
+
378
+
Now available on [[http://quicklisp.org][Quicklisp]]! Just one `(ql:quickload :defclass-std)` away!
370
379
371
-
** Installation
372
-
Now available on [[http://quicklisp.org][Quicklisp]]!
380
+
Bugs
381
+
----
373
382
374
-
** Bugs
375
-
If you find any bug or inconsistency in the code, or if you find it too hard to use, feel free to open an issue.
383
+
If you find any bug or inconsistency in the code, or if you find it too hard to use, feel free to open an issue.
376
384
377
-
** Tests
378
-
This library is tested under SBCL, CCL and CLISP Common Lisp implementations.
385
+
Tests
386
+
-----
387
+
388
+
This library is tested under SBCL, CCL and CLISP Common Lisp implementations.
379
389
380
-
To run all the defined tests, use:
390
+
To run all the defined tests, use:
381
391
```lisp
382
-
* (asdf:test-system :defclass-std)
383
-
; prints lots of stuff...
384
-
; => T
392
+
* (asdf:test-system :defclass-std)
393
+
; prints lots of stuff...
394
+
; => T
385
395
```
386
-
Tests are also ran with [[https://travis-ci.org/EuAndreh/defclass-std][Travis CI]] using [[https://github.com/luismbo/cl-travis][cl-travis]] and [[https://github.com/KeenS/CIM][CIM]]. Check it out!
387
396
388
-
** Authors
397
+
Tests are also ran with [[https://travis-ci.org/EuAndreh/defclass-std][Travis CI]] using [[https://github.com/luismbo/cl-travis][cl-travis]] and [[https://github.com/KeenS/CIM][CIM]]. Check it out!
0 commit comments