aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-06-27 12:59:35 -0400
committerDavid Robillard <d@drobilla.net>2022-07-10 13:39:53 -0400
commitf6c961b25c5a10053022745cfbcc2d5c7947692c (patch)
tree11125c9a164e435c2c0a19f5da5c2121bf9a58a2 /README.md
parent5e78edf6e09373938a796cf44fb38d2309d04b4d (diff)
downloadserd-f6c961b25c5a10053022745cfbcc2d5c7947692c.tar.gz
serd-f6c961b25c5a10053022745cfbcc2d5c7947692c.tar.bz2
serd-f6c961b25c5a10053022745cfbcc2d5c7947692c.zip
Add FreeBSD row to CI
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index cae1c9f6..8a21cbca 100644
--- a/README.md
+++ b/README.md
@@ -15,8 +15,8 @@ Features
[ISC license][].
* **Portable and Dependency-Free:** Serd has no external dependencies other
- than the C standard library. It is known to compile with GCC, Clang, and
- MSVC (as C++), and is tested on GNU/Linux, MacOS, and Windows.
+ than the C standard library. It is known to compile with Clang, GCC, and
+ MSVC, and is tested on GNU/Linux, FreeBSD, MacOS, and Windows.
* **Small:** Serd is implemented in a few thousand lines of C. When optimized,
it compiles to well under 100 KiB.