slackbuilds_ponce/network/thrift
Andrew Clemons 972972b84c
network/thrift: Updated for version 0.14.2.
This fixes building on -current.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-07-25 16:56:08 +07:00
..
README
slack-desc
thrift.info network/thrift: Updated for version 0.14.2. 2021-07-25 16:56:08 +07:00
thrift.SlackBuild network/thrift: Updated for version 0.14.2. 2021-07-25 16:56:08 +07:00

Apache Thrift is a software framework for scalable cross-language services
development. It combines a software stack with a code generation engine to 
build services that work efficiently and seamlessly among C++, Java, Python, 
PHP, Ruby, Erlang, Perl, Haskell, C#, Cocoa, Smalltalk, and OCaml.

Other languages are not included because either they are not included in a 
standard installation of Slackware, or because the standard way of installing 
Thrift for that language is not via system packages; for example:
 - Perl: install from CPAN
 - PHP: bundle the Thrift source in your application
 - Ruby: install with 'gem'
You will still need the Thrift compiler from this package.

There are usage examples for more langauges at
http://wiki.apache.org/thrift/ThriftUsage

libevent is an optional dependency; if it is installed, a C++ non-blocking 
server library will be built.