Skip to content

Commit

Permalink
Updated documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Jan 27, 2024
1 parent ec8cd37 commit edbfd16
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ necessary to make available [Roswell](https://github.com/roswell/roswell)
and [Qlot](https://github.com/fukamachi/qlot) inside the Github CI.
"
(@features section)
(@implementation-support section)
(@typical-usage section)
(@roswell-version section)
(@asdf-version section)
Expand Down Expand Up @@ -73,6 +74,29 @@ and [Qlot](https://github.com/fukamachi/qlot) inside the Github CI.
")


(defsection @implementation-support (:title "Implementation support")
"
Most implementations are tested on Linux, but for some of them Windows and OSX are also should work:
| **Implementation** | **Supported** |
|--------------------|------------------------------------------------------|
| abcl-bin | ✅ |
| allegro | ✅ |
| ccl-bin | ✅ |
| clasp | [❌](https://github.com/40ants/setup-lisp/issues/16) |
| clasp-bin | ✅ |
| clisp | [❌](https://github.com/40ants/setup-lisp/issues/15) |
| clisp-head | ✅ |
| cmu-bin | ✅ |
| ecl | ✅ |
| mkcl | [❌](https://github.com/40ants/setup-lisp/issues/17) |
| npt | [❌](https://github.com/40ants/setup-lisp/issues/18) |
| sbcl | ✅ |
| sbcl-bin | ✅ |
")

(defsection @typical-usage (:title "A typical usage")
"
Here is how a minimal GitHub Workflow might look like:
Expand Down

0 comments on commit edbfd16

Please sign in to comment.