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