commit | f6b458930f9b10504a0351188cf83425975ddad3 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Mon Mar 13 15:00:51 2023 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Mon Mar 13 15:12:06 2023 -0400 |
tree | 925861dd3556da16bd4ae6508d34ea6056afb279 | |
parent | a2fbc35f122f4775bd1f83f2820dc0ac38d1dfcf [diff] |
util: remove ndn::optional, use std::optional directly Change-Id: I503e8f250e80e0ff7708070effc2e84e3b38b3b7
ndn-cxx is a C++17 library implementing Named Data Networking (NDN) primitives that can be used to write various NDN applications. The library is currently being used by the following projects:
See docs/INSTALL.rst
for compilation and installation instructions.
Extensive documentation is available on the library's homepage.
Please submit any bug reports or feature requests to the ndn-cxx issue tracker.
Contributions to ndn-cxx are greatly appreciated and can be made through our Gerrit code review site. If you are new to the NDN software community, please read our Contributor's Guide and README-dev.md
to get started.
ndn-cxx is free software distributed under the GNU Lesser General Public License version 3. See COPYING.md
for details.