Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created December 2, 2020 19:01
Show Gist options
  • Save r-ryantm/399692f449f63204811c18b6a4c77ea8 to your computer and use it in GitHub Desktop.
Save r-ryantm/399692f449f63204811c18b6a4c77ea8 to your computer and use it in GitHub Desktop.
/nix/store/q9pfbjfk6hpnihg65ybprypy0fq5sxgd-openmpt123-0.5.4
├── 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