Skip to content

danielkitchener/javascript-v8

 
 

Repository files navigation

javascript-v8

Perl interface to V8 JavaScript engine

To Install (CPAN installation)

cpan JavaScript::V8

To Install (non-CPAN install):

Install V8 if not already installed:

apt-get install libv8-dev

Create Makefile

perl Makefile.PL

Install

make install

More information at https://metacpan.org/pod/JavaScript::V8

About

Perl interface to V8 JavaScript engine

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 71.1%
  • Perl 17.8%
  • C++ 10.8%
  • Other 0.3%