Sync build system and CI scripts with ndn-cxx

 * Update build flags
 * Update waf to version 2.0.21
 * Replace Travis CI with GitHub Actions

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

repo-ng: Next generation NDN repository

CI Language

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

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

Installation

See INSTALL.md for build instructions.

Reporting bugs

Please submit any bug reports or feature requests to the repo-ng issue tracker.

Contributing

We greatly appreciate contributions to the repo-ng code base, provided that they are licensed under the GPL 3.0+ or a compatible license (see below). If you are new to the NDN software community, please read the Contributor's Guide to get started.

License

repo-ng is an open source project licensed under the GPL version 3. See COPYING.md for more information.