Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vickenty/gccjit-perl
- Owner: vickenty
- License: gpl-3.0
- Created: 2015-09-09T20:55:32.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-22T18:23:24.000Z (over 8 years ago)
- Last Synced: 2024-10-13T17:25:53.285Z (24 days ago)
- Language: C++
- Size: 111 KB
- Stars: 8
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSE
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 installDEPENDENCIES
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.