blob: e5cebec6479b0961189a61c1b8b0aae5911a5725 [file] [log] [blame] [view]
# repo-ng: Next generation of NDN repository
[![Build Status](https://travis-ci.org/named-data/repo-ng.svg?branch=master)](https://travis-ci.org/named-data/repo-ng)
**repo-ng** is an implementation of a Named Data Networking data repository,
and follows the [Repo protocol](https://redmine.named-data.net/projects/repo-ng/wiki/Repo_Protocol_Specification).
**repo-ng** uses the [ndn-cxx](https://github.com/named-data/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](https://redmine.named-data.net/projects/repo-ng/issues).