servletada 1.8.1
This commit is contained in:
@@ -0,0 +1,42 @@
|
|||||||
|
description = "Web Servlet Library following JSR 154, JSR 315 (Core)"
|
||||||
|
tags = ["web", "servlet", "http", "json", "rest"]
|
||||||
|
name = "servletada"
|
||||||
|
version = "1.8.1"
|
||||||
|
licenses = "Apache-2.0"
|
||||||
|
authors = ["Stephane.Carrez@gmail.com"]
|
||||||
|
maintainers = ["Stephane.Carrez@gmail.com"]
|
||||||
|
maintainers-logins = ["stcarrez"]
|
||||||
|
project-files = ["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.8.2"
|
||||||
|
elada = "^1.8.5"
|
||||||
|
xmlada = "any"
|
||||||
|
|
||||||
|
[gpr-externals]
|
||||||
|
SERVLET_BUILD = ["distrib", "debug", "optimize", "profile", "coverage"]
|
||||||
|
SERVLET_LIBRARY_TYPE = ["relocatable", "static", "static-pic"]
|
||||||
|
|
||||||
|
[configuration]
|
||||||
|
disabled = true
|
||||||
|
|
||||||
|
[origin]
|
||||||
|
commit = "8b8cb78ef65c1e35d70e74b5d799cdecfffdd9d8"
|
||||||
|
url = "git+https://github.com/stcarrez/ada-servlet.git"
|
||||||
|
|
||||||
@@ -0,0 +1,41 @@
|
|||||||
|
description = "Web Servlet Library following JSR 154, JSR 315 (AWS)"
|
||||||
|
tags = ["web", "servlet", "http", "json"]
|
||||||
|
name = "servletada_aws"
|
||||||
|
version = "1.8.1"
|
||||||
|
licenses = "Apache-2.0"
|
||||||
|
authors = ["Stephane.Carrez@gmail.com"]
|
||||||
|
maintainers = ["Stephane.Carrez@gmail.com"]
|
||||||
|
maintainers-logins = ["stcarrez"]
|
||||||
|
project-files = ["servletada_aws.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).
|
||||||
|
|
||||||
|
This library integrates the Ada Servlet in the Ada Web Server.
|
||||||
|
|
||||||
|
"""
|
||||||
|
|
||||||
|
[[depends-on]]
|
||||||
|
servletada = "^1.8.1"
|
||||||
|
utilada_aws = "^2.8.2"
|
||||||
|
aws = "any"
|
||||||
|
|
||||||
|
[gpr-externals]
|
||||||
|
SERVLET_BUILD = ["distrib", "debug", "optimize", "profile", "coverage"]
|
||||||
|
SERVLET_LIBRARY_TYPE = ["relocatable", "static", "static-pic"]
|
||||||
|
|
||||||
|
[configuration]
|
||||||
|
disabled = true
|
||||||
|
|
||||||
|
|
||||||
|
[origin]
|
||||||
|
commit = "8b8cb78ef65c1e35d70e74b5d799cdecfffdd9d8"
|
||||||
|
subdir = "./aws/"
|
||||||
|
url = "git+https://github.com/stcarrez/ada-servlet.git"
|
||||||
|
|
||||||
@@ -0,0 +1,40 @@
|
|||||||
|
description = "Web Servlet Library following JSR 154, JSR 315 (EWS)"
|
||||||
|
tags = ["web", "servlet", "http", "json"]
|
||||||
|
name = "servletada_ews"
|
||||||
|
version = "1.8.1"
|
||||||
|
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 = """
|
||||||
|
|
||||||
|
[](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).
|
||||||
|
|
||||||
|
This library integrates the Ada Servlet in the Embedded Web Server.
|
||||||
|
|
||||||
|
"""
|
||||||
|
|
||||||
|
[[depends-on]]
|
||||||
|
servletada = "^1.8.1"
|
||||||
|
ews = "any"
|
||||||
|
|
||||||
|
[gpr-externals]
|
||||||
|
SERVLET_BUILD = ["distrib", "debug", "optimize", "profile", "coverage"]
|
||||||
|
SERVLET_LIBRARY_TYPE = ["relocatable", "static", "static-pic"]
|
||||||
|
|
||||||
|
[configuration]
|
||||||
|
disabled = true
|
||||||
|
|
||||||
|
|
||||||
|
[origin]
|
||||||
|
commit = "8b8cb78ef65c1e35d70e74b5d799cdecfffdd9d8"
|
||||||
|
subdir = "./ews/"
|
||||||
|
url = "git+https://github.com/stcarrez/ada-servlet.git"
|
||||||
|
|
||||||
@@ -0,0 +1,39 @@
|
|||||||
|
description = "Web Servlet Library following JSR 154, JSR 315 (Testing framework)"
|
||||||
|
tags = ["web", "servlet", "http", "json", "rest", "testing"]
|
||||||
|
name = "servletada_unit"
|
||||||
|
version = "1.8.1"
|
||||||
|
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.1"
|
||||||
|
utilada = "^2.8.2"
|
||||||
|
utilada_unit = "^2.8.2"
|
||||||
|
|
||||||
|
[gpr-externals]
|
||||||
|
SERVLET_BUILD = ["distrib", "debug", "optimize", "profile", "coverage"]
|
||||||
|
SERVLET_LIBRARY_TYPE = ["relocatable", "static", "static-pic"]
|
||||||
|
|
||||||
|
[configuration]
|
||||||
|
disabled = true
|
||||||
|
|
||||||
|
|
||||||
|
[origin]
|
||||||
|
commit = "8b8cb78ef65c1e35d70e74b5d799cdecfffdd9d8"
|
||||||
|
subdir = "./unit/"
|
||||||
|
url = "git+https://github.com/stcarrez/ada-servlet.git"
|
||||||
|
|
||||||
Reference in New Issue
Block a user