Difference between revisions of "Jel"

From Free Software Directory
Jump to: navigation, search
(jel-2.1.2)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Name=JEL
+
|Name=GNU Java Expressions Library
 
|Short description=Compiler for expressions into Java byte code.
 
|Short description=Compiler for expressions into Java byte code.
 
|Full description='''JEL''' (''Java Expressions Library'') is a library for evaluating a simple single line expressions in Java. The key feature of JEL is the fact that it is a compiler. It supports full set of Java operators and primitive types, allows to call both static and virtual methods of Java classes (with no additional runtime costs and no wrappers), and performs evaluation of constant subexpressions at a compile time.
 
|Full description='''JEL''' (''Java Expressions Library'') is a library for evaluating a simple single line expressions in Java. The key feature of JEL is the fact that it is a compiler. It supports full set of Java operators and primitive types, allows to call both static and virtual methods of Java classes (with no additional runtime costs and no wrappers), and performs evaluation of constant subexpressions at a compile time.
 
|Homepage URL=https://www.gnu.org/software/jel/
 
|Homepage URL=https://www.gnu.org/software/jel/
 +
|Version download=https://ftp.gnu.org/gnu/jel/jel-2.1.2.tar.gz
 
|Is High Priority Project=No
 
|Is High Priority Project=No
 
|VCS checkout command=svn co svn://svn.savannah.gnu.org/jel/trunk/
 
|VCS checkout command=svn co svn://svn.savannah.gnu.org/jel/trunk/
 
|Documentation note=https://gnu.org/software/jel/manual/
 
|Documentation note=https://gnu.org/software/jel/manual/
 
'''Selection from the [https://shop.fsf.org/ FSF shop]'''
 
 
[https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman]
 
 
[https://shop.fsf.org/books-docs/introduction-command-line Introduction to the Command Line]
 
 
----
 
----
 
'''[https://www.gnu.org/help/help.html Helping the GNU Project and the Free Software Movement]'''
 
----
 
----
 
 
If you have corrections to this entry or questions about it, please contact: mailto:maintainers@gnu.org
 
----
 
 
|Decommissioned or Obsolete=No
 
|Decommissioned or Obsolete=No
 
|Donate=https://my.fsf.org/donate/
 
|Donate=https://my.fsf.org/donate/
Line 29: Line 15:
 
|Version date=2016/05/09
 
|Version date=2016/05/09
 
|Version status=stable
 
|Version status=stable
|Version download=https://ftp.gnu.org/gnu/jel/jel-2.1.1.tar.gz
 
 
|Last review by=Bendikker
 
|Last review by=Bendikker
 
|Last review date=2019/01/04
 
|Last review date=2019/01/04
Line 46: Line 31:
 
{{Project license
 
{{Project license
 
|License=GPLv3orlater
 
|License=GPLv3orlater
 +
|License copyright=Copyright: 1998-2016 Konstantin L. Metlov <metlov@fti.dn.ua>
 
|License verified by=Genium
 
|License verified by=Genium
|License verified date=2015/10/07
+
|License verified date=2023-03-08
 +
|License note=https://metadata.ftp-master.debian.org/changelogs//main/j/jel/jel_2.1.2-2_copyright
 +
}}
 +
{{Software category
 +
|Interface=command-line
 +
|Programming-language=java
 +
|Runs-on=Windows, GNU/Linux
 +
|Use=library
 +
}}
 +
{{EntryGNU
 +
|Is GNU=Yes
 +
|GNU package identifier=jel
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to use
 +
|Prerequisite description=[[Java]]
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Weak prerequisite
 +
|Prerequisite description=[[JavaCC]]
 
}}
 
}}
 
{{Person
 
{{Person
Line 55: Line 60:
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Debian (Ref)
+
|Resource audience=Savannah
|Resource URL=https://tracker.debian.org/pkg/jel
+
|Resource kind=Developer
}}
 
{{Resource
 
|Resource audience=Savannah (Ref)
 
 
|Resource URL=https://savannah.gnu.org/projects/jel/
 
|Resource URL=https://savannah.gnu.org/projects/jel/
 
}}
 
}}
Line 75: Line 77:
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource kind=Mailing List
+
|Resource kind=Download
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
+
|Resource URL=https://ftp.gnu.org/gnu/jel/
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource kind=Download
 
|Resource kind=Download
|Resource URL=https://ftp.gnu.org/gnu/jel/
+
|Resource URL=http://ftpmirror.gnu.org/jel/
 +
}}
 +
{{Resource
 +
|Resource audience=Debian
 +
|Resource kind=Developer
 +
|Resource URL=https://tracker.debian.org/pkg/jel
 
}}
 
}}
 
