Files
alire-index-community/index/alire-index-simple_logging.ads
T
2018-02-14 21:37:24 +01:00

16 lines
535 B
Ada

package Alire.Index.Simple_Logging is
Name : constant Project_Name := "simple_logging";
Repo : constant URL := "https://github.com/mosteo/simple_logging.git";
Desc : constant Project_Description := "Simple logging to console";
V_1_0_0 : constant Release :=
Register_Git (Name,
V ("1.0.0"),
Desc,
Repo,
"77896e4a9d0539a63e6bfb657ab955656c2e3c0f");
end Alire.Index.Simple_Logging;