diff options
author | David Robillard <d@drobilla.net> | 2022-06-27 12:59:35 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-07-10 13:39:53 -0400 |
commit | f6c961b25c5a10053022745cfbcc2d5c7947692c (patch) | |
tree | 11125c9a164e435c2c0a19f5da5c2121bf9a58a2 /README.md | |
parent | 5e78edf6e09373938a796cf44fb38d2309d04b4d (diff) | |
download | serd-f6c961b25c5a10053022745cfbcc2d5c7947692c.tar.gz serd-f6c961b25c5a10053022745cfbcc2d5c7947692c.tar.bz2 serd-f6c961b25c5a10053022745cfbcc2d5c7947692c.zip |
Add FreeBSD row to CI
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |