This is a first stab at a library description format for C3. This example defines only a single target (MacOS x64), but normally more are added.
Using --lib raylib
this definition would link libraylib.a + all of the MacOS frameworks. Note that rather than providing a statically allocated library, the same definition file could allow a directory of .c files or .c3 files to compile. Or link it dynamically.