forked from Leont/libperl--
-
Notifications
You must be signed in to change notification settings - Fork 1
LibPerl++ is a C++ library that provides a more friendly interface for the the perl API. It makes use of advanced features of C++ to make both embedding and extending perl as easy as possible.
dangogh/libperl--
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Libperl++ This is the beginning of libperl++. Almost all functions for accessing perl from C++ are finished, and should be beta quality. However, the functionality to export C++ functions, methods and variables to perl are alpha quality. DEPENDENCIES The library should work on perl 5.8.1 or higher. Also, some Boost headers are required to build it, but there are no dependencies on Boost runtime libraries. BUILDING It can be build using a simple `make`. This build the shared library (libperl++.so). TESTING You can run tests by typing `make test`. If you want the full output, you can run `VERBOSE=1 make test` INSTALLATION I don't really recommend doing that in this stage, but `make install` is available. COPYRIGHT AND LICENCE Copyright (C) 2007, 2008, 2009, 2010 Leon Timmermans This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
About
LibPerl++ is a C++ library that provides a more friendly interface for the the perl API. It makes use of advanced features of C++ to make both embedding and extending perl as easy as possible.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 79.1%
- Perl 20.9%