1 Star 0 Fork 9

huluobotx/hprose-lua

forked from Hprose/hprose-lua 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
hprose-1.3.1-1.rockspec 2.10 KB
一键复制 编辑 原始数据 按行查看 历史
Hprose 提交于 2016-09-22 14:05 . Added https support
package = "hprose"
version = "1.3.1-1"
source = {
url = "git://github.com/hprose/hprose-lua",
tag = "v1.3.1"
}
description = {
summary = "Hprose for Lua",
detailed = [[
Hprose is a High Performance Remote Object Service Engine.
It is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware. It is not only easy to use, but powerful. You just need a little time to learn, then you can use it to easily construct cross language cross platform distributed application system.
Hprose supports many programming languages, for example:
AAuto Quicker
ActionScript
ASP
C++
Dart
Delphi/Free Pascal
dotNET(C#, Visual Basic...)
Golang
Java
JavaScript
Node.js
Objective-C
Perl
PHP
Python
Ruby
...
Through Hprose, You can conveniently and efficiently intercommunicate between those programming languages.
This project is the implementation of Hprose for Lua.
]],
homepage = "http://hprose.com",
license = "MIT"
}
dependencies = {
"lua >= 5.1", "luasocket", "luasec", "date"
}
build = {
type = "builtin",
modules = {
hprose = "src/hprose.lua",
['hprose.class_manager'] = "src/hprose/class_manager.lua",
['hprose.client'] = "src/hprose/client.lua",
['hprose.common'] = "src/hprose/common.lua",
['hprose.formatter'] = "src/hprose/formatter.lua",
['hprose.http_client'] = "src/hprose/http_client.lua",
['hprose.input_stream'] = "src/hprose/input_stream.lua",
['hprose.output_stream'] = "src/hprose/output_stream.lua",
['hprose.reader'] = "src/hprose/reader.lua",
['hprose.result_mode'] = "src/hprose/result_mode.lua",
['hprose.tags'] = "src/hprose/tags.lua",
['hprose.tcp_client'] = "src/hprose/tcp_client.lua",
['hprose.writer'] = "src/hprose/writer.lua"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Lua
1
https://gitee.com/huluobo_tx/hprose-lua.git
git@gitee.com:huluobo_tx/hprose-lua.git
huluobo_tx
hprose-lua
hprose-lua
master

搜索帮助