summaryrefslogtreecommitdiff
path: root/upb/bindings/lua/upb/table.lua
diff options
context:
space:
mode:
Diffstat (limited to 'upb/bindings/lua/upb/table.lua')
-rw-r--r--upb/bindings/lua/upb/table.lua11
1 files changed, 11 insertions, 0 deletions
diff --git a/upb/bindings/lua/upb/table.lua b/upb/bindings/lua/upb/table.lua
new file mode 100644
index 0000000..8a0a9c9
--- /dev/null
+++ b/upb/bindings/lua/upb/table.lua
@@ -0,0 +1,11 @@
+--[[--------------------------------------------------------------------
+
+ upb - a minimalist implementation of protocol buffers.
+
+ Copyright (c) 2009 Google Inc. See LICENSE for details.
+ Author: Josh Haberman <jhaberman@gmail.com>
+
+--------------------------------------------------------------------]]--
+
+require "upb"
+return require "upb.table_c"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback