IABSD.fr/ports/lang/mujs

Branch :


Log

Author Commit Date CI Message
b8207f11 2026-09-17 20:17:34 Update to mujs 1.3.10.
c6bc064e 2026-03-09 21:23:14 Update to mujs 1.3.9.
bc9f8492 2026-01-10 09:13:57 lang/mujs: add missing bdep on python needed to generate utfdata.h ok pascal (maintainer) sthen
539ef625 2025-12-21 17:20:16 Pre-fetch the Unicode data .txt files. Noticed by naddy@.
3e5a489f 2025-12-20 18:14:36 Update to mujs 1.3.8.
12412d57 2025-01-31 19:32:58 Bugfix update to mujs 1.3.5.
a4121d2d 2024-05-15 21:03:41 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. ok sthen@ some time ago