Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 3, 2019 10:28
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/38688cd3901e7c1545af0624747ac0b5 to your computer and use it in GitHub Desktop.
Save ryantm/38688cd3901e7c1545af0624747ac0b5 to your computer and use it in GitHub Desktop.
/nix/store/51z344q0ihqxypc7bwjq28xqr60b713s-libnice-0.1.15
├── bin
│   ├── stunbdc
│   └── stund
├── include
│   ├── nice
│   │   ├── address.h
│   │   ├── agent.h
│   │   ├── candidate.h
│   │   ├── debug.h
│   │   ├── interfaces.h
│   │   ├── nice.h
│   │   └── pseudotcp.h
│   └── stun
│   ├── constants.h
│   ├── debug.h
│   ├── stunagent.h
│   ├── stunmessage.h
│   ├── usages
│   │   ├── bind.h
│   │   ├── ice.h
│   │   ├── timer.h
│   │   └── turn.h
│   └── win32_common.h
├── lib
│   ├── gstreamer-1.0
│   │   ├── libgstnice.la
│   │   └── libgstnice.so
│   ├── libnice.la
│   ├── libnice.so -> libnice.so.10.8.0
│   ├── libnice.so.10 -> libnice.so.10.8.0
│   ├── libnice.so.10.8.0
│   └── pkgconfig
│   └── nice.pc
└── nix-support
└── propagated-build-inputs
9 directories, 26 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment