# lua-int64 **Repository Path**: mirrors_ifduyue/lua-int64 ## Basic Information - **Project Name**: lua-int64 - **Description**: A int64 lib for lua with lightuserdata in 64bit architecture - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README A int64 library for lua In 64 bit architecture , we can use lightuserdata type for 64bit number operation. It's a simple way to support int64 in lua. This library only offer one api : create a int64 number , see test.lua . It can create a int64 number from lua number or a string (A little-endian 8 bytes string) . you can also push a lightuserdata as a int64 number from C library.