Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 10, 2019 18:47
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/1a6cd779594ecf2e597e9c5f67342e86 to your computer and use it in GitHub Desktop.
Save ryantm/1a6cd779594ecf2e597e9c5f67342e86 to your computer and use it in GitHub Desktop.
/nix/store/3g2m11kmrsxzfw6a2lkf29nmzlg5mr2l-libcpuid-0.4.1
├── bin
│   └── cpuid_tool
├── include
│   └── libcpuid
│   ├── libcpuid_constants.h
│   ├── libcpuid.h
│   └── libcpuid_types.h
└── lib
├── libcpuid.la
├── libcpuid.so -> libcpuid.so.14.0.1
├── libcpuid.so.14 -> libcpuid.so.14.0.1
├── libcpuid.so.14.0.1
└── 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