685a35281f
* Ada Servlet 1.8.0 crates * Remove AWS support because as usual AWS is broken in automated builds
40 lines
1.5 KiB
TOML
40 lines
1.5 KiB
TOML
description = "Web Servlet Library following JSR 154, JSR 315 (Testing framework)"
|
|
tags = ["web", "servlet", "http", "json", "rest", "testing"]
|
|
name = "servletada_unit"
|
|
version = "1.8.0"
|
|
licenses = "Apache-2.0"
|
|
authors = ["Stephane.Carrez@gmail.com"]
|
|
maintainers = ["Stephane.Carrez@gmail.com"]
|
|
maintainers-logins = ["stcarrez"]
|
|
project-files = ["servletada_unit.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)
|
|
|
|
This library provides helper operations for unit testing a servlet implemented on top of
|
|
Ada Servlet.
|
|
|
|
"""
|
|
|
|
[[depends-on]]
|
|
servletada = "^1.8.0"
|
|
utilada = "^2.8.0"
|
|
utilada_unit = "^2.8.0"
|
|
|
|
[gpr-externals]
|
|
SERVLET_BUILD = ["distrib", "debug", "optimize", "profile", "coverage"]
|
|
SERVLET_LIBRARY_TYPE = ["relocatable", "static", "static-pic"]
|
|
|
|
[configuration]
|
|
disabled = true
|
|
|
|
|
|
[origin]
|
|
commit = "25cddf78d74ad3d0d32fe42712ca75165a837741"
|
|
subdir = "./unit/"
|
|
url = "git+https://gitlab.com/stcarrez/ada-servlet.git"
|
|
|