blob: 6f5de0b11b722106c5006424ffa664db5cc8b38e [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 Geyer75cf93e2024-02-04 14:50:37 +010013 "version": "0.21.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": {
Jens Geyer18564d22022-06-05 11:36:40 +020017 "crypto": "",
18 "uuid": ""
Jens Geyer2dcefad2021-02-25 09:42:52 +010019 },
Jens Geyeraadcf342016-03-15 00:34:08 +020020 "classPath": "src"
Jens Geyer65e9bde2014-11-11 01:30:02 +010021}