Skip to content

lunarmodules/luaexpat

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
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

LuaExpat

Unix build Luacheck License

Overview

LuaExpat is a SAX XML parser based on the Expat library. LuaExpat is free software and uses the same license as Lua 5.1.

Download

LuaExpat source can be downloaded from the github releases or from LuaRocks.

History

For version history please see the documentation

Release instructions:

  • ensure the changelog is up to date and has the correct version and release date.
  • update the status section
  • update copyright years at the license page and the LICENSE file.
  • update version info and copyright in file lxplib.h
  • create a new rockspec file for the new version
  • commit the above changes and create a PR
  • after merging the PR tag it in x.y.z format, and push the tag (make sure the rockspec file is touched in the same commit that gets the version tag)
  • the Github actions CI will automatically push a new LuaRocks release
  • test the uploaded rock using: luarocks install luaexpat
  • add the new release to the Github releases

License

MIT license