Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 28, 2020 05:35
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 r-ryantm/30f91b5cef977fe18f5a36b65e063ab5 to your computer and use it in GitHub Desktop.
Save r-ryantm/30f91b5cef977fe18f5a36b65e063ab5 to your computer and use it in GitHub Desktop.
/nix/store/gr1knhyymj4n0dpj64s7q98ish6kjr74-libcpuid-0.5.0
├── bin
│   └── cpuid_tool
├── include
│   └── libcpuid
│   ├── libcpuid_constants.h
│   ├── libcpuid.h
│   └── libcpuid_types.h
└── lib
├── libcpuid.la
├── libcpuid.so -> libcpuid.so.15.0.0
├── libcpuid.so.15 -> libcpuid.so.15.0.0
├── libcpuid.so.15.0.0
└── pkgconfig
└── libcpuid.pc
5 directories, 9 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment