Files
alire-index-community/index/native/alire-index-make.ads
T
2018-04-30 10:52:43 +02:00

12 lines
382 B
Ada

package Alire.Index.Make is
function Project is new Catalogued_Project
("Utility for directing compilation");
V_Native : constant Release :=
Project.Register (V ("0"),
Native ((Debian | Ubuntu => Packaged_As ("make"),
others => Unavailable)));
end Alire.Index.Make;