struct, From most independent to most dependent:
- util: utilities for files, downloads, life cycle (exit), cmake fixers, and execution (command line "delivery")...
- rsc: files needed in file system (offline) by the project (as a deno project can run from online scripts).
- compile: platform independent cmake infrastructure.
- libs (legacy): old version of library "automated import", focused in sharing files for all projects and share just compiled versions.
- libs2: current, now focused only in prepare the source code to be used by cmake, better portability for IDEs...
Libs2 put compiled data + includes or source, plus cmake interfaces as possible, samples:
- *O> optional deps
- *R> required deps
- FF: Fake finder (cmake)
to be implemented: opus, flac, aom, libavif, giflib, libjpeg-turbo