_ ___ ____ ____ ____ _ |_|_ _ / _ \/ ___/ ___|| _ \ (_)___ _|_||_| | | | \___ \___ \| |_) | | / __| |_||_|_| | |_| |___) |__) | __/ | \__ \ |_|_|_| \___/|____/____/|_| _/ |___/ |__/ OSSP js - Mozilla JavaScript Engine Version 1.6.20060722 (22-Jul-2006) ABSTRACT OSSP js is a stand-alone repackaging of the JavaScript (JS) programming language reference implementation from Mozilla (aka "JSRef" or "SpiderMonkey"). The reason for this distribution is to provide a small and fully stand-alone distribution providing a portable and more flexible build environment based on GNU autoconf, GNU libtool and GNU shtool, including support for easy JavaScript build-time feature set selection (ECMA-3, JS-1.5, JS-1.6) and optional line editing and JS-to-Perl binding support during building the command line interface. Additionally, the C API in "libjs" contains both the JavaScript engine and its required Sun math library and with all internal symbols protected under the "js" namespace. Finally, a pkg-config(1) specification is provided to allow applications to easily build with the JavaScript C API. COPYRIGHT AND LICENSE Copyright (c) 1998-2006 Mozilla This file is part of OSSP js, a repackaging of the Mozilla JavaScript reference implementation, which can found at http://www.ossp.org/pkg/lib/js/ The content of this distribution is licensed under the Mozilla Public License (MPL) 1.1 (see http://www.mozilla.org/MPL/) or alternatively the GNU General Public License (GPL) 2.0 (see http://www.gnu.org/licenses/gpl.html) or the GNU Lesser General Public License (LGPL) 2.1 (see http://www.gnu.org/licenses/lgpl.html). HOME The latest release can be found on o http://www.ossp.org/pkg/lib/js/ o ftp://ftp.ossp.org/pkg/lib/js/