50 lines
2.0 KiB
TOML
50 lines
2.0 KiB
TOML
description = "Web Server Faces JSR 252, JSR 314 and JSR 344 (Testing framework)"
|
|
tags = ["web", "servlet", "http", "framework", "facelet", "jsf", "testing"]
|
|
name = "serverfaces_unit"
|
|
version = "1.6.1"
|
|
licenses = "Apache-2.0"
|
|
authors = ["Stephane.Carrez@gmail.com"]
|
|
maintainers = ["Stephane.Carrez@gmail.com"]
|
|
maintainers-logins = ["stcarrez"]
|
|
website = "https://gitlab.com/stcarrez/ada-asf"
|
|
project-files = ["asf_unit.gpr"]
|
|
long-description = """
|
|
|
|
[](https://porion.vacs.fr/porion/projects/view/ada-asf/summary)
|
|
[](https://porion.vacs.fr/porion/projects/view/ada-asf/xunits)
|
|
[](https://porion.vacs.fr/porion/projects/view/ada-asf/summary)
|
|
[](https://ada-asf.readthedocs.io/en/latest/?badge=latest)
|
|
|
|
Ada Server Faces allows to create web applications using the same pattern
|
|
as the Java Server Faces (See JSR 252, JSR 314 and JSR 344).
|
|
|
|
This library provides a unit test framework that helps in building unit tests
|
|
on top of Ada Server Faces.
|
|
|
|
# Documentation
|
|
|
|
* [Ada Server Faces Programmer's Guide](https://ada-asf.readthedocs.io/en/latest/) [PDF](https://gitlab.com/stcarrez/ada-asf/blob/master/docs/asf-book.pdf)
|
|
|
|
"""
|
|
|
|
[[depends-on]]
|
|
security = "^1.5.0"
|
|
serverfaces = "^1.6.0"
|
|
servletada = "^1.7.0"
|
|
utilada = "^2.6.0"
|
|
utilada_unit = "^2.6.0"
|
|
servletada_unit = "^1.7.0"
|
|
|
|
[gpr-externals]
|
|
ASF_BUILD = ["distrib", "debug", "optimize", "profile", "coverage"]
|
|
ASF_LIBRARY_TYPE = ["relocatable", "static", "static-pic"]
|
|
|
|
[configuration]
|
|
disabled = true
|
|
|
|
[origin]
|
|
commit = "272ec8846cc89eb69256fe7b148b7036634310d0"
|
|
subdir = "./asfunit/"
|
|
url = "git+https://gitlab.com/stcarrez/ada-asf.git"
|
|
|