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

13 lines
428 B
Ada

package Alire.Index.Liblua is
function Project is new Catalogued_Project ("liblua",
"Development files for the Lua language");
V_5_3 : constant Release :=
Project.Register
(V ("5.3"),
Native ((Debian | Ubuntu => Packaged_As ("liblua5.3-dev"),
others => Unavailable)));
end Alire.Index.Liblua;