Skip to content

daurnimator/mmdblua

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
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

mmdblua

A Lua library for reading MaxMind's Geolocation database format.

This project had it's initial development sprint done in a hotel room during the Lua Workshop 2013.

Installation

mmdblua is available from luarocks.

$ luarocks install mmdblua

Dependencies

If using lua < 5.3 you will need

Development

Getting started

  • Clone the repo:

    $ git clone --recursive https://github.com/daurnimator/mmdblua.git
    $ cd mmdblua
    

    Note that mmdblua has a git submodule for test data.

  • Lint the code (check for common programming errors)

    $ luacheck .
    
  • Run tests

    $ busted
    
  • Install your local copy:

    $ luarocks make mmdblua-scm-0.rockspec
    

About

Maxmind database parser for lua

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages