Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 4, 2019 13:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/7409f4dd441aff8819911be4ec5a31a7 to your computer and use it in GitHub Desktop.
Save ryantm/7409f4dd441aff8819911be4ec5a31a7 to your computer and use it in GitHub Desktop.
/nix/store/inzy290cczckd7a7qy3bl1b7h0f4gbz6-jsoncpp-1.9.1
├── include
│   └── json
│   ├── allocator.h
│   ├── assertions.h
│   ├── autolink.h
│   ├── config.h
│   ├── features.h
│   ├── forwards.h
│   ├── json.h
│   ├── reader.h
│   ├── value.h
│   ├── version.h
│   └── writer.h
└── lib
├── cmake
│   └── jsoncpp
│   ├── jsoncppConfig.cmake
│   ├── jsoncppConfig-release.cmake
│   └── jsoncppConfigVersion.cmake
├── libjsoncpp.so -> libjsoncpp.so.21
├── libjsoncpp.so.1.9.0
├── libjsoncpp.so.21 -> libjsoncpp.so.1.9.0
└── pkgconfig
└── jsoncpp.pc
6 directories, 18 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment