This package browser is in early development. Mind the rough edges.

apache-thrift

Lightweight, language-independent software stack for point-to-point RPC

Thrift provides clean abstractions and implementations for data transport, data serialization, and application level processing. The code generation system takes a simple definition language as input and generates code across programming languages that uses the abstracted stack to build interoperable RPC clients and servers.

Installation

Install the latest version of apache-thrift as follows:

guix install apache-thrift

Or install a particular version:

guix install apache-thrift@0.14.2

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.