Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created July 29, 2020 01:26
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/5e1c37f53465ca1d491a600836589946 to your computer and use it in GitHub Desktop.
Save r-ryantm/5e1c37f53465ca1d491a600836589946 to your computer and use it in GitHub Desktop.
/nix/store/zjmq6r5yzhnjjsd9n3xpz8jl7172ps5y-openmpt123-0.5.1
├── bin
│   └── openmpt123
├── include
│   └── libopenmpt
│   ├── libopenmpt_config.h
│   ├── libopenmpt_ext.h
│   ├── libopenmpt_ext.hpp
│   ├── libopenmpt.h
│   ├── libopenmpt.hpp
│   ├── libopenmpt_stream_callbacks_buffer.h
│   ├── libopenmpt_stream_callbacks_fd.h
│   ├── libopenmpt_stream_callbacks_file.h
│   └── libopenmpt_version.h
├── lib
│   ├── libopenmpt.la
│   ├── libopenmpt.so -> libopenmpt.so.0.2.2
│   ├── libopenmpt.so.0 -> libopenmpt.so.0.2.2
│   ├── libopenmpt.so.0.2.2
│   └── pkgconfig
│   └── libopenmpt.pc
└── share
├── doc
│   └── libopenmpt
│   ├── examples
│   │   ├── libopenmpt_example_c.c
│   │   ├── libopenmpt_example_c_mem.c
│   │   ├── libopenmpt_example_c_probe.c
│   │   ├── libopenmpt_example_c_stdout.c
│   │   ├── libopenmpt_example_c_unsafe.c
│   │   └── libopenmpt_example_cxx.cpp
│   ├── LICENSE
│   └── README.md
└── man
└── man1
└── openmpt123.1.gz
11 directories, 24 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment