Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 27, 2018 14:19
Show Gist options
  • Save ryantm/b26de03d93846ae470db9941c23238be to your computer and use it in GitHub Desktop.
Save ryantm/b26de03d93846ae470db9941c23238be to your computer and use it in GitHub Desktop.
/nix/store/sgfh37h912vdcfx46yc0s96cks5an26i-libupnp-1.8.4
├── include
│   └── upnp
│   ├── ActionComplete.h
│   ├── ActionRequest.h
│   ├── Callback.h
│   ├── Discovery.h
│   ├── Event.h
│   ├── EventSubscribe.h
│   ├── FileInfo.h
│   ├── ithread.h
│   ├── ixmldebug.h
│   ├── ixml.h
│   ├── list.h
│   ├── poison.h
│   ├── StateVarComplete.h
│   ├── StateVarRequest.h
│   ├── SubscriptionRequest.h
│   ├── TemplateInclude.h
│   ├── TemplateSource.h
│   ├── TemplateUndef.h
│   ├── upnpconfig.h
│   ├── upnpdebug.h
│   ├── UpnpGlobal.h
│   ├── upnp.h
│   ├── UpnpInet.h
│   ├── UpnpIntTypes.h
│   ├── UpnpStdInt.h
│   ├── UpnpString.h
│   ├── upnptools.h
│   └── UpnpUniStd.h
└── lib
├── libixml.la
├── libixml.so -> libixml.so.10.0.1
├── libixml.so.10 -> libixml.so.10.0.1
├── libixml.so.10.0.1
├── libupnp.la
├── libupnp.so -> libupnp.so.13.0.0
├── libupnp.so.13 -> libupnp.so.13.0.0
├── libupnp.so.13.0.0
└── pkgconfig
└── libupnp.pc
4 directories, 37 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment