Preparation for availability checks

This commit is contained in:
Alejandro R Mosteo
2018-02-28 19:56:05 +01:00
parent d178f6426f
commit 2192d5ef49
11 changed files with 172 additions and 40 deletions
+5
View File
@@ -67,6 +67,11 @@ package body Alire.Releases is
-- ORIGIN
Put_Line ("Origin: " & R.Origin.Image);
-- AVAILABILITY
if not R.Available.Is_Empty then
Put_Line ("Available when: " & R.Available.Image);
end if;
-- REQUISITES
if not R.Reqs.Is_Empty then
Put ("Requisites: ");