libje-perl 0.066-2 source package in Ubuntu

Changelog

libje-perl (0.066-2) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Chris Butler from Uploaders. Thanks for your work!

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from deprecated 8 to 12.
  * Set debhelper-compat version in Build-Depends.

 -- Salvatore Bonaccorso <email address hidden>  Sun, 05 Jun 2022 17:13:46 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libje-perl_0.066-2.dsc 2.0 KiB eb1024a2c71fcaa9a8315ca8edcfda737237b19cf458cba2a4e82cbdbf03f37c
libje-perl_0.066.orig.tar.gz 275.0 KiB 12b552edaaf2fa078a5bc709a113cb9f16a8c7b109305fcbc972ac28e3e9f155
libje-perl_0.066-2.debian.tar.xz 2.7 KiB 685dc0de1e660d252e9ad63ca8169ef46a83768311c9ec86264b4c71ae1de7dd

Available diffs

No changes file available.

Binary packages built by this source

libje-perl: Pure-Perl ECMAScript (JavaScript) Engine

 JE is a pure-Perl ECMAScript (JavaScript) engine.
 .
 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.