Perl implementation of Thrift serialization library
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 between C++, Java, Python, PHP, Ruby, Erlang, Perl, Haskell, C#, Cocoa, Smalltalk, and OCaml.
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 between C++, Java, Python, PHP, Ruby, Erlang, Perl, Haskell, C#, Cocoa, Smalltalk, and OCaml.
To install p5.32-thrift, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.32-thrift
To see what files were installed by p5.32-thrift, run:
port contents p5.32-thrift
To later upgrade p5.32-thrift, run:
sudo port selfupdate && sudo port upgrade p5.32-thrift
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.