From 8571ffc9f4ad9165dde3407641e73ec7737ae42c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 28 Jun 2022 23:17:24 -0400 Subject: Update project metadata --- raul.ttl | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) (limited to 'raul.ttl') diff --git a/raul.ttl b/raul.ttl index 97ac34f..a87f1f6 100644 --- a/raul.ttl +++ b/raul.ttl @@ -1,32 +1,32 @@ @prefix doap: . -@prefix rdf: . @prefix rdfs: . @prefix foaf: . - a doap:Project ; - doap:name "Raul" ; - doap:homepage ; - doap:bug-database ; - doap:license ; - doap:developer [ - a foaf:Person ; - foaf:name "David Robillard" ; - foaf:homepage ; - rdfs:seeAlso - ] ; - doap:programming-language "C", "C++" ; - doap:repository [ - a doap:SVNRepository ; - doap:browse ; - doap:location - ] ; - doap:version [ - doap:revision "0.6.0" ; - doap:created "2009-12-08" ; - doap:file-release - ] ; - doap:description """ + + a foaf:Person ; + rdfs:seeAlso ; + foaf:mbox ; + foaf:name "David Robillard" ; + foaf:nick "drobilla" . + + + a doap:Project ; + doap:blog ; + doap:bug-database ; + doap:description """ Raul (Realtime Audio Utility Library) is a lightweight C++ convenience library for realtime programming, with a bias towards audio applications on POSIX systems. -""" . +""" ; + doap:developer ; + doap:homepage ; + doap:license ; + doap:maintainer ; + doap:name "Raul" ; + doap:programming-language "C++" ; + doap:repository [ + a doap:GitBranch ; + doap:location + ] ; + doap:shortdesc "C++ real-time audio utility library" , + "C++ realtime audio utility library" . -- cgit v1.2.1