Disables ubuntu github workflows
1 file changed
tree: b2d85fce1e838b943f9051348ce42468a4956953
  1. .github/
  2. bundles/
  3. cmake/
  4. doap/
  5. documents/
  6. examples/
  7. libs/
  8. misc/
  9. .gitignore
  10. .travis.yml
  11. BUILDING
  12. CHANGES.md
  13. CMakeLists.txt
  14. Doxyfile
  15. KEYS
  16. LICENSE
  17. MiniZip64_info.txt
  18. NOTICE
  19. rat-excludes.txt
  20. README.md
  21. 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