From 8d195be94fd77805c9162049655ee27e9fe3e2f4 Mon Sep 17 00:00:00 2001 From: Stephane Carrez Date: Thu, 4 Aug 2022 12:20:54 +0200 Subject: [PATCH] elada 1.8.5 (#595) --- index/el/elada/elada-1.8.5.toml | 46 +++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 index/el/elada/elada-1.8.5.toml diff --git a/index/el/elada/elada-1.8.5.toml b/index/el/elada/elada-1.8.5.toml new file mode 100644 index 00000000..6cec1325 --- /dev/null +++ b/index/el/elada/elada-1.8.5.toml @@ -0,0 +1,46 @@ +description = "Expression Language Library (JSR245)" +name = "elada" +version = "1.8.5" +licenses = "Apache-2.0" +authors = ["Stephane.Carrez@gmail.com"] +maintainers = ["Stephane.Carrez@gmail.com"] +maintainers-logins = ["stcarrez"] +project-files = [".alire/elada.gpr"] +tags = ["web", "expression", "expander", "parser"] +website = "https://gitlab.com/stcarrez/ada-el" +long-description = """ + +[![Build Status](https://img.shields.io/jenkins/s/https/jenkins.vacs.fr/Bionic-Ada-EL.svg)](https://jenkins.vacs.fr/job/Bionic-Ada-EL/) +[![Test Status](https://img.shields.io/jenkins/t/https/jenkins.vacs.fr/Bionic-Ada-EL.svg)](https://jenkins.vacs.fr/job/Bionic-Ada-EL/) +[![codecov](https://codecov.io/gh/stcarrez/ada-el/branch/master/graph/badge.svg)](https://codecov.io/gh/stcarrez/ada-el) + +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://github.com/stcarrez/ada-awa) +and [Ada Server Faces](https://github.com/stcarrez/ada-asf). + + +""" + +[[depends-on]] +utilada = "^2.5.0" + +[gpr-externals] +BUILD = ["distrib", "debug", "optimize", "profile", "coverage"] +EL_LIBRARY_TYPE = ["relocatable", "static", "static-pic"] + +[configuration] +disabled = true + +[origin] +commit = "0751f94e425f6dcfb7efacfe4f88829414258896" +url = "git+https://github.com/stcarrez/ada-el.git" +