Repository URL to install this package:
unit ugeneric96c; {$mode objfpc} interface type TTest = class end; implementation end.