blob: 6094de7282133503e7b2ba578c9bab434de8d9e4 [file] [log] [blame]
Roger Meier45320172012-05-04 21:55:55 +00001<?xml version="1.0"?>
2<?xml-stylesheet type="text/xsl"?>
3<rdf:RDF xml:lang="en"
4 xmlns="http://usefulinc.com/ns/doap#"
5 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6 xmlns:asfext="http://projects.apache.org/ns/asfext#"
7 xmlns:foaf="http://xmlns.com/foaf/0.1/">
8<!--
9 Licensed to the Apache Software Foundation (ASF) under one or more
10 contributor license agreements. See the NOTICE file distributed with
11 this work for additional information regarding copyright ownership.
12 The ASF licenses this file to You under the Apache License, Version 2.0
13 (the "License"); you may not use this file except in compliance with
14 the License. You may obtain a copy of the License at
15
16 http://www.apache.org/licenses/LICENSE-2.0
17
18 Unless required by applicable law or agreed to in writing, software
19 distributed under the License is distributed on an "AS IS" BASIS,
20 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21 See the License for the specific language governing permissions and
22 limitations under the License.
23-->
24 <Project rdf:about="http://thrift.apache.org">
25 <created>2012-04-14</created>
26 <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
27 <name>Apache Thrift</name>
28 <homepage rdf:resource="http://thrift.apache.org" />
29 <asfext:pmc rdf:resource="http://thrift.apache.org" />
James E. King III234fb472019-01-13 23:19:18 -050030 <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>
Roger Meier45320172012-05-04 21:55:55 +000031 <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>
32 <bug-database rdf:resource="https://issues.apache.org/jira/browse/THRIFT" />
33 <mailing-list rdf:resource="http://thrift.apache.org/mailing/" />
34 <download-page rdf:resource="http://thrift.apache.org/download/" />
35 <programming-language>ActionScript</programming-language>
36 <programming-language>C</programming-language>
37 <programming-language>C#</programming-language>
38 <programming-language>C++</programming-language>
Roger Meier45320172012-05-04 21:55:55 +000039 <programming-language>D</programming-language>
Jens Geyer21474662017-11-29 22:54:49 +010040 <programming-language>Dart</programming-language>
Roger Meier45320172012-05-04 21:55:55 +000041 <programming-language>Delphi</programming-language>
42 <programming-language>Erlang</programming-language>
43 <programming-language>Go</programming-language>
44 <programming-language>Haskell</programming-language>
Jens Geyer21474662017-11-29 22:54:49 +010045 <programming-language>Haxe</programming-language>
Roger Meier45320172012-05-04 21:55:55 +000046 <programming-language>Java</programming-language>
47 <programming-language>JavaScript</programming-language>
48 <programming-language>node.js</programming-language>
jfarrell94d06792015-06-25 10:16:24 -040049 <programming-language>OCaml</programming-language>
Roger Meier45320172012-05-04 21:55:55 +000050 <programming-language>Perl</programming-language>
51 <programming-language>PHP</programming-language>
52 <programming-language>Python</programming-language>
Jens Geyer21474662017-11-29 22:54:49 +010053 <programming-language>Rust</programming-language>
Roger Meier45320172012-05-04 21:55:55 +000054 <programming-language>SmallTalk</programming-language>
55 <category rdf:resource="http://projects.apache.org/category/http" />
56 <category rdf:resource="http://projects.apache.org/category/library" />
57 <category rdf:resource="http://projects.apache.org/category/network-client" />
58 <category rdf:resource="http://projects.apache.org/category/network-server" />
Roger Meierd0024542014-01-26 10:46:10 +010059 <release rdf:parseType="Collection">
Roger Meier45320172012-05-04 21:55:55 +000060 <Version>
Roger Meier96efc262012-05-11 09:03:41 +000061 <name>Apache Thrift</name>
Jens Geyer705f3772021-02-04 17:06:38 +010062 <created>2021-02-04</created>
63 <revision>0.14.0</revision>
64 </Version>
65 <Version>
66 <name>Apache Thrift</name>
Jens Geyera3fa0d92019-10-11 00:42:29 +020067 <created>2019-10-11</created>
68 <revision>0.13.0</revision>
69 </Version>
70 <Version>
71 <name>Apache Thrift</name>
James E. King IIIc3375d92018-12-30 11:06:00 -050072 <created>2018-12-28</created>
jfarrell384647d2018-10-16 22:36:46 -040073 <revision>0.12.0</revision>
74 </Version>
75 <Version>
76 <name>Apache Thrift</name>
77 <created>2017-11-30</created>
78 <revision>0.11.0</revision>
79 </Version>
80 <Version>
81 <name>Apache Thrift</name>
Jens Geyer21474662017-11-29 22:54:49 +010082 <created>2017-03-01</created>
83 <revision>0.10.0</revision>
84 </Version>
85 <Version>
86 <name>Apache Thrift</name>
Roger Meierd2544092015-11-29 18:00:50 +010087 <created>2015-09-25</created>
88 <revision>0.9.3</revision>
89 </Version>
90 <Version>
91 <name>Apache Thrift</name>
92 <created>2014-11-05</created>
93 <revision>0.9.2</revision>
94 </Version>
95 <Version>
96 <name>Apache Thrift</name>
Roger Meier8ea5e2f2013-08-26 20:37:42 +020097 <created>2013-08-22</created>
98 <revision>0.9.1</revision>
99 </Version>
100 <Version>
101 <name>Apache Thrift</name>
102 <created>2012-10-15</created>
Roger Meier708f64d2012-10-20 21:33:49 +0000103 <revision>0.9.0</revision>
104 </Version>
105 <Version>
106 <name>Apache Thrift</name>
Roger Meier45320172012-05-04 21:55:55 +0000107 <created>2011-11-29</created>
108 <revision>0.8.0</revision>
109 </Version>
Roger Meier96efc262012-05-11 09:03:41 +0000110 <Version>
111 <name>Apache Thrift</name>
112 <created>2011-08-13</created>
113 <revision>0.7.0</revision>
114 </Version>
115 <Version>
116 <name>Apache Thrift</name>
117 <created>2011-04-25</created>
118 <revision>0.6.1</revision>
119 </Version>
120 <Version>
121 <name>Apache Thrift</name>
122 <created>2011-02-08</created>
123 <revision>0.6.0</revision>
124 </Version>
125 <Version>
126 <name>Apache Thrift (incubating)</name>
127 <created>2010-10-07</created>
128 <revision>0.5.0</revision>
129 </Version>
130 <Version>
131 <name>Apache Thrift (incubating)</name>
132 <created>2010-08-23</created>
133 <revision>0.4.0</revision>
134 </Version>
135 <Version>
136 <name>Apache Thrift (incubating)</name>
137 <created>2010-08-04</created>
138 <revision>0.3.0</revision>
139 </Version>
140 <Version>
141 <name>Apache Thrift (incubating)</name>
142 <created>2009-12-11</created>
143 <revision>0.2.0</revision>
144 </Version>
Roger Meier45320172012-05-04 21:55:55 +0000145 </release>
Roger Meier96efc262012-05-11 09:03:41 +0000146 <repository>
Roger Meier565517a2013-03-22 21:08:39 +0100147 <GitRepository>
Robert Lua1390822018-12-27 23:57:35 +0800148 <location rdf:resource="https://github.com/apache/thrift.git"/>
149 <browse rdf:resource="https://github.com/apache/thrift"/>
Roger Meier565517a2013-03-22 21:08:39 +0100150 </GitRepository>
Roger Meier45320172012-05-04 21:55:55 +0000151 </repository>
152 <maintainer>
153 <foaf:Person>
154 <foaf:name>Apache Thrift PMC</foaf:name>
155 <foaf:mbox rdf:resource="mailto:dev@thrift.apache.org"/>
156 </foaf:Person>
157 </maintainer>
158 </Project>
159</rdf:RDF>