Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 19, 2018 10:34
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/46e3e56a4198ff3c1bab8c410736ee5e to your computer and use it in GitHub Desktop.
Save ryantm/46e3e56a4198ff3c1bab8c410736ee5e to your computer and use it in GitHub Desktop.
/nix/store/yzcwcyrq69x2qkh3dxgg00bdfypdj5i0-libversion-2.8.1
├── bin
│   └── version_compare
├── include
│   └── libversion
│   ├── config.h
│   └── version.h
└── lib
├── libversion.a
├── libversion.so -> libversion.so.0
├── libversion.so.0 -> libversion.so.0.1.0
├── libversion.so.0.1.0
└── pkgconfig
└── libversion.pc
5 directories, 8 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment