Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 28, 2019 01:47
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/3dbcc0be9ccb397120c27a49c2a203ab to your computer and use it in GitHub Desktop.
Save ryantm/3dbcc0be9ccb397120c27a49c2a203ab to your computer and use it in GitHub Desktop.
/nix/store/290ydj3a5b7yc3yyxx4f6a9cwsdw7l36-jsoncpp-1.9.2
├── include
│   └── json
│   ├── allocator.h
│   ├── assertions.h
│   ├── autolink.h
│   ├── config.h
│   ├── forwards.h
│   ├── json_features.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.22
├── libjsoncpp.so.1.9.2
├── libjsoncpp.so.22 -> libjsoncpp.so.1.9.2
└── 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