dep-protobuf/lua
WenTao Ou a673d33949 Fix compiling problems with lua 5.4 (#15113)
Fixes #15112
Fixes #13750

Closes #15113

COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/15113 from owent:fixes_15112 dd3a847a06
PiperOrigin-RevId: 684928784
2024-10-11 13:00:08 -07:00
..
BUILD.bazel Move private definitions out of //bazel 2024-04-03 01:37:51 -07:00
def.c Fix compiling problems with lua 5.4 (#15113) 2024-10-11 13:00:08 -07:00
lua_proto_library.bzl Migrated upb to use Copybara-standard stripping. 2024-08-30 18:34:23 -07:00
main.c Use shortened license in upb::lua 2023-11-15 17:17:03 -08:00
msg.c Use shortened license in upb::lua 2023-11-15 17:17:03 -08:00
README.md Reorganize upb file structure 2023-09-26 14:38:35 -07:00
test.proto Use shortened license in upb::lua 2023-11-15 17:17:03 -08:00
test_upb.lua Use shortened license in upb::lua 2023-11-15 17:17:03 -08:00
upb.c Fix compiling problems with lua 5.4 (#15113) 2024-10-11 13:00:08 -07:00
upb.h Use shortened license in upb::lua 2023-11-15 17:17:03 -08:00
upb.lua Use shortened license in upb::lua 2023-11-15 17:17:03 -08:00
upbc.cc Fix compiling problems with lua 5.4 (#15113) 2024-10-11 13:00:08 -07:00

upb Lua bindings

These are some bare-bones upb bindings for Lua.

These bindings exist primarily for experimentation and testing. They are incomplete and are not really intended for use in any application. This is by no means a complete or supported protobuf library, and in fact we don't even claim it to be functional.