From b56aab75104043eb2aab5ec828c903c075414127 Mon Sep 17 00:00:00 2001 From: Stephane Carrez Date: Tue, 2 Aug 2022 15:38:38 +0200 Subject: [PATCH] Prototype of Alire crate for EWS --- alire.toml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 alire.toml diff --git a/alire.toml b/alire.toml new file mode 100644 index 0000000..2fa2622 --- /dev/null +++ b/alire.toml @@ -0,0 +1,26 @@ +description = "Embedded Web Server" +long-description = """ + +EWS is a web server construction kit, designed for embedded applications using the GNAT Ada compiler. + +The project is hosted on [Github](https://github.com/simonjwright/ews). + +""" +name = "ews" +version = "2022" +authors = ["Simon Wright "] +licenses = "GPL-3.0-only WITH GCC-exception-3.1" +maintainers = ["Simon Wright "] +maintainers-logins = ["simonjwright"] +project-files = ["ews.gpr"] +tags = ["web", "server"] +website = "https://github.com/simonjwright/ews" + +[[depends-on]] +xmlada = "any" + +[gpr-externals] +LIBRARY_TYPE = ["relocatable", "static"] + +[configuration] +disabled = true