mujs 1.3.3-1 source package in Ubuntu

Changelog

mujs (1.3.3-1) unstable; urgency=medium

  * New upstream version 1.3.3
  * Rebase patches
  * Use HTTPS for uscan
  * Rename binary pkg because of ABI change

 -- Bastian Germann <email address hidden>  Mon, 19 Jun 2023 10:23:20 +0200

Upload details

Uploaded by:
Bastian Germann
Uploaded to:
Sid
Original maintainer:
Bastian Germann
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
mujs_1.3.3-1.dsc 1.7 KiB 93eea8d818639b37a1ef79e7db532469acd9eb358dcf6382130079d3cb40d18c
mujs_1.3.3.orig.tar.gz 125.1 KiB e2c5ee5416dfda2230c7a0cb7895df9a9b2d5b2065bb18e7e64dec2a796abe1b
mujs_1.3.3-1.debian.tar.xz 5.7 KiB 1bedf03915820138504716c6516784748b201fee25ae7344a60fa0e76184df32

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