view lua/luadyncall/README.txt @ 46:c21d1c2c84e1

- removed pydc.py wrapper overhead (which only called pydcext.so functions, directly, anyways) * implies renaming pydcext.* to pydc.* * while at it, iterate directly over args that are passed in (before we did extract fptr, sig and a tuple for the args and iterated over latter afterwards); we might have a tiny perf improvement now - added type stub as package_data
author Tassilo Philipp
date Fri, 13 Nov 2020 14:10:31 +0100
parents 739c40f35a6a
children
line wrap: on
line source

luadyncall - lua dyncall bindings
== (C) 2010 Daniel Adler ========


Build
=====
./bootstrap
./configure
make
make install


Package contents
================

dynload   dynamic loading of code and resolving of symbols
dyncall   dynamic call to code
dynport   dynamic shared library linker
dynstruct C structure support (experimental) 
dyntype   C type information (experimental)
smartptr  smart pointer
int64     64-bit signed and unsigned integer data type
array     C arrays
path      search and open resources by name along a path
ldynguess system-information




Build with Makefile.custom
===========================
$EDITOR ./config
specify dyncall and lua prefix paths


Build with luarocks
===================
cd src
luarocks make


Build using GNU Make
====================
make


Build source package (maintainers only)
=======================================
make srcpkg