-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparticles.doap
29 lines (25 loc) · 1.05 KB
/
particles.doap
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns="http://usefulinc.com/ns/doap#">
<name xml:lang="en">Particles</name>
<shortdesc xml:lang="en">
Creation, Simulation, and Rendering of Particle Systems with OpenCL
</shortdesc>
<homepage rdf:resource="http://github.com/hortont424/particles" />
<created>2010-01-01</created>
<maintainer>
<foaf:Person>
<foaf:name>Tim Horton</foaf:name>
<foaf:mbox rdf:resource="mailto:tim@hortont.com" />
<foaf:homepage rdf:resource="http://www.hortont.com" />
</foaf:Person>
</maintainer>
<license rdf:resource="http://usefulinc.com/doap/licenses/bsd" />
<repository>
<GitRepository>
<location rdf:resource="git://github.com/hortont424/particles.git" />
<browse rdf:resource="http://github.com/hortont424/particles" />
</GitRepository>
</repository>
</Project>