build: various updates and cleanups

Change-Id: Ic01420fc1d2f5b61b1b81c6e1d99c1921395162a
11 files changed
tree: d1cf1177037b0b211e28d2d334123256ede93aad
  1. .jenkins.d/
  2. .waf-tools/
  3. examples/
  4. src/
  5. tests/
  6. tools/
  7. .gitignore
  8. .jenkins
  9. .mailmap
  10. .travis.yml
  11. AUTHORS.md
  12. COPYING.md
  13. INSTALL.md
  14. README-dev.md
  15. README.md
  16. repo-ng.conf.sample
  17. waf
  18. wscript
README.md

repo-ng: Next generation of NDN repository

Build Status

repo-ng is an implementation of a Named Data Networking data repository, and follows the Repo protocol.

repo-ng uses the ndn-cxx library as NDN development library, and sqlite3 as underlying storage.

repo-ng is an open source project licensed under the GPL 3.0 (see COPYING.md for more details). We highly welcome all contributions to the repo-ng code, provided that they can licensed under GPL 3.0+ or other compatible license.

See the file INSTALL.md for build and install instructions.

Please submit any bugs or issues to the repo-ng issue tracker.