1aeec6d734
- serverfaces is the core library which is built on top of servletada - serverfaces_unit is a library to help in writing unit tests
27 lines
819 B
TOML
27 lines
819 B
TOML
[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"]
|