Skip to content

Commit

Permalink
serverfaces, serverfaces_unit 1.6.1 (#1229)
Browse files Browse the repository at this point in the history
  • Loading branch information
stcarrez authored Sep 23, 2024
1 parent 0f5b1dc commit 09ca770
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 0 deletions.
49 changes: 49 additions & 0 deletions index/se/serverfaces/serverfaces-1.6.1.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
description = "Web Server Faces JSR 252, JSR 314 and JSR 344"
tags = ["web", "servlet", "http", "json"]
name = "serverfaces"
version = "1.6.1"
licenses = "Apache-2.0"
authors = ["[email protected]"]
maintainers = ["[email protected]"]
maintainers-logins = ["stcarrez"]
project-files = ["asf.gpr"]
website = "https://gitlab.com/stcarrez/ada-asf"
long-description = """
[![Build Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-asf/badges/build.json)](https://porion.vacs.fr/porion/projects/view/ada-asf/summary)
[![Test Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-asf/badges/tests.json)](https://porion.vacs.fr/porion/projects/view/ada-asf/xunits)
[![Coverage](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-asf/badges/coverage.json)](https://porion.vacs.fr/porion/projects/view/ada-asf/summary)
[![Documentation Status](https://readthedocs.org/projects/ada-asf/badge/?version=latest)](https://ada-asf.readthedocs.io/en/latest/?badge=latest)
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://github.com/stcarrez/ada-asf)
framework and [Ada Web Application](https://github.com/stcarrez/ada-awa)
to provide server web requests.
# 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"
servletada = "^1.7.0"
utilada = "^2.6.0"

[gpr-externals]
ASF_BUILD = ["distrib", "debug", "optimize", "profile", "coverage"]
ASF_LIBRARY_TYPE = ["relocatable", "static", "static-pic"]

[configuration]
disabled = true

[environment]
DYNAMO_BUNDLE_PATH.prepend = "${CRATE_ROOT}/bundles"

[origin]
commit = "272ec8846cc89eb69256fe7b148b7036634310d0"
url = "git+https://gitlab.com/stcarrez/ada-asf.git"

49 changes: 49 additions & 0 deletions index/se/serverfaces_unit/serverfaces_unit-1.6.1.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
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 = ["[email protected]"]
maintainers = ["[email protected]"]
maintainers-logins = ["stcarrez"]
website = "https://gitlab.com/stcarrez/ada-asf"
project-files = ["asf_unit.gpr"]
long-description = """
[![Build Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-asf/badges/build.json)](https://porion.vacs.fr/porion/projects/view/ada-asf/summary)
[![Test Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-asf/badges/tests.json)](https://porion.vacs.fr/porion/projects/view/ada-asf/xunits)
[![Coverage](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-asf/badges/coverage.json)](https://porion.vacs.fr/porion/projects/view/ada-asf/summary)
[![Documentation Status](https://readthedocs.org/projects/ada-asf/badge/?version=latest)](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"

0 comments on commit 09ca770

Please sign in to comment.