Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 14, 2019 11:48
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/965ff4bb62a9afb4b0d33f1125d3c654 to your computer and use it in GitHub Desktop.
Save ryantm/965ff4bb62a9afb4b0d33f1125d3c654 to your computer and use it in GitHub Desktop.
/nix/store/8za1mxd8lxjbclxv9j95nmamp41hzh1d-cmark-0.29.0
├── 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.29.0
│   ├── libcmark.so.0.29.0
│   └── 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