blob: 5448e5f3c29b6d24b1e11f9e9e49568c9584507f [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 Geyer6868ebb2022-01-20 21:02:02 +010013 "version": "0.17.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}