Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Choonster/lua_bufflib

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
doc
 
 
 
 
 
 
 
 
 
 
 
 

Build Status

lua_bufflib

lua_bufflib is a library that provides string buffers for Lua 5.1 and 5.2. The buffer code is largely based on Lua 5.2's luaL_Buffer code.

Installation

LuaRocks

lua_bufflib can be installed through LuaRocks using luarocks install lua_bufflib. You can also run luarocks make on a downloaded and unpacked zip/tarball.

Unix

On Unix systems, you can run the included build.sh script, which compiles the library using libtool. This probably won't work in Cygwin or MinGW.

Windows

I've included a Visual Studio 2012 solution that can be used to compile the library on Windows. The solution includes predefined configurations for Lua 5.1, 5.2 and LuaJIT; but you may need to change the include directories (Properties > C/C++ > General > Additional Include Directories) and the Lua import library path (Properties > Linker > Input > Additional Dependencies) to match your setup.

Documentation

Documentation can be found here

About

A library for string buffers in Lua.

Resources

Stars

Watchers

Forks

Packages

No packages published