Half-way through typed names

This commit is contained in:
Alejandro R Mosteo
2018-03-09 18:33:41 +01:00
parent 0f9b9473a1
commit f28c21357a
44 changed files with 296 additions and 324 deletions
+4 -8
View File
@@ -1,13 +1,9 @@
package Alire.Index.Liblua is
Name : constant String := "liblua";
Desc : constant String := "Development files for the Lua language";
V_5_3 : constant Release :=
Register (Name,
V ("5.3"),
Desc,
Native ((Debian | Ubuntu => Packaged_As ("liblua5.3-dev"),
others => Unavailable)));
Register (Projects.Liblua,
V ("5.3"),
Native ((Debian | Ubuntu => Packaged_As ("liblua5.3-dev"),
others => Unavailable)));
end Alire.Index.Liblua;