blob: 2d73ad830456781a7ae8d00b71805fdcdd5b86c9 [file] [log] [blame]
Jens Geyer65e9bde2014-11-11 01:30:02 +01001{
2 "name": "thrift",
Jens Geyer01a89832016-02-16 01:07:11 +01003 "url" : "http://thrift.apache.org",
4 "license": "Apache",
Jens Geyer2dcefad2021-02-25 09:42:52 +01005 "tags": [
6 "thrift",
7 "rpc",
8 "serialization",
9 "cross",
10 "framework"
11 ],
Jens Geyer65e9bde2014-11-11 01:30:02 +010012 "description": "Haxe bindings for the Apache Thrift RPC and serialization framework",
Jens Geyerf7e6c652021-08-03 22:21:05 +020013 "version": "0.16.0",
Jens Geyer01a89832016-02-16 01:07:11 +010014 "releasenote": "Licensed under Apache License, Version 2.0. The Apache Thrift compiler needs to be installed separately.",
Jens Geyer6140fb22021-02-24 23:05:04 +010015 "contributors": ["ApacheThrift"],
Jens Geyer2dcefad2021-02-25 09:42:52 +010016 "dependencies": {
17 "crypto": ""
18 },
Jens Geyeraadcf342016-03-15 00:34:08 +020019 "classPath": "src"
Jens Geyer65e9bde2014-11-11 01:30:02 +010020}