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

24 lines
632 B
Ada

package Alire.Index.Template is
-- function Project is new Catalogued_Project
-- ("description");
--
-- Repo : constant URL := "";
--
-- Base : constant Release :=
-- Project.Unreleased
-- (Properties =>
-- Author ("") and
-- Maintainer ("") and
-- Website ("") and
-- License (Unknown));
--
-- package V_0_0_0 is new Project_Release
-- (Base
-- .Replacing (Git (Repo, "commit"))
-- .Extending
-- (Properties =>
-- Comment ("")));
end Alire.Index.Template;