build: disable osxkeychain TPM backend by default

Change-Id: I3e121a7cee0451d20f83aa73742077bc621652be
7 files changed
tree: 108724b70209d88858bbdab1942e3fa87b09a9c0
  1. .github/
  2. .jenkins.d/
  3. .waf-tools/
  4. docs/
  5. examples/
  6. ndn-cxx/
  7. tests/
  8. tools/
  9. .editorconfig
  10. .gitignore
  11. .jenkins
  12. .mailmap
  13. AUTHORS.md
  14. client.conf.sample
  15. COPYING.md
  16. Dockerfile
  17. libndn-cxx.pc.in
  18. README-dev.md
  19. README.md
  20. waf
  21. wscript
README.md

ndn-cxx: NDN C++ library with eXperimental eXtensions

CI Docs Language Latest version

ndn-cxx is a C++17 library implementing Named Data Networking (NDN) primitives that can be used to write various NDN applications. The library is currently being used by the following projects:

Documentation

See docs/INSTALL.rst for compilation and installation instructions.

Extensive documentation is available on the library's homepage.

Reporting bugs

Please submit any bug reports or feature requests to the ndn-cxx issue tracker.

Contributing

Contributions to ndn-cxx are greatly appreciated and can be made through our Gerrit code review site. If you are new to the NDN software community, please read our Contributor's Guide and README-dev.md to get started.

License

ndn-cxx is free software distributed under the GNU Lesser General Public License version 3. See COPYING.md for details.