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

12 lines
364 B
Ada

package Alire.Index.GLUT is
function Project is new Catalogued_Project ("OpenGL Utility Toolkit");
V_2_8_1 : constant Release :=
Project.Register
(V ("2.8.1-3"),
Native ((Debian | Ubuntu => Packaged_As ("freeglut3-dev"),
others => Unavailable)));
end Alire.Index.GLUT;