Skip to content

Commit

Permalink
Prototype of Alire crate for EWS
Browse files Browse the repository at this point in the history
  • Loading branch information
stcarrez committed Aug 2, 2022
1 parent 500cace commit b56aab7
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions alire.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
licenses = "GPL-3.0-only WITH GCC-exception-3.1"
maintainers = ["Simon Wright <[email protected]>"]
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

0 comments on commit b56aab7

Please sign in to comment.