Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 27, 2018 11:32
Show Gist options
  • Save ryantm/7fbf0c940895649eae7720e9231bb3ab to your computer and use it in GitHub Desktop.
Save ryantm/7fbf0c940895649eae7720e9231bb3ab to your computer and use it in GitHub Desktop.
/nix/store/gp0g5pn4rxm2qmq4ljwq8pwg3157a0wd-libversion-2.7.0
├── bin
│   └── version_compare
├── include
│   └── libversion
│   └── 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, 7 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment