summaryrefslogtreecommitdiff
path: root/doap.rdf
diff options
context:
space:
mode:
authorJames E. King III <jking@apache.org>2019-01-13 23:19:18 -0500
committerJames E. King III <jking@apache.org>2019-01-14 08:13:52 -0500
commit234fb47229dad47842e97a599614dbbd81b7c4a2 (patch)
treee1c75e2200041c4ef67b0ed2d1a5ac877012412f /doap.rdf
parentf3ec277e7e2c147342831ecec590bc2f71b07761 (diff)
downloadthrift-234fb47229dad47842e97a599614dbbd81b7c4a2.tar.gz
THRIFT-4719: remove cocoa
Diffstat (limited to 'doap.rdf')
-rwxr-xr-xdoap.rdf3
1 files changed, 1 insertions, 2 deletions
diff --git a/doap.rdf b/doap.rdf
index cb76facfa..50b3491d6 100755
--- a/doap.rdf
+++ b/doap.rdf
@@ -27,7 +27,7 @@
<name>Apache Thrift</name>
<homepage rdf:resource="http://thrift.apache.org" />
<asfext:pmc rdf:resource="http://thrift.apache.org" />
- <shortdesc>Apache Thrift software provides a framework for scalable cross-language services development, 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, JavaScript, Node.js, Smalltalk, OCaml and Delphi and other languages. </shortdesc>
+ <shortdesc>Apache Thrift software provides a framework for scalable cross-language services development, 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#, JavaScript, Node.js, Smalltalk, OCaml and Delphi and other languages. </shortdesc>
<description>Apache Thrift allows you to define data types and service interfaces in a simple definition file. Taking that file as input, the compiler generates code to be used to easily build RPC clients and servers that communicate seamlessly across programming languages. Instead of writing a load of boilerplate code to serialize and transport your objects and invoke remote methods, you can get right down to business. </description>
<bug-database rdf:resource="https://issues.apache.org/jira/browse/THRIFT" />
<mailing-list rdf:resource="http://thrift.apache.org/mailing/" />
@@ -36,7 +36,6 @@
<programming-language>C</programming-language>
<programming-language>C#</programming-language>
<programming-language>C++</programming-language>
- <programming-language>Cocoa</programming-language>
<programming-language>D</programming-language>
<programming-language>Dart</programming-language>
<programming-language>Delphi</programming-language>