doap/doap_Celix.rdf (39 lines of code) (raw):

<?xml version="1.0"?> <?xml-stylesheet type="text/xsl"?> <!-- # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. --> <rdf:RDF xml:lang="en" xmlns="http://usefulinc.com/ns/doap#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:asfext="http://projects.apache.org/ns/asfext#" xmlns:foaf="http://xmlns.com/foaf/0.1/"> <!-- ======================================================================= Copyright (c) 2012 The Apache Software Foundation. All rights reserved. ======================================================================= --> <Project rdf:about="https://celix.apache.org"> <created>2010-11-17</created> <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/> <name>Apache Celix</name> <homepage rdf:resource="https://celix.apache.org" /> <asfext:pmc rdf:resource="https://celix.apache.org" /> <shortdesc>Dynamic Service framework for C and C++ inspired by OSGi.</shortdesc> <description> Apache Celix is a framework for C, C++14 and C++17 to develop dynamic modular software applications using component and in-process service-oriented programming. Apache Celix is inspired by the OSGi specification adapted for C and C++. </description> <bug-database rdf:resource="https://github.com/apache/celix/issues" /> <download-page rdf:resource="https://celix.apache.org/download.cgi" /> <mailing-list rdf:resource="https://celix.apache.org/support/mailing-list.html" /> <programming-language>C</programming-language> <programming-language>C++</programming-language> <category rdf:resource="https://projects.apache.org/category/network-server" /> <repository> <GitRepository> <location rdf:resource="https://gitbox.apache.org/repos/asf/celix.git"/> <browse rdf:resource="https://github.com/apache/celix"/> </GitRepository> </repository> <repository> <GitRepository> <location rdf:resource="https://gitbox.apache.org/repos/asf/celix-site.git"/> <browse rdf:resource="https://github.com/apache/celix-site"/> </GitRepository> </repository> </Project> </rdf:RDF>