- Notifications
You must be signed in to change notification settings - Fork101
An embeddable Javascript interpreter in C.
License
NotificationsYou must be signed in to change notification settings
ccxvii/mujs
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
MuJS: an embeddable Javascript interpreter in C.ABOUTMuJS is a lightweight Javascript interpreter designed for embedding inother software to extend them with scripting capabilities.LICENSEMuJS is Copyright 2013-2017 Artifex Software, Inc.Permission to use, copy, modify, and/or distribute this software for anypurpose with or without fee is hereby granted, provided that the abovecopyright notice and this permission notice appear in all copies.The software is provided "as is" and the author disclaims all warranties withregard to this software including all implied warranties of merchantabilityand fitness. In no event shall the author be liable for any special, direct,indirect, or consequential damages or any damages whatsoever resulting fromloss of use, data or profits, whether in an action of contract, negligenceor other tortious action, arising out of or in connection with the use orperformance of this software.COMPILINGIf you are building from source you can either use the provided Unix Makefile:make releaseOr compile the source with your preferred compiler:cc -O2 -c one.c -o libmujs.oINSTALLINGTo install the MuJS command line interpreter, static library and header file:make prefix=/usr/local installDOWNLOADThe latest development source is available directly from the git repository:git clonehttp://git.ghostscript.com/mujs.gitREPORTING BUGS AND PROBLEMSReport bugs on the ghostscript bugzilla, with MuJS as the selected component.http://bugs.ghostscript.com/
About
An embeddable Javascript interpreter in C.
Resources
License
Stars
Watchers
Forks
Packages0
No packages published