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

15 lines
471 B
Ada

package Alire.Index.UnixODBC is
function Project is new Catalogued_Project
("Open Database Connectivity drivers for UNIX platforms");
V_2_3 : constant Release :=
Project.Register
(V ("2.3"),
Native ((Debian | Ubuntu => Packaged_As ("unixodbc-dev"),
others => Unavailable)),
Properties =>
Website ("www.unixodbc.org"));
end Alire.Index.UnixODBC;