el-api 3.0.0-ok1.1 source package in openKylin

Changelog

el-api (3.0.0-ok1.1) nile; urgency=medium

  * Build for openkylin.

 -- rtlhq <nobelxyz@163.com>  Sat, 02 Sep 2023 18:10:25 +0800

Upload details

Uploaded by:
rtlhq
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main java
Huanghe V3.0 release main java
Nile V2.0 release main java
Nile V2.0 proposed main java

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
el-api_3.0.0.orig.tar.xz 40.5 KiB 3af49a2a357102216ea6a0f2e58596d07509cb1ac92fea2b22b89d0a066785d5
el-api_3.0.0-ok1.1.debian.tar.xz 8.2 KiB 58fbc1c0a69793afae402f3268c4e5669f30e401f28f4c49a0483fb7504ea639
el-api_3.0.0-ok1.1.dsc 1.7 KiB df33b045d34dc13c4adac6d3a8e1bf542e1d14cdac52050afd7e2b91786b6d87

View changes file

Binary packages built by this source

libel-api-java: Expression Language API

 EL is a simple language designed to meet the needs of the presentation
 layer in Java web applications.
 .
 It features:
  * A simple syntax restricted to the evaluation of expressions
  * Variables and nested properties
  * Relational, logical, arithmetic, conditional, and empty operators
  * Functions implemented as static methods on Java classes
  * Lenient semantics where appropriate default values and type conversions
    are provided to minimize exposing errors to end users