Files
alire-index-community/index/alire-index-simple_logging.ads
T
2018-03-25 23:48:27 +02:00

14 lines
458 B
Ada

package Alire.Index.Simple_Logging is
function Project is new Catalogued_Project ("simple_logging",
"Simple logging to console");
Repo : constant URL := "https://github.com/alire-project/simple_logging.git";
V_1_0 : constant Release :=
Project.Register
(V ("1.0"),
Git (Repo, "d98242b8bd1c7f964cebc454e9b1206ffdbb0ca9"));
end Alire.Index.Simple_Logging;