Eliminating alr dependency

This commit is contained in:
A
2018-02-19 15:04:11 +01:00
parent bb3832c510
commit ab74bb30df
9 changed files with 293 additions and 7 deletions
+15
View File
@@ -0,0 +1,15 @@
package Alire.Index.RxAda is
Name : constant Project_Name := "rxada";
Repo : constant URL := "https://bitbucket.org/amosteo/rxada.git";
Desc : constant Project_Description := "RxAda port of the Rx framework";
V_0_1_0 : constant Release :=
Register_Git (Name,
V ("0.1.0"),
Desc,
Repo,
"361d4e2ab20a7dcca007e31bf7094d57b13fee6b");
end Alire.Index.RxAda;