Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vickenty/gccjit-perl

Perl bindings for GCC JIT library
https://github.com/vickenty/gccjit-perl

Last synced: 18 days ago
JSON representation

Perl bindings for GCC JIT library

Awesome Lists containing this project

README

        

GCCJIT version 0.02
===================

Perl bindings for GCC JIT library (libgccjit).

INSTALLATION

To install this module type the following:

perl Makefile.PL
make
make test
make install

DEPENDENCIES

This module requires these other modules and libraries:

GCC 5.1.0.
Perl of decently recent version.

COPYRIGHT AND LICENCE

Copyright (C) 2015 by Vickenty Fesunov.

The library is distributed under the terms of the GNU General Public License
version 3 or later. See the LICENSE file for details.