Merge branch 'develop'
tree: 22adcdc7b2b5c1854fc16ff47323fc4380ebe1b9
  1. .github/
  2. bundles/
  3. cmake/
  4. doap/
  5. documents/
  6. examples/
  7. libs/
  8. misc/
  9. .gitignore
  10. BUILDING
  11. CHANGES.md
  12. CMakeLists.txt
  13. Doxyfile
  14. KEYS
  15. LICENSE
  16. MiniZip64_info.txt
  17. NOTICE
  18. rat-excludes.txt
  19. README.md
  20. RELEASE_NOTES
README.md

Apache Celix Build Status Coverage Status Coverity Scan Build Status

Apache Celix is an implementation of the OSGi specification adapted to C and C++ (C++11). It is a framework to develop (dynamic) modular software applications using component and/or service-oriented programming.

Building

For information how to build Apache Celix see Building Apache Celix

Introduction to Apache Celix

For an introduction into Apache Celix see Apache Celix Intro

Getting Started with Apache Celix

For a guide how to start writing your own bundles and services see Getting Started Guide