Greetings again again again, really sorry about this folks, but a large code-quality-improvement has taken place...
Forget versions 4.4 4.5 and 4.6; new improved MIDI.lua version 4.7 http://www.pjb.com.au/comp/lua/MIDI.lua fixes all global vars revealed by lualint, as well as passing all tests as usual. The rockspec is at: http://www.pjb.com.au/comp/lua/midi-4.7-0.rockspec and also below the ~/.sig Doc: http://www.pjb.com.au/comp/lua/MIDI.html Tarball: http://www.pjb.com.au/comp/lua/MIDI-4.7.tar.gz This one, I promise, is definitive ... I'd suggest that 4.3 and previous should now, if possible, get deleted from luarocks.org/repositories/index.html ... More thanks again, Regards, Peter Billam http://www.pjb.com.au [email protected] (03) 6278 9410 "Was der Meister nicht kann, vermöcht es der Knabe, hätt er ihm immer gehorcht?" Siegfried to Mime, from Act 1 Scene 2 ------------------------------------------------------------- package = "MIDI" version = "4.7-0" source = { url = "http://www.pjb.com.au/comp/lua/MIDI-4.7.tar.gz", md5 = "d7d375c37b17127421091f65bc327969" } description = { summary = "Reading, writing and manipulating MIDI data", detailed = [[ This module offers functions for handling MIDI files, with operations such as concatenating, merging and searching through scores; and converting to and from MIDI, and the Score and Opus structures inspired by Sean Burke's MIDI-Perl CPAN module. ]], homepage = "http://www.pjb.com.au/comp/lua/MIDI.html", license = "MIT/X11" } dependencies = { "lua >= 5.1" } build = { type = "builtin", modules = { ["MIDI"] = "MIDI.lua" }, copy_directories = { "doc", "test" } } _______________________________________________ Luarocks-developers mailing list [email protected] http://lists.luaforge.net/cgi-bin/mailman/listinfo/luarocks-developers
