Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 26, 2020 09:12
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/d7838add5712a7021e22215e5af3ecf8 to your computer and use it in GitHub Desktop.
Save r-ryantm/d7838add5712a7021e22215e5af3ecf8 to your computer and use it in GitHub Desktop.
/nix/store/k1r340n9wxgr9cxgfvxxgj73vf7qka84-libcec-6.0.2
├── bin
│   ├── cecc-client -> cecc-client-6.0.2
│   ├── cecc-client-6.0.2
│   ├── cec-client -> cec-client-6.0.2
│   └── cec-client-6.0.2
├── include
│   └── libcec
│   ├── cecc.h
│   ├── ceccloader.h
│   ├── cec.h
│   ├── cecloader.h
│   ├── cectypes.h
│   └── version.h
└── lib
├── libcec.so -> libcec.so.6
├── libcec.so.6 -> libcec.so.6.0.2
├── libcec.so.6.0.2
└── pkgconfig
└── libcec.pc
5 directories, 14 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment