Files
alire-index-community/index/alire-index-semantic_versioning.ads
T
Alejandro R. Mosteo 05ebc5b815 more releases
2018-03-04 23:48:10 +01:00

15 lines
508 B
Ada

package Alire.Index.Semantic_Versioning is
Name : constant Project_Name := "semantic_versioning";
Repo : constant URL := "https://bitbucket.org/aleteolabs/semver.git";
Desc : constant Project_Description := "Semantic Versioning for Ada";
V_0_1_2 : constant Release :=
Register (Name,
V ("0.1.2"),
Desc,
Git (Repo, "09774d80fac62ea3a09d46b22d4807da530387e2"));
end Alire.Index.Semantic_Versioning;