C/C++ with Lua Integration Tool
http://www.codenix.com/~tolua/
tolua++ is an extended version of tolua, a tool to integrate C/C++ code with
Lua. tolua++ includes new features oriented to c++ such as:
* support for std::string as a basic type (this can be turned off by a command
line option)
* support for class templates
as well as other features and bugfixes.
- Devel package for openSUSE:Factory
- Links to openSUSE:Factory / lua-toluapp
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:lua/lua-toluapp && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_multibuild | 0000000102 102 Bytes | |
lua-toluapp.changes | 0000002067 2.02 KB | |
lua-toluapp.spec | 0000005103 4.98 KB | |
toluapp-1.0.93.tar.gz | 0000247926 242 KB | |
toluapp-build-compare.patch | 0000000766 766 Bytes | |
toluapp-libdir.patch | 0000001229 1.2 KB | |
toluapp-versioned-shared-lib.patch | 0000001844 1.8 KB |
Revision 2 (latest revision is 31)
Tomáš Chvátal (scarabeus_iv)
committed
(revision 2)
- Switch to mutlibuild approach for lua modules building - Make all the develpacakges to conflict with each other - Fix build with namespaced lua - Remove version and timestamp from generated files toluapp-build-compare.patch - rename the library to libtolua++-5.1 - libtolua++-5_1-devel should require toluapp-5.1, which will require the library - fix build on openSUSE without lua-5.1.pc - Don't version pkgconfig file - Delete toluapp-versioned-include.patch * still have packages rely on tolua++.h - previous upstream http://www.codenix.com/~tolua/ dead now use https://github.com/LuaDist/toluapp as source - build with versioned includes/sharedlibs. - add pkgconfig file - use update-alternatives to provides tolua++ - build against lua51-devel for openSUSE > 12.1 until tolua++ isn't ported to lua 5.2 - don't buildrequire tolua - initial version (1.0.93)
Comments 0