Package: V8
Type: Package
Title: Embedded JavaScript Engine
Version: 0.5
Date: 2015-02-02
Author: Jeroen Ooms
Maintainer: Jeroen Ooms <jeroen.ooms@stat.ucla.edu>
Description: V8 is Google's open source, high performance JavaScript engine. It
    is written in C++ and implements ECMAScript as specified in ECMA-262, 5th
    edition. In addition, this package implements typed arrays as specified in
    ECMA 6 in order to support high performance computing and libraries compiled
    with emscripten.
License: MIT + file LICENSE
URL: https://github.com/jeroenooms/v8, https://code.google.com/p/v8/
BugReports: https://github.com/jeroenooms/v8/issues
SystemRequirements: V8: libv8-dev (deb), v8-devel (rpm)
NeedsCompilation: yes
VignetteBuilder: knitr
Imports: Rcpp (>= 0.11.0), jsonlite (>= 0.9.14), curl (>= 0.5)
LinkingTo: Rcpp
Suggests: knitr
Packaged: 2015-02-03 05:31:47 UTC; jeroen
Repository: CRAN
Date/Publication: 2015-02-03 08:55:37
