Repository URL to install this package:
unit ugeneric96d; {$mode objfpc} interface type generic TTest<T> = class end; implementation end.