network/thrift: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-14 03:25:50 -04:00
parent c40a333327
commit 1b735447b0
1 changed files with 11 additions and 9 deletions

View File

@ -1,11 +1,13 @@
Apache Thrift is a software framework for scalable cross-language services Apache Thrift is a software framework for scalable cross-language
development. It combines a software stack with a code generation engine to services development. It combines a software stack with a code
build services that work efficiently and seamlessly among C++, Java, Python, generation engine to build services that work efficiently and
PHP, Ruby, Erlang, Perl, Haskell, C#, Cocoa, Smalltalk, and OCaml. 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 Other languages are not included because either they are not included
standard installation of Slackware, or because the standard way of installing in a standard installation of Slackware, or because the standard way
Thrift for that language is not via system packages; for example: of installing Thrift for that language is not via system packages;
for example:
- Perl: install from CPAN - Perl: install from CPAN
- PHP: bundle the Thrift source in your application - PHP: bundle the Thrift source in your application
- Ruby: install with 'gem' - Ruby: install with 'gem'
@ -14,8 +16,8 @@ You will still need the Thrift compiler from this package.
There are usage examples for more langauges at There are usage examples for more langauges at
http://wiki.apache.org/thrift/ThriftUsage http://wiki.apache.org/thrift/ThriftUsage
libevent is an optional dependency; if it is installed, a C++ non-blocking libevent is an optional dependency; if it is installed, a C++
server library will be built. non-blocking server library will be built.
Warning: This SlackBuild requires network access when it runs, meaning Warning: This SlackBuild requires network access when it runs, meaning
it downloads files from the Internet with root access. You should it downloads files from the Internet with root access. You should