Files
alire-index-community/index/alire-index-template.ads
T
Alejandro R. Mosteo 68e9182483 + ada_lua
2018-03-08 00:25:43 +01:00

33 lines
1.1 KiB
Ada

package Alire.Index.Template is
-- A Template with common fields ready to save-as
-- Prj_Name : constant Project_Name := "";
-- Prj_Desc : constant Project_Description := "";
-- Prj_Repo : constant URL := "";
--
-- Prj_Author : constant String := "";
-- Prj_Maintainer : constant String := "";
-- Prj_Website : constant URL := "";
-- V_0_0_0 : constant Release :=
-- Register (Prj_Name,
-- V (""),
-- Prj_Desc,
-- Git (Prj_Repo, "commit"),
-- Properties =>
-- Project_File ("") and
--
-- Executable ("main") and
--
-- Author (Prj_Author) and
-- Maintainer (Prj_Maintainer) and
-- Website (Prj_Website) and
-- License (GMGPL_2_0),
--
-- Private_Properties =>
-- GPR_File ("/")
-- );
end Alire.Index.Template;