Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lalawue committed Jul 1, 2021
1 parent 67732e8 commit 0874ade
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions rockspecs/cincau-0.3.20210701-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
package = 'cincau'
version = '0.3.20210701-1'
source = {
url = 'git+https://github.com/lalawue/cincau.git',
tag = "0.3.20210701"
}
description = {
summary = 'A minimalist, fast and high configurable web framework for LuaJIT on mnet or nginx',
detailed = [[
cincau was a minimalist, fast and high configurable web framework for LuaJIT on mnet or nginx
]],
homepage = 'https://github.com/lalawue/cincau',
maintainer = 'lalawue <[email protected]>',
license = 'MIT/X11'
}
dependencies = {
"lua >= 5.1",
"mooncake",
"openssl",
"linked-list",
"mnet",
"ffi-hyperparser",
}
build = {
type = "builtin",
modules = {
["cincau_prepare"] = "bin/cincau_prepare.lua"
},
install = {
bin = { "bin/cincau" }
}
}
File renamed without changes.

0 comments on commit 0874ade

Please sign in to comment.