Repository URL to install this package:
{$mode objfpc}{$H+} program fpmake; uses fpmkunit; Var T : TTarget; begin With Installer do begin { Base packages } {$i fpmake.inc} Run; end; end.