Files
alire-index-community/index/se/servletada_ews/servletada_ews-1.8.0.toml
Stephane Carrez 685a35281f Ada Servlet 1.8.0 crates (#1543)
* Ada Servlet 1.8.0 crates

* Remove AWS support because as usual AWS is broken in automated builds
2025-07-15 11:10:07 +02:00

41 lines
1.5 KiB
TOML

description = "Web Servlet Library following JSR 154, JSR 315 (EWS)"
tags = ["web", "servlet", "http", "json"]
name = "servletada_ews"
version = "1.8.0"
licenses = "Apache-2.0"
authors = ["Stephane.Carrez@gmail.com"]
maintainers = ["Stephane.Carrez@gmail.com"]
maintainers-logins = ["stcarrez"]
project-files = ["servletada_ews.gpr"]
website = "https://gitlab.com/stcarrez/ada-servlet"
long-description = """
[![Build Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-servlet/badges/build.json)](https://porion.vacs.fr/porion/projects/view/ada-servlet/summary)
[![Test Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-servlet/badges/tests.json)](https://porion.vacs.fr/porion/projects/view/ada-servlet/xunits)
[![Coverage](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-servlet/badges/coverage.json)](https://porion.vacs.fr/porion/projects/view/ada-servlet/summary)
Ada Servlet allows to create web applications using the same pattern
as the Java Servlet (See JSR 154, JSR 315).
This library integrates the Ada Servlet in the Embedded Web Server.
"""
[[depends-on]]
servletada = "^1.8.0"
ews = "any"
[gpr-externals]
SERVLET_BUILD = ["distrib", "debug", "optimize", "profile", "coverage"]
SERVLET_LIBRARY_TYPE = ["relocatable", "static", "static-pic"]
[configuration]
disabled = true
[origin]
commit = "414b730adfaa106a0dd08208b572b68f95219881"
subdir = "./ews/"
url = "git+https://gitlab.com/stcarrez/ada-servlet.git"