22 lines
507 B
JSON
22 lines
507 B
JSON
{
|
|
"name": "thrift",
|
|
"url" : "http://thrift.apache.org",
|
|
"license": "Apache",
|
|
"tags": [
|
|
"thrift",
|
|
"rpc",
|
|
"serialization",
|
|
"cross",
|
|
"framework"
|
|
],
|
|
"description": "Haxe bindings for the Apache Thrift RPC and serialization framework",
|
|
"version": "0.18.0",
|
|
"releasenote": "Licensed under Apache License, Version 2.0. The Apache Thrift compiler needs to be installed separately.",
|
|
"contributors": ["ApacheThrift"],
|
|
"dependencies": {
|
|
"crypto": "",
|
|
"uuid": ""
|
|
},
|
|
"classPath": "src"
|
|
}
|