{{Resource
 
{{Resource
 +
|Resource audience=Wikidata
 
|Resource kind=General
 
|Resource kind=General
|Resource URL=https://savannah.gnu.org/people
+
|Resource URL=https://www.wikidata.org/wiki/Q21296542
 
}}
 
}}
{{Software category
+
{{EntryDetails
|Interface=command-line
+
|Is High Priority Project=No
|Programming-language=java
+
|VCS checkout command=svn co svn://svn.savannah.gnu.org/jel/
|Runs-on=Windows, GNU/Linux
+
|Computer languages=Java
|Use=library
+
|Decommissioned or Obsolete=No
}}
+
|Version identifier=2.1.2
{{Software prerequisite
+
|Version date=2020-11-29
|Prerequisite kind=Required to use
+
|Version status=stable
|Prerequisite description=[[Java]]
+
|Last review by=Genium
}}
+
|Last review date=2023-03-08
{{Software prerequisite
+
|User level=advanced
|Prerequisite kind=Weak prerequisite
+
|Accepts cryptocurrency donations=No
|Prerequisite description=[[JavaCC]]
+
|OpenPGP signature=https://ftp.gnu.org/gnu/jel/jel-2.1.2.tar.gz.sig
 +
|Test entry=No
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 14:56, 8 March 2023


[edit]

GNU Java Expressions Library

https://www.gnu.org/software/jel/
Compiler for expressions into Java byte code.

JEL (Java Expressions Library) is a library for evaluating a simple single line expressions in Java. The key feature of JEL is the fact that it is a compiler. It supports full set of Java operators and primitive types, allows to call both static and virtual methods of Java classes (with no additional runtime costs and no wrappers), and performs evaluation of constant subexpressions at a compile time.

Heckert gnu.small.png This is a GNU package:jel

Download

https://ftp.gnu.org/gnu/jel/jel-2.1.2.tar.gz

version 2.1.2 (stable)
released on 29 November 2020



OpenPGP signature URL: https://ftp.gnu.org/gnu/jel/jel-2.1.2.tar.gz.sig

User level

Advanced


VCS Checkout

Categories





Licensing

License

Verified by

Verified on

Notes




Leaders and contributors

Contact(s)Role
Konstantin L. Metlov Maintainer


Resources and communication

AudienceResource typeURI
VCS Repository Webviewhttps://svn.savannah.gnu.org/viewvc/jel/
SavannahDeveloperhttps://savannah.gnu.org/projects/jel/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/bug-jel/
WikidataGeneralhttps://www.wikidata.org/wiki/Q21296542
Mailing Listhttps://lists.gnu.org/mailman/listinfo/help-jel/
Downloadhttps://ftp.gnu.org/gnu/jel/
Downloadhttp://ftpmirror.gnu.org/jel/
DebianDeveloperhttps://tracker.debian.org/pkg/jel


Software prerequisites

KindDescription
Weak prerequisiteJavaCC
Required to useJava

This entry (in part or in whole) was last reviewed on 8 March 2023.




Entry












"Savannah" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.












"Debian" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Wikidata" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.





Property "Submitted by" (as page type) with input value "{{{Submitted by}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. "{{{Submitted date}}}" contains an extrinsic dash or other characters that are invalid for a date interpretation.









Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.