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

12 lines
340 B
Ada

package Alire.Index.LibX11 is
function Project is new Catalogued_Project ("X11 client-side library");
V_2 : constant Release :=
Project.Register
(V ("2"),
Native ((Debian | Ubuntu => Packaged_As ("libx11-dev"),
others => Unavailable)));
end Alire.Index.LibX11;