Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 10, 2019 18:41
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/d38947081305c5dfc2e4f090e7d05427 to your computer and use it in GitHub Desktop.
Save ryantm/d38947081305c5dfc2e4f090e7d05427 to your computer and use it in GitHub Desktop.
/nix/store/b7qsvg9sr4xi1nzgyqm0lxf677m43als-libbluray-1.1.0
├── bin
│   └── bd_info
├── include
│   └── libbluray
│   ├── bluray.h
│   ├── bluray-version.h
│   ├── clpi_data.h
│   ├── filesystem.h
│   ├── keys.h
│   ├── log_control.h
│   ├── meta_data.h
│   ├── overlay.h
│   └── player_settings.h
└── lib
├── libbluray.la
├── libbluray.so -> libbluray.so.2.1.0
├── libbluray.so.2 -> libbluray.so.2.1.0
├── libbluray.so.2.1.0
└── pkgconfig
└── libbluray.pc
5 directories, 15 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment