-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from stcarrez/alire-proposal
Prototype of Alire crate for EWS
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |