From 30f7807a13d37da7a8b41f5795e195244c5ff4b6 Mon Sep 17 00:00:00 2001 From: Stephane Carrez Date: Tue, 15 Jul 2025 11:06:52 +0200 Subject: [PATCH] Ada EL Library 1.8.8 (#1541) --- index/el/elada/elada-1.8.8.toml | 46 +++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 index/el/elada/elada-1.8.8.toml diff --git a/index/el/elada/elada-1.8.8.toml b/index/el/elada/elada-1.8.8.toml new file mode 100644 index 00000000..34d59717 --- /dev/null +++ b/index/el/elada/elada-1.8.8.toml @@ -0,0 +1,46 @@ +description = "Expression Language Library (JSR245)" +name = "elada" +version = "1.8.8" +licenses = "Apache-2.0" +authors = ["Stephane.Carrez@gmail.com"] +maintainers = ["Stephane.Carrez@gmail.com"] +maintainers-logins = ["stcarrez"] +project-files = ["elada.gpr"] +tags = ["web", "expression", "expander", "parser"] +website = "https://gitlab.com/stcarrez/ada-el" +long-description = """ + +[![Build Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-el/badges/build.json)](https://porion.vacs.fr/porion/projects/view/ada-el/summary) +[![Test Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-el/badges/tests.json)](https://porion.vacs.fr/porion/projects/view/ada-el/xunits) +[![Coverage](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-el/badges/coverage.json)](https://porion.vacs.fr/porion/projects/view/ada-el/summary) + +This Ada05 library provides the support for a simple Expression Language +close to the Java Unified Expression Language (EL). + +The API provided by the EL library is inspired from the Java +Unified Expression Language shared by the JSP 2.1 and JSF 1.2 technologies. +See Expression Language specification in JSR245 +(https://jcp.org/en/jsr/summary?id=245) + +The EL expression is intensively used in web development applications built +on top of various Java technologies but also on top of +[Ada Web Application](https://gitlab.com/stcarrez/ada-awa) +and [Ada Server Faces](https://gitlab.com/stcarrez/ada-asf). + + +""" + +[[depends-on]] +utilada = "^2.8.0" + +[gpr-externals] +EL_BUILD = ["distrib", "debug", "optimize", "profile", "coverage"] +EL_LIBRARY_TYPE = ["relocatable", "static", "static-pic"] + +[configuration] +disabled = true + +[origin] +commit = "4da951462a1b381ef23fe156b8c2273d4745c0b2" +url = "git+https://gitlab.com/stcarrez/ada-el.git" +