mujs 1.3.3-3 source package in Ubuntu

Changelog

mujs (1.3.3-3) unstable; urgency=medium

  * QA upload
  * Orphan the package

 -- Bastian Germann <email address hidden>  Tue, 07 Nov 2023 00:30:17 +0100

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
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-3.dsc 1.7 KiB 96e1ec19036b6e2fce02f63846fa8089c26da05035e209fc87934c9b38fa466d
mujs_1.3.3.orig.tar.gz 125.1 KiB e2c5ee5416dfda2230c7a0cb7895df9a9b2d5b2065bb18e7e64dec2a796abe1b
mujs_1.3.3-3.debian.tar.xz 5.8 KiB 79b71af193302f35a094d9cdf57a2606e71c099b77d5a7409f4e58a802976411

Available diffs

No changes file available.

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