You've already forked gnatcoll-core
mirror of
https://github.com/AdaCore/gnatcoll-core.git
synced 2026-02-12 12:58:57 -08:00
The change basically clearly separates the lib intro three projects:
- gnatcoll-minimal: features that may work in cross-environment context
- gnatcoll-core: mainly native features such as process handling,
JSON parsing, ...
- gnatcoll-projects: bindings to libgpr
It also removes the need for Makefile and Unix tools to configure
and build the projects. The only requirement is now a bare Python
Part of eng/toolchain/gnatcoll-core#55