Add crates for Ada Server Faces implementing JSR 252, 314, 344

- serverfaces is the core library which is built on top of servletada
- serverfaces_unit is a library to help in writing unit tests
This commit is contained in:
Stephane Carrez
2019-12-15 22:56:17 +01:00
committed by Alejandro R. Mosteo
parent 7acbd4beea
commit 1aeec6d734
2 changed files with 53 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
[general]
description = "Web Server Faces JSR 252, JSR 314 and JSR 344"
licenses = ["Apache 2.0"]
maintainers = ["Stephane.Carrez@gmail.com"]
maintainers-logins = ["stcarrez"]
project-files = [
".alire/asf.gpr"
]
[general.gpr-externals]
SECURITY_LIBRARY_TYPE = ["relocatable", "static", "static-pic"]
BUILD = ["distrib", "debug", "optimize", "profile", "coverage"]
[general.depends-on]
utilada = "^2.0.0"
security = "^1.2.1"
servletada = "^1.3.0"
[[general.actions]]
type = "post-fetch"
command = ["rm", "-f", "config.gpr"]
['1.3.0']
origin = "https://github.com/stcarrez/ada-asf/archive/1.3.0.tar.gz"
origin-hashes = ["sha512:74425bce8321e220d97da08131b49c2d1811fe174f16d4e3a4fccb3c244029b736b138a3d008821ba01ca7472152d37709d5eef08d3cccd32a59130c0649b613"]
+27
View File
@@ -0,0 +1,27 @@
[general]
description = "Web Server Faces JSR 252, JSR 314 and JSR 344 (Testing framework)"
licenses = ["Apache 2.0"]
maintainers = ["Stephane.Carrez@gmail.com"]
maintainers-logins = ["stcarrez"]
project-files = [
".alire/unit/asf.gpr"
]
[general.gpr-externals]
SECURITY_LIBRARY_TYPE = ["relocatable", "static", "static-pic"]
BUILD = ["distrib", "debug", "optimize", "profile", "coverage"]
[general.depends-on]
utilada = "^2.0.0"
security = "^1.2.1"
servletada = "^1.3.0"
serverfaces = "^1.3.0"
[[general.actions]]
type = "post-fetch"
command = ["rm", "-f", "config.gpr"]
['1.3.0']
origin = "https://github.com/stcarrez/ada-asf/archive/1.3.0.tar.gz"
origin-hashes = ["sha512:74425bce8321e220d97da08131b49c2d1811fe174f16d4e3a4fccb3c244029b736b138a3d008821ba01ca7472152d37709d5eef08d3cccd32a59130c0649b613"]