New "reflective" catalog entries
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package Alire.Index.GLUT is
|
||||
|
||||
function Project is new Catalogued_Project ("glut",
|
||||
"OpenGL Utility Toolkit");
|
||||
function Project is new Catalogued_Project ("OpenGL Utility Toolkit");
|
||||
|
||||
V_2_8_1 : constant Release :=
|
||||
Project.Register
|
||||
|
||||
@@ -2,8 +2,7 @@ with Alire.Index.GNAT;
|
||||
|
||||
package Alire.Index.GtkAda is
|
||||
|
||||
function Project is new Catalogued_Project ("gtkada",
|
||||
"Ada binding for the GTK+ GUI");
|
||||
function Project is new Catalogued_Project ("Ada binding for the GTK+ GUI");
|
||||
|
||||
V_17 : constant Release :=
|
||||
Project.Register
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package Alire.Index.Libglfw3 is
|
||||
|
||||
function Project is new Catalogued_Project ("libglfw3",
|
||||
"Portable library for OpenGL, window and input");
|
||||
function Project is new Catalogued_Project
|
||||
("Portable library for OpenGL, window and input");
|
||||
|
||||
V_3 : constant Release :=
|
||||
Project.Register
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
package Alire.Index.LibGNUTLS is
|
||||
|
||||
function Project is new Catalogued_Project ("libgnutls",
|
||||
"GNU TLS library");
|
||||
function Project is new Catalogued_Project ("GNU TLS library");
|
||||
|
||||
V_3_5_8 : constant Release :=
|
||||
Project.Register
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package Alire.Index.Liblua is
|
||||
|
||||
function Project is new Catalogued_Project ("liblua",
|
||||
"Development files for the Lua language");
|
||||
function Project is new Catalogued_Project
|
||||
("Development files for the Lua language");
|
||||
|
||||
V_5_3 : constant Release :=
|
||||
Project.Register
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
package Alire.Index.LibSDL2 is
|
||||
|
||||
function Project is new Catalogued_Project ("libsdl2",
|
||||
"Simple DirectMedia Layer development files");
|
||||
function Project is new Catalogued_Project
|
||||
("Simple DirectMedia Layer development files");
|
||||
|
||||
function Image is new Extension (Project,
|
||||
"image",
|
||||
"Image loading library for Simple DirectMedia Layer 2");
|
||||
function Image is new Extension
|
||||
(Project,
|
||||
"Image loading library for Simple DirectMedia Layer 2");
|
||||
|
||||
function TTF is new Extension (Project,
|
||||
"ttf",
|
||||
"TrueType Font library for Simple DirectMedia Layer 2");
|
||||
function TTF is new Extension
|
||||
(Project,
|
||||
"TrueType Font library for Simple DirectMedia Layer 2");
|
||||
|
||||
SDL_V_2 : constant Release :=
|
||||
Project.Register
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
package Alire.Index.LibX11 is
|
||||
|
||||
function Project is new Catalogued_Project ("libx11",
|
||||
"X11 client-side library");
|
||||
function Project is new Catalogued_Project ("X11 client-side library");
|
||||
|
||||
V_2 : constant Release :=
|
||||
Project.Register
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package Alire.Index.Make is
|
||||
|
||||
function Project is new Catalogued_Project ("make",
|
||||
"Utility for directing compilation");
|
||||
function Project is new Catalogued_Project
|
||||
("Utility for directing compilation");
|
||||
|
||||
V_Native : constant Release :=
|
||||
Project.Register (V ("0"),
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
package Alire.Index.Native_Template is
|
||||
|
||||
-- function Project is new Catalogued_Project ("name", "description");
|
||||
-- function Project is new Catalogued_Project
|
||||
-- ("description");
|
||||
|
||||
-- V : constant Release :=
|
||||
-- Project.Register (V (""),
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package Alire.Index.NcursesAda is
|
||||
|
||||
function Project is new Catalogued_Project ("ncursesada",
|
||||
"Ada binding to the ncurses text interface library");
|
||||
function Project is
|
||||
new Catalogued_Project ("Ada binding to the ncurses text interface library");
|
||||
|
||||
V_6 : constant Release :=
|
||||
Project.Register
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package Alire.Index.UnixODBC is
|
||||
|
||||
function Project is new Catalogued_Project ("unixodbc",
|
||||
"Open Database Connectivity drivers for UNIX platforms");
|
||||
function Project is new Catalogued_Project
|
||||
("Open Database Connectivity drivers for UNIX platforms");
|
||||
|
||||
V_2_3 : constant Release :=
|
||||
Project.Register
|
||||
|
||||
Reference in New Issue
Block a user