Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 25, 2019 22:22
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/6f3f2a96b3448e061bbd5555fe22659d to your computer and use it in GitHub Desktop.
Save ryantm/6f3f2a96b3448e061bbd5555fe22659d to your computer and use it in GitHub Desktop.
/nix/store/bnr1dnhscxhgszb8516x2c8zj8040gcg-liblo-0.30
├── bin
│   ├── oscdump
│   ├── oscsend
│   └── oscsendfile
├── include
│   └── lo
│   ├── lo_cpp.h
│   ├── lo_endian.h
│   ├── lo_errors.h
│   ├── lo.h
│   ├── lo_lowlevel.h
│   ├── lo_macros.h
│   ├── lo_osc_types.h
│   ├── lo_serverthread.h
│   ├── lo_throw.h
│   └── lo_types.h
└── lib
├── liblo.la
├── liblo.so -> liblo.so.7.4.0
├── liblo.so.7 -> liblo.so.7.4.0
├── liblo.so.7.4.0
└── pkgconfig
└── liblo.pc
5 directories, 18 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment