Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 25, 2019 21: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/2d458846e37029e9dbfad8e5f3a465e0 to your computer and use it in GitHub Desktop.
Save ryantm/2d458846e37029e9dbfad8e5f3a465e0 to your computer and use it in GitHub Desktop.
/nix/store/67s50gly6wvvjjm36bhwh93crf2kgjrf-libextractor-1.9
├── bin
│   └── extract
├── include
│   └── extractor.h
├── lib
│   ├── libextractor
│   │   ├── libextractor_archive.la
│   │   ├── libextractor_archive.so
│   │   ├── libextractor_deb.la
│   │   ├── libextractor_deb.so
│   │   ├── libextractor_dvi.la
│   │   ├── libextractor_dvi.so
│   │   ├── libextractor_exiv2.la
│   │   ├── libextractor_exiv2.so
│   │   ├── libextractor_flac.la
│   │   ├── libextractor_flac.so
│   │   ├── libextractor_it.la
│   │   ├── libextractor_it.so
│   │   ├── libextractor_jpeg.la
│   │   ├── libextractor_jpeg.so
│   │   ├── libextractor_man.la
│   │   ├── libextractor_man.so
│   │   ├── libextractor_mpeg.la
│   │   ├── libextractor_mpeg.so
│   │   ├── libextractor_nsfe.la
│   │   ├── libextractor_nsfe.so
│   │   ├── libextractor_nsf.la
│   │   ├── libextractor_nsf.so
│   │   ├── libextractor_odf.la
│   │   ├── libextractor_odf.so
│   │   ├── libextractor_ogg.la
│   │   ├── libextractor_ogg.so
│   │   ├── libextractor_ole2.la
│   │   ├── libextractor_ole2.so
│   │   ├── libextractor_pdf.la
│   │   ├── libextractor_pdf.so
│   │   ├── libextractor_png.la
│   │   ├── libextractor_png.so
│   │   ├── libextractor_ps.la
│   │   ├── libextractor_ps.so
│   │   ├── libextractor_riff.la
│   │   ├── libextractor_riff.so
│   │   ├── libextractor_rpm.la
│   │   ├── libextractor_rpm.so
│   │   ├── libextractor_s3m.la
│   │   ├── libextractor_s3m.so
│   │   ├── libextractor_sid.la
│   │   ├── libextractor_sid.so
│   │   ├── libextractor_tiff.la
│   │   ├── libextractor_tiff.so
│   │   ├── libextractor_wav.la
│   │   ├── libextractor_wav.so
│   │   ├── libextractor_xm.la
│   │   ├── libextractor_xm.so
│   │   ├── libextractor_zip.la
│   │   └── libextractor_zip.so
│   ├── libextractor_common.la
│   ├── libextractor_common.so -> libextractor_common.so.1.0.0
│   ├── libextractor_common.so.1 -> libextractor_common.so.1.0.0
│   ├── libextractor_common.so.1.0.0
│   ├── libextractor.la
│   ├── libextractor.so -> libextractor.so.3.1.7
│   ├── libextractor.so.3 -> libextractor.so.3.1.7
│   ├── libextractor.so.3.1.7
│   └── pkgconfig
│   └── libextractor.pc
└── share
├── info
│   └── libextractor.info
├── locale
│   ├── de
│   │   └── LC_MESSAGES
│   │   └── libextractor.mo
│   ├── es
│   │   └── LC_MESSAGES
│   │   └── libextractor.mo
│   ├── fr
│   │   └── LC_MESSAGES
│   │   └── libextractor.mo
│   ├── ga
│   │   └── LC_MESSAGES
│   │   └── libextractor.mo
│   ├── it
│   │   └── LC_MESSAGES
│   │   └── libextractor.mo
│   ├── nl
│   │   └── LC_MESSAGES
│   │   └── libextractor.mo
│   ├── pl
│   │   └── LC_MESSAGES
│   │   └── libextractor.mo
│   ├── ro
│   │   └── LC_MESSAGES
│   │   └── libextractor.mo
│   ├── rw
│   │   └── LC_MESSAGES
│   │   └── libextractor.mo
│   ├── sr
│   │   └── LC_MESSAGES
│   │   └── libextractor.mo
│   ├── sv
│   │   └── LC_MESSAGES
│   │   └── libextractor.mo
│   ├── uk
│   │   └── LC_MESSAGES
│   │   └── libextractor.mo
│   └── vi
│   └── LC_MESSAGES
│   └── libextractor.mo
└── man
├── man1
│   └── extract.1.gz
└── man3
└── libextractor.3.gz
37 directories, 77 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment