commit
914c24842f
22
rockspec/rxlua-0.0.1-1.rockspec
Normal file
22
rockspec/rxlua-0.0.1-1.rockspec
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
package = "rxlua"
|
||||||
|
version = "0.0.1-1"
|
||||||
|
|
||||||
|
source = { url = "git://github.com/bjornbytes/RxLua.git", tag = "v0.0.1" }
|
||||||
|
|
||||||
|
description =
|
||||||
|
{
|
||||||
|
summary = "Reactive Extensions for Lua",
|
||||||
|
homepage = "https://github.com/bjornbytes/RxLua/tree/master",
|
||||||
|
license = "MIT/X11",
|
||||||
|
maintainer = "tie.372@gmail.com",
|
||||||
|
detailed = [[
|
||||||
|
RxLua gives Lua the power of Observables, which are data structures that represent a stream of values that arrive over time. They're very handy when dealing with events, streams of data, asynchronous requests, and concurrency.
|
||||||
|
]]
|
||||||
|
}
|
||||||
|
|
||||||
|
build =
|
||||||
|
{
|
||||||
|
type = "builtin",
|
||||||
|
modules = { rx = "rx.lua", },
|
||||||
|
copy_directories = { "doc", "tests" }
|
||||||
|
}
|
22
rockspec/rxlua-0.0.2-1.rockspec
Normal file
22
rockspec/rxlua-0.0.2-1.rockspec
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
package = "rxlua"
|
||||||
|
version = "0.0.2-1"
|
||||||
|
|
||||||
|
source = { url = "git://github.com/bjornbytes/RxLua.git", tag = "v0.0.2" }
|
||||||
|
|
||||||
|
description =
|
||||||
|
{
|
||||||
|
summary = "Reactive Extensions for Lua",
|
||||||
|
homepage = "https://github.com/bjornbytes/RxLua/tree/master",
|
||||||
|
license = "MIT/X11",
|
||||||
|
maintainer = "tie.372@gmail.com",
|
||||||
|
detailed = [[
|
||||||
|
RxLua gives Lua the power of Observables, which are data structures that represent a stream of values that arrive over time. They're very handy when dealing with events, streams of data, asynchronous requests, and concurrency.
|
||||||
|
]]
|
||||||
|
}
|
||||||
|
|
||||||
|
build =
|
||||||
|
{
|
||||||
|
type = "builtin",
|
||||||
|
modules = { rx = "rx.lua", },
|
||||||
|
copy_directories = { "doc", "tests" }
|
||||||
|
}
|
22
rockspec/rxlua-scm-1.rockspec
Normal file
22
rockspec/rxlua-scm-1.rockspec
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
package = "rxlua"
|
||||||
|
version = "scm-1"
|
||||||
|
|
||||||
|
source = { url = "git://github.com/bjornbytes/RxLua.git" }
|
||||||
|
|
||||||
|
description =
|
||||||
|
{
|
||||||
|
summary = "Reactive Extensions for Lua",
|
||||||
|
homepage = "https://github.com/bjornbytes/RxLua/tree/master",
|
||||||
|
license = "MIT/X11",
|
||||||
|
maintainer = "tie.372@gmail.com",
|
||||||
|
detailed = [[
|
||||||
|
RxLua gives Lua the power of Observables, which are data structures that represent a stream of values that arrive over time. They're very handy when dealing with events, streams of data, asynchronous requests, and concurrency.
|
||||||
|
]]
|
||||||
|
}
|
||||||
|
|
||||||
|
build =
|
||||||
|
{
|
||||||
|
type = "builtin",
|
||||||
|
modules = { rx = "rx.lua", },
|
||||||
|
copy_directories = { "doc", "tests" }
|
||||||
|
}
|
24
rockspec/rxlua-scm-2.rockspec
Normal file
24
rockspec/rxlua-scm-2.rockspec
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
package = "rxlua"
|
||||||
|
version = "scm-2"
|
||||||
|
|
||||||
|
source = { url = "git://github.com/bjornbytes/RxLua.git" }
|
||||||
|
|
||||||
|
description =
|
||||||
|
{
|
||||||
|
summary = "Reactive Extensions for Lua",
|
||||||
|
homepage = "https://github.com/bjornbytes/RxLua/tree/master",
|
||||||
|
license = "MIT/X11",
|
||||||
|
maintainer = "tie.372@gmail.com",
|
||||||
|
detailed = [[
|
||||||
|
RxLua gives Lua the power of Observables, which are data structures that represent a stream of values that arrive over time. They're very handy when dealing with events, streams of data, asynchronous requests, and concurrency.
|
||||||
|
]]
|
||||||
|
}
|
||||||
|
|
||||||
|
dependencies = { "lua >= 5.1" }
|
||||||
|
|
||||||
|
build =
|
||||||
|
{
|
||||||
|
type = "builtin",
|
||||||
|
modules = { rx = "rx.lua", },
|
||||||
|
copy_directories = { "doc", "tests" }
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user