Packages

Thrift bindings

Current section

Files

Jump to
thrift_erl src thrift.app.src
Raw

src/thrift.app.src

{application,thrift,
[{description,"Thrift bindings"},
{vsn,"0.13.0"},
{modules,[thrift_base64_transport,thrift_binary_protocol,
thrift_buffered_transport,thrift_client_util,
thrift_client,thrift_disk_log_transport,
thrift_file_transport,thrift_framed_transport,
thrift_http_transport,thrift_json_parser,
thrift_json_protocol,thrift_membuffer_transport,
thrift_memory_buffer,thrift_processor,thrift_protocol,
thrift_reconnecting_client,thrift_server,
thrift_service,thrift_socket_server,
thrift_socket_transport,thrift_transport_state_test,
thrift_transport]},
{registered,[]},
{applications,[kernel,stdlib]},
{included_applications,[]},
{env,[{exceptions_include_traces,true}]},
{licenses,["Apache 2.0"]},
{pkg_name,thrift_erl}]}.