fipsified flecs (https://github.com/SanderMertens/flecs)
fips build system: https://github.com/floooh/fips
Add the dependency to your fips.yml file:
imports:
fips-flecs:
git: https://github.com/darsausalo/fips-flecs
Use flecs as dependency in your targets:
fips_begin_*(...)
...
fips_deps(flecs)
fips_end_*(...)