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

26 lines
736 B
Ada

package Alire.Index.Template is
-- function Project is new Catalogued_Project
-- ("description");
--
-- Repo : constant URL := "";
--
-- Base_Properties : constant Release_Properties :=
-- Author ("") and
-- Maintainer ("") and
-- Website ("") and
-- License (Unknown);
-- V_0_0_0 : constant Release :=
-- Project.Register
-- (V (""),
-- Git (Prj_Repo, "commit"),
--
-- Notes => "",
--
-- Properties =>
-- Base_Properties
-- );
end Alire.Index.Template;