Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 8, 2018 00:52
Show Gist options
  • Save ryantm/890d356ed9766b2fca77baebee346a0e to your computer and use it in GitHub Desktop.
Save ryantm/890d356ed9766b2fca77baebee346a0e to your computer and use it in GitHub Desktop.
/nix/store/ws8c9r62c7wsas7kj1v0svfs57d53dvv-cmark-0.28.3
├── bin
│   └── cmark
├── include
│   ├── cmark_export.h
│   ├── cmark.h
│   └── cmark_version.h
├── lib
│   ├── cmake
│   │   ├── cmark.cmake
│   │   └── cmark-release.cmake
│   ├── libcmark.a
│   ├── libcmark.so -> libcmark.so.0.28.3
│   ├── libcmark.so.0.28.3
│   └── pkgconfig
│   └── libcmark.pc
└── share
└── man
├── man1
│   └── cmark.1.gz
└── man3
└── cmark.3.gz
9 directories, 12 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment