Files
alire-index-community/index/alire-index-libhello.ads
T
Alejandro R. Mosteo e6953d95cc Fixed broken URLs
2018-02-03 00:45:53 +01:00

13 lines
421 B
Ada

package Alire.Index.Libhello is
Name : constant Project_Name := "libhello";
Repo : constant URL := "https://bitbucket.org/aleteolabs/libhello.git";
V_1_0_0 : constant Release :=
Register_Git (Name,
V ("1.0.0"),
Repo,
"ce78e7706c9d3f97605df48d8befca5407f8d328");
end Alire.Index.Libhello;