mujs 1.3.3-3build1 source package in Ubuntu

Changelog

mujs (1.3.3-3build1) noble; urgency=medium

  * No-change rebuild for readline time64 change.

 -- Matthias Klose <email address hidden>  Thu, 14 Mar 2024 02:58:38 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian QA Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
mujs_1.3.3.orig.tar.gz 125.1 KiB e2c5ee5416dfda2230c7a0cb7895df9a9b2d5b2065bb18e7e64dec2a796abe1b
mujs_1.3.3-3build1.debian.tar.xz 5.8 KiB bc1855b7fb1816a1144805e33868ae24fe9457de93d8dae77d1e3e695c86c377
mujs_1.3.3-3build1.dsc 1.9 KiB e5a6ab076d3ee3ae574e6f674da1241a98036abffdbdc82663f9449f5c79af41

View changes file

Binary packages built by this source

libmujs-dev: Lightweight JavaScript interpreter (development package)

 MuJS is a lightweight JavaScript interpreter designed for embedding in other
 software to extend them with scripting capabilities.
 .
 MuJS was designed with a focus on small size, correctness, and simplicity.
 It is written in portable C and implements ECMAScript as specified by ECMA-262.
 The interface for binding with native code is designed to be as simple as
 possible to use, and is very similar to Lua. There is no need to interact with
 byzantine C++ template mechanisms, or worry about marking and unmarking garbage
 collection roots, or wrestle with obscure build systems.

libmujs3: Lightweight JavaScript interpreter library

 MuJS is a lightweight JavaScript interpreter designed for embedding in other
 software to extend them with scripting capabilities.
 .
 MuJS was designed with a focus on small size, correctness, and simplicity.
 This package contains the shared runtime library.

libmujs3-dbgsym: debug symbols for libmujs3
mujs: Lightweight JavaScript interpreter

 MuJS is a lightweight JavaScript interpreter designed for embedding in other
 software to extend them with scripting capabilities.
 .
 MuJS was designed with a focus on small size, correctness, and simplicity.
 This package contains the command line interpreter.

mujs-dbgsym: debug symbols for mujs