diff options
author | David Robillard <d@drobilla.net> | 2024-12-20 15:27:40 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-12-20 15:27:40 -0500 |
commit | 8ab9795a4c0403a88cd01874caf5f58776ae24ca (patch) | |
tree | b42b840f79caba8ccb5ed62b5aeeb308ef815853 | |
parent | f6dbeb256e6bef656b4f535f8de4256b9b608669 (diff) | |
download | zix-8ab9795a4c0403a88cd01874caf5f58776ae24ca.tar.gz zix-8ab9795a4c0403a88cd01874caf5f58776ae24ca.tar.bz2 zix-8ab9795a4c0403a88cd01874caf5f58776ae24ca.zip |
Update README
-rw-r--r-- | README.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -32,17 +32,21 @@ Components * `zix/filesystem.h`: Functions for working with filesystems. * `zix/path.h`: Functions for working with filesystem paths lexically. +* Environment + + * `zix/environment.h`: Function to expand shell-style variables in a string. + Platforms --------- Zix is continually tested on: - * Debian GNU/Linux 11 (x86, x64, arm32, and arm64) + * Debian 11 (x86, x64, arm32, and arm64) * Fedora 36 (x64) - * FreeBSD 13 (x64) + * FreeBSD 14 (x64) * MacOS 14 (M2) * Node 12 (as wasm via emscripten 2.0.12) - * Windows 10 (x86) + * Windows 10 (x64) Dependencies ------------ |