commit | 90db7eeafc691b7ae4d3bbfda1e7596577973771 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Sun Jun 10 11:33:31 2018 -0400 |
committer | Davide Pesavento <davide.pesavento@lip6.fr> | Mon Jun 11 20:28:13 2018 -0400 |
tree | 78a9d447cdfc6e4f96879c0a354815ea36cb73d6 | |
parent | 436e46f73e559950458a5e9bc7d6da132d62c9a0 [diff] |
net+util: remove dependency on Boost.Regex Use std::regex instead. Change-Id: I6c53edf177b7861d47a1f256aa975e4100e00d45
ndn-cxx is a C++ library, implementing Named Data Networking (NDN) primitives that can be used to implement various NDN applications. The library is currently being used as part of the following projects:
See the file docs/INSTALL.rst
for build and install instructions.
Please submit any bugs or issues to the ndn-cxx issue tracker: https://redmine.named-data.net/projects/ndn-cxx/issues
Extensive documentation of the library is available on the library's homepage: http://www.named-data.net/doc/ndn-cxx/
If you are new to the NDN community of software generally, read the Contributor's Guide.
ndn-cxx is an open source project licensed under LGPL 3.0 license. For more information about the license, refer to COPYING.md
.