commit | e387423942b2e15cd778d0f86d31ad8fc013beb4 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Mar 26 16:58:59 2017 -0500 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jun 20 17:46:59 2017 -0700 |
tree | 4c906eec20ff3a075073c1b270a3bed359bb92e5 | |
parent | b1a2a4b4b4adee5652191b439d7c17f756dd2916 [diff] |
src: Avoid use of `detail` folder for installable headers This commit moves `lp/detail/*` to `lp/`, as `detail` folders should include only private APIs that are only used during the build and cannot be used (header files not installed) by external applications. Change-Id: I370592819c4bc5f4016689ef7c9c5bd2cdd0eaa2
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/
ndn-cxx is an open source project licensed under LGPL 3.0 license. For more information about the license, refer to COPYING.md
.