CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]  2024/05/15 15:03:41

Log message:
    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
    
    Status:
    
    Vendor Tag: pascal
    Release Tags:       pascal_20240515
    
    N ports/lang/mujs/Makefile
    N ports/lang/mujs/distinfo
    N ports/lang/mujs/pkg/DESCR
    N ports/lang/mujs/pkg/PLIST
    
    No conflicts created by this import

Reply via email to