package = "MIDI" version = "4.3-1" source = { url = "http://www.pjb.com.au/comp/lua/MIDI-4.3.tar.gz", md5 = "c732dea8a520fdfd814b8b831436ff5f" } 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" } }