r65931 - /trunk/libje-perl/debian/control

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Dec 17 18:51:41 UTC 2010


Author: dmn
Date: Fri Dec 17 18:51:31 2010
New Revision: 65931

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=65931
Log:
update long description

Modified:
    trunk/libje-perl/debian/control

Modified: trunk/libje-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libje-perl/debian/control?rev=65931&op=diff
==============================================================================
--- trunk/libje-perl/debian/control (original)
+++ trunk/libje-perl/debian/control Fri Dec 17 18:51:31 2010
@@ -15,7 +15,20 @@
 Depends: ${misc:Depends}, ${perl:Depends}, libtie-refhash-weak-perl,
  libtimedate-perl, perl
 Description: Pure-Perl ECMAScript (JavaScript) Engine
- JE, short for JavaScript::Engine (imaginative, isn't it?), is a pure-Perl
- JavaScript engine. Here are some of its strengths:
+ JE is a pure-Perl ECMAScript (JavaScript) engine.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ Advantages:
+  - Compatible with Data::Dump::Streamer, so the runtime environment can be
+    serialised
+  - The parser can be extended/customised to support extra (or fewer) language
+    features (not yet complete)
+  - All JavaScript datatypes can be manipulated directly from Perl (they all
+    have overloaded operators)
+ .
+ Weaknesses:
+  - It's slow
+  - It uses lots of memory.
+  - It leaks memory (to be fixed).
+ .
+ This is still an alpha release, but it fully implements ECMAScript v3, except
+ for a few seldom-used features like -0.




More information about the Pkg-perl-cvs-commits mailing list