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

13 lines
373 B
Ada

package Alire.Index.Libglfw3 is
function Project is new Catalogued_Project
("Portable library for OpenGL, window and input");
V_3 : constant Release :=
Project.Register
(V ("3"),
Native ((Debian | Ubuntu => Packaged_As ("libglfw3-dev"),
others => Unavailable)));
end Alire.Index.Libglfw3;