{
  "authors": [
    "Stephane.Carrez@gmail.com"
  ],
  "configuration": {
    "disabled": true
  },
  "depends-on": [
    {
      "utilada": "^2.5.0"
    }
  ],
  "description": "Expression Language Library (JSR245)",
  "gpr-externals": {
    "EL_BUILD": [
      "distrib",
      "debug",
      "optimize",
      "profile",
      "coverage"
    ],
    "EL_LIBRARY_TYPE": [
      "relocatable",
      "static",
      "static-pic"
    ]
  },
  "licenses": "Apache-2.0",
  "long-description": "\n[![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)\n[![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)\n[![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)\n\nThis Ada05 library provides the support for a simple Expression Language\nclose to the Java Unified Expression Language (EL).\n\nThe API provided by the EL library is inspired from the Java\nUnified Expression Language shared by the JSP 2.1 and JSF 1.2 technologies.\nSee Expression Language specification in JSR245\n(https://jcp.org/en/jsr/summary?id=245)\n\nThe EL expression is intensively used in web development applications built\non top of various Java technologies but also on top of\n[Ada Web Application](https://gitlab.com/stcarrez/ada-awa)\nand [Ada Server Faces](https://gitlab.com/stcarrez/ada-asf).\n\n\n",
  "maintainers": [
    "Stephane.Carrez@gmail.com"
  ],
  "maintainers-logins": [
    "stcarrez"
  ],
  "name": "elada",
  "origin": {
    "commit": "b81888188b603131f2090e614cb5c8273b316ca9",
    "url": "git+https://gitlab.com/stcarrez/ada-el.git"
  },
  "project-files": [
    "elada.gpr"
  ],
  "tags": [
    "web",
    "expression",
    "expander",
    "parser"
  ],
  "version": "1.8.7",
  "website": "https://gitlab.com/stcarrez/ada-el"
}
