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

13 lines
428 B
Ada

package Alire.Index.LibGNUTLS is
function Project is new Catalogued_Project ("libgnutls",
"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;