Could Free Pascal benefit of something like Apache Maven?
Apache Maven is a very popular build and dependency management tool in the Java open source ecosphere. I did some tests to find out if it can handle compiled Free Pascal / Delphi units and found it easy to implement. So it would be possible to release open source libraries precompiled for Free Pascal (or Delphi) in a public Maven repository include metadata in this repository which contains dependency information use Maven on the command line to download the open source library from the public repository, and automatically resolve all dependencies local repositories, working as proxies, could