go.chromium.org/luci@v0.0.0-20240309015107-7cdc2e660f33/server/quota/internal/luatest/testdata/luamsgpack/README.chromium (about) 1 Name: lua-MessagePack 2 URL: https://framagit.org/fperrad/lua-MessagePack 3 Version: e32d89a4230a8597d9832b491b5fca628041cbe7 4 License: MIT/X11 5 License File: COPYRIGHT 6 License Android Compatible: yes 7 Security Critical: no 8 Description: 9 Used in tests to implement `cmsgpack.unpack` and `cmsgpack.pack` in miniredis v2. 10 Local Modifications: 11 Added the file README.chromium (this file) 12 Moved src/MessagePack.lua -> root 13 Removed all other files. 14 Removed SIZEOF_NUMBER calculation (it uses string.dump which gopher-lua doesn't 15 support) 16 17 https://framagit.org/fperrad/lua-MessagePack/-/blob/e32d89a4230a8597d9832b491b5fca628041cbe7/src/MessagePack.lua