| # repo-ng: Next generation NDN repository |
| |
| [](https://github.com/named-data/repo-ng/actions/workflows/ci.yml) |
|  |
| |
| **repo-ng** is an implementation of a Named Data Networking (NDN) data repository, |
| and follows the [Repo protocol](https://redmine.named-data.net/projects/repo-ng/wiki/Repo_Protocol_Specification). |
| |
| repo-ng uses [ndn-cxx](https://github.com/named-data/ndn-cxx) as the NDN development |
| library and [sqlite](https://www.sqlite.org/) as the underlying storage engine. |
| |
| ## Installation |
| |
| See [`INSTALL.md`](INSTALL.md) for build instructions. |
| |
| ## Reporting bugs |
| |
| Please submit any bug reports or feature requests to the |
| [repo-ng issue tracker](https://redmine.named-data.net/projects/repo-ng/issues). |
| |
| ## Contributing |
| |
| We greatly appreciate contributions to the repo-ng code base, provided that they are |
| licensed under the GNU GPL version 3 or a compatible license. |
| If you are new to the NDN software community, please read our [Contributor's Guide]( |
| https://github.com/named-data/.github/blob/main/CONTRIBUTING.md) to get started. |
| |
| ## License |
| |
| repo-ng is free software distributed under the GNU General Public License version 3. |
| See [`COPYING.md`](COPYING.md) for details. |