Clean up the Lua API, make it luajit-only, no C 65/3965/2
authorAndrew Yourtchenko <ayourtch@gmail.com>
Fri, 25 Nov 2016 13:29:30 +0000 (13:29 +0000)
committerDamjan Marion <dmarion.lists@gmail.com>
Mon, 28 Nov 2016 11:55:34 +0000 (11:55 +0000)
commit985f3d11fae7f93eb9a9e96d59b8e7a066819672
treed44d3888ca6118384d7ea79b85411aa0b8539b5c
parent085f5c00661ef00a038d3d54be7be6dafd0a6d89
Clean up the Lua API, make it luajit-only, no C

This removes the libcough which was a temporary layer atop
the libpneum to make it synchronous. Now Lua API only requres
luajit, and has no dependencies on compiling any C.
Also comment out a couple of debug print functions.

Change-Id: I35fd1c8088c6fd1b10b9e4d903ad241ab32fd91a
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
vpp-api/lua/.gitignore [deleted file]
vpp-api/lua/Makefile [deleted file]
vpp-api/lua/README.md
vpp-api/lua/cough.c [deleted file]
vpp-api/lua/vpp-lapi.lua