fpmake

Could Free Pascal benefit of something like Apache Maven?

心已入冬 提交于 2019-11-28 20:52:19
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

Could Free Pascal benefit of something like Apache Maven?

百般思念 提交于 2019-11-27 13:29:42
问题 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