42 lines
1.7 KiB
TOML
42 lines
1.7 KiB
TOML
description = "Web Servlet Library following JSR 154, JSR 315 (Core)"
|
|
tags = ["web", "servlet", "http", "json", "rest"]
|
|
name = "servletada"
|
|
version = "1.7.0"
|
|
licenses = "Apache-2.0"
|
|
authors = ["Stephane.Carrez@gmail.com"]
|
|
maintainers = ["Stephane.Carrez@gmail.com"]
|
|
maintainers-logins = ["stcarrez"]
|
|
project-files = [".alire/servletada.gpr"]
|
|
website = "https://gitlab.com/stcarrez/ada-servlet"
|
|
long-description = """
|
|
|
|
[](https://porion.vacs.fr/porion/projects/view/ada-servlet/summary)
|
|
[](https://porion.vacs.fr/porion/projects/view/ada-servlet/xunits)
|
|
[](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).
|
|
|
|
The Ada Servlet library is used by the [Ada Server Faces](https://gitlab.com/stcarrez/ada-asf)
|
|
framework and [Ada Web Application](https://gitlab.com/stcarrez/ada-awa)
|
|
to provide server web requests.
|
|
|
|
"""
|
|
|
|
[[depends-on]]
|
|
security = "^1.5.0"
|
|
utilada = "^2.6.0"
|
|
elada = "^1.8.5"
|
|
|
|
[gpr-externals]
|
|
SERVLET_BUILD = ["distrib", "debug", "optimize", "profile", "coverage"]
|
|
SERVLET_LIBRARY_TYPE = ["relocatable", "static", "static-pic"]
|
|
|
|
[configuration]
|
|
disabled = true
|
|
|
|
[origin]
|
|
commit = "948cef78055f953d2c27e83fbb3049c62d03d596"
|
|
url = "git+https://gitlab.com/stcarrez/ada-servlet.git"
|
|
|