summaryrefslogtreecommitdiff
path: root/lib/haxe/haxelib.json
blob: 53e128ef815ca49199b18d830c1cacf6d7c2f7fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
	"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.1",
	"releasenote": "Licensed under Apache License, Version 2.0. The Apache Thrift compiler needs to be installed separately.",
	"contributors": ["ApacheThrift"],
	"dependencies": { 
		"crypto": "",
		"uuid": ""
	},
	"classPath": "src"
}