luabind 0.9.1+dfsg-3ubuntu1 source package in Ubuntu

Changelog

luabind (0.9.1+dfsg-3ubuntu1) oneiric; urgency=low

  * debian/rules:
   - Export DEB_HOST_MULTIARCH to detect multiarch location.
  * debian/patches:
   - 04_multiarch.patch: Update libraries location to use multiarch.
     (LP: #831066)
 -- Julien Lavergne <email address hidden>   Wed, 14 Sep 2011 00:26:11 +0200

Upload details

Uploaded by:
Julien Lavergne
Uploaded to:
Oneiric
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
luabind_0.9.1+dfsg.orig.tar.gz 180.5 KiB 7a63b669f2b094f3fedf9984ce205f5eeb1702022158f99ba5683c94fcb01efe
luabind_0.9.1+dfsg-3ubuntu1.debian.tar.gz 8.3 KiB fd2bcb52b1219410b3ee1cab533f10189d834374715bac16087747b908b1890b
luabind_0.9.1+dfsg-3ubuntu1.dsc 2.1 KiB 6cbefbc48b4b8c136008343957e6f2aed7536a32effee445551ee785e6ef009b

View changes file

Binary packages built by this source

libluabind-dbg: No summary available for libluabind-dbg in ubuntu oneiric.

No description available for libluabind-dbg in ubuntu oneiric.

libluabind-dev: luabind c++ binding for lua: static library and headers

 Luabind is a library that helps you create bindings between C++ and Lua.
 It has the ability to expose functions and classes, written in C++, to
 Lua. It will also supply the functionality to define classes in lua and
 let them derive from other lua classes or C++ classes. Lua classes can
 override virtual functions from their C++ baseclasses. It is written
 towards Lua 5.0, and does not work with other Lua versions.
 .
 This package contains all files necessary to develop applications which
 use luabind.

libluabind-doc: No summary available for libluabind-doc in ubuntu oneiric.

No description available for libluabind-doc in ubuntu oneiric.

libluabind-examples: luabind c++ binding for lua: example files

 Luabind is a library that helps you create bindings between C++ and Lua.
 It has the ability to expose functions and classes, written in C++, to
 Lua. It will also supply the functionality to define classes in lua and
 let them derive from other lua classes or C++ classes. Lua classes can
 override virtual functions from their C++ baseclasses. It is written
 towards Lua 5.0, and does not work with other Lua versions.
 .
 This package contains some luabind examples, including the basic "helloworld"
 and some more advanced examples.

libluabind0.9.1: luabind c++ binding for lua: runtime library

 Luabind is a library that helps you create bindings between C++ and Lua.
 It has the ability to expose functions and classes, written in C++, to
 Lua. It will also supply the functionality to define classes in lua and
 let them derive from other lua classes or C++ classes. Lua classes can
 override virtual functions from their C++ baseclasses. It is written
 towards Lua 5.0, and does not work with other Lua versions.
 .
 This package contains the luabind runtime libraries, for applications that
 have been built with luabind.