9ed78577e7
I'll submit the servletada_ews crate when Simon publishes the ews crate
38 lines
1.3 KiB
TOML
38 lines
1.3 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.6.0"
|
|
licenses = "Apache-2.0"
|
|
authors = ["Stephane.Carrez@gmail.com"]
|
|
maintainers = ["Stephane.Carrez@gmail.com"]
|
|
maintainers-logins = ["stcarrez"]
|
|
project-files = [".alire/unit/servletada_unit.gpr"]
|
|
website = "https://gitlab.com/stcarrez/ada-servlet"
|
|
long-description = """
|
|
|
|
[](https://jenkins.vacs.fr/job/Ada-Servlet/)
|
|
[](https://jenkins.vacs.fr/job/Ada-Servlet/)
|
|
[](https://codecov.io/gh/stcarrez/ada-servlet)
|
|
|
|
This library provides helper operations for unit testing a servlet implemented on top of
|
|
Ada Servlet.
|
|
|
|
"""
|
|
|
|
[[depends-on]]
|
|
servletada = "^1.6.0"
|
|
utilada = "^2.5.0"
|
|
utilada_unit = "^2.5.0"
|
|
|
|
[gpr-externals]
|
|
BUILD = ["distrib", "debug", "optimize", "profile", "coverage"]
|
|
SERVLET_LIBRARY_TYPE = ["relocatable", "static", "static-pic"]
|
|
|
|
[configuration]
|
|
disabled = true
|
|
|
|
[origin]
|
|
commit = "8de84568f8322a5f58a4bf454f61fb23fb83f885"
|
|
url = "git+https://gitlab.com/stcarrez/ada-servlet.git"
|
|
|