Thrift formula

Thrift is a software framework for scalable cross-language services
development. It combines a powerful software stack with a code generation
engine to build services that work efficiently and seamlessly between C++,
Java, Python, PHP, and Ruby. Thrift was developed at Facebook and released as
open source.
This commit is contained in:
Ask Solem 2009-09-01 15:05:18 +02:00 committed by Max Howell
parent ba8ba4c451
commit 21df479f1b

View File

@ -94,6 +94,7 @@ class Formula
when %r[^svn://] then SubversionDownloadStrategy
when %r[^git://] then GitDownloadStrategy
when %r[^http://(.+?\.)?googlecode\.com/svn] then SubversionDownloadStrategy
when %r[^http://svn.apache.org/repos/] then SubversionDownloadStrategy
else HttpDownloadStrategy
end
end