From 2a2209eec9404ba3f57ba56572a69bba83430cef Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Wed, 25 Apr 2018 16:22:23 +0200 Subject: [PATCH] +xmlezout --- index/alire-index-xml_ez_out.ads | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 index/alire-index-xml_ez_out.ads diff --git a/index/alire-index-xml_ez_out.ads b/index/alire-index-xml_ez_out.ads new file mode 100644 index 00000000..1dd564bc --- /dev/null +++ b/index/alire-index-xml_ez_out.ads @@ -0,0 +1,23 @@ +package Alire.Index.XML_EZ_Out is + + function Project is new Catalogued_Project + ("xml_ez_out", + "Creation of XML-formatted output from Ada programs"); + + Repo : constant URL := "https://github.com/alire-project/xmlezout.git"; + + Base_Properties : constant Release_Properties := + Author ("Marc A. Criley") and + Website ("http://www.mckae.com/xmlEz.html") and + License (Unknown); + + V_1_6 : constant Release := + Project.Register + (V ("1.6"), + Git (Repo, "48bf688f0eb672b597ed5a4f54cd6c535be452f2"), + Properties => + Base_Properties and + Executable ("tmeztf") + ); + +end Alire.Index.XML_EZ_Out;