Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 24, 2020 14: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 r-ryantm/edff827a2c99142f148baf79011a74a6 to your computer and use it in GitHub Desktop.
Save r-ryantm/edff827a2c99142f148baf79011a74a6 to your computer and use it in GitHub Desktop.
/nix/store/vpgnr3ac1n38d2s1g25dgnh74scfy438-libdvdnav-6.1.0
├── include
│   └── dvdnav
│   ├── dvdnav_events.h
│   ├── dvdnav.h
│   ├── dvd_types.h
│   └── version.h
├── lib
│   ├── libdvdnav.la
│   ├── libdvdnav.so -> libdvdnav.so.4.3.0
│   ├── libdvdnav.so.4 -> libdvdnav.so.4.3.0
│   ├── libdvdnav.so.4.3.0
│   └── pkgconfig
│   └── dvdnav.pc
└── share
└── doc
└── libdvdnav
├── AUTHORS
├── ChangeLog
├── COPYING
├── README
└── TODO
7 directories, 14 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment