build+ci: support CentOS Stream 9 and macOS/arm64

This commit also syncs the CI config and scripts with ndn-tools

Change-Id: Iddb96341ff31b154201a75523df411eaa48cc2ce
11 files changed
tree: a1ede1af2dc46e2635a5bcc291565b6e7579f460
  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.