Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prototype of Alire crate for EWS #9

Merged
merged 1 commit into from
Aug 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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