24 lines
632 B
Ada
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;
|