Files
alire-index-community/index/alire-index-simple_logging.ads
T
A 1a27d522fc Refactorings concerning to origins
Plus fix on empty dependencies
2018-02-20 17:21:40 +01:00

15 lines
476 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 : constant Release :=
Register (Name,
V ("1.0.1"),
Desc,
Git (Repo, "0d5ab8764f667107892a0c832a7a70a2c6b7efe2"));
end Alire.Index.Simple_Logging;