Files
alire-index-community/index/native/alire-index-libglfw3.ads
T
2018-03-25 23:48:27 +02:00

13 lines
427 B
Ada

package Alire.Index.Libglfw3 is
function Project is new Catalogued_Project ("libglfw3",
"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;