Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 2, 2020 14:21
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/37a15e752c05a60591eee2224d73eceb to your computer and use it in GitHub Desktop.
Save r-ryantm/37a15e752c05a60591eee2224d73eceb to your computer and use it in GitHub Desktop.
/nix/store/nnj5vcnrpl05v5xw5rk513vqh4b11abx-liblo-0.31
├── 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.1
├── liblo.so.7 -> liblo.so.7.4.1
├── liblo.so.7.4.1
└── 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