lua/luaevent.lua

changeset 70
004edb92a6e8
parent 17
1a093a31059d
child 80
73d56b9d00f5
equal deleted inserted replaced
69:da7e8688a2b5 70:004edb92a6e8
2 LuaEvent - Copyright (C) 2007 Thomas Harning <harningt@gmail.com> 2 LuaEvent - Copyright (C) 2007 Thomas Harning <harningt@gmail.com>
3 Licensed as LGPL - See doc/COPYING for details. 3 Licensed as LGPL - See doc/COPYING for details.
4 ]] 4 ]]
5 module("luaevent", package.seeall) 5 module("luaevent", package.seeall)
6 require("luaevent.core") 6 require("luaevent.core")
7
8 _NAME = "luaevent";
9 _VERSION = "0.3 dev";
7 10
8 local EV_READ = luaevent.core.EV_READ 11 local EV_READ = luaevent.core.EV_READ
9 local EV_WRITE = luaevent.core.EV_WRITE 12 local EV_WRITE = luaevent.core.EV_WRITE
10 local base = luaevent.core.new() 13 local base = luaevent.core.new()
11 14

mercurial