Skip to content

Commit

Permalink
Merge pull request #9 from stcarrez/alire-proposal
Browse files Browse the repository at this point in the history
Prototype of Alire crate for EWS
  • Loading branch information
simonjwright authored Aug 5, 2022
2 parents 500cace + b56aab7 commit d63189d
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 d63189d

Please sign in to comment.