aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-24 11:01:57 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-24 11:01:57 -0700
commit68068acbea8f46d37b16c5af71a75c2456fe167e (patch)
treeb9cdaad2be57dcc35925440cff4c36faf618a10b /README.rst
parentaf7c08eb3f4fd00599647e1f389e35b0e032e826 (diff)
downloadconsfigurator-68068acbea8f46d37b16c5af71a75c2456fe167e.tar.gz
README: reword and expand remarks on portability
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index fdabef0..6d811e7 100644
--- a/README.rst
+++ b/README.rst
@@ -151,11 +151,13 @@ Portability and stability
- **Consfigurator is still stabilising and so there may be lots of breaking
changes.**
-- No attempt is made to support Common Lisp implementations other than SBCL,
- though portability patches are welcome.
+- All of the code should be portable ANSI Common Lisp, but little to no
+ testing is done by the author on implementations other than SBCL, so testing
+ and portability patches are welcome.
- Little attempt is made by the author to support systems other than Debian
- GNU/Linux, but again, portability patches are welcome.
+ GNU/Linux, but again, portability patches are welcome, and the design of
+ Consfigurator should enable supporting other systems.
Credits
=======