Files
alire-index-community/index/native/alire-index-gtkada.ads
T
2018-05-11 15:31:23 +02:00

18 lines
484 B
Ada

with Alire.Index.GNAT;
package Alire.Index.GtkAda is
function Project is new Catalogued_Project ("Ada binding for the GTK+ GUI");
V_17 : constant Release :=
Project.Register
(V ("17"),
Native ((Debian | Ubuntu => Packaged_As ("libgtkada16.1.0-dev"),
others => Unavailable)),
Dependencies =>
GNAT.Project.Current
);
end Alire.Index.GtkAda;