Files
alire-index-community/index/native/alire-index-zlib.ads
T
2018-05-09 16:41:57 +02:00

15 lines
403 B
Ada

package Alire.Index.ZLib is
function Project is new Catalogued_Project
("Library implementing the deflate method from gzip/PKZIP");
Base : constant Release := Project.Unreleased;
package V_1_2 is new Project_Release
(Base
.Replacing
(Native ((Debian | Ubuntu => Packaged_As ("zlib1g-dev"),
others => Unavailable))));
end Alire.Index.ZLib;