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

12 lines
368 B
Ada

package Alire.Index.LibGNUTLS is
function Project is new Catalogued_Project ("GNU TLS library");
V_3_5_8 : constant Release :=
Project.Register
(V ("3.5.8"),
Native ((Debian | Ubuntu => Packaged_As ("libgnutls28-dev"),
others => Unavailable)));
end Alire.Index.LibGNUTLS;