Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 21, 2018 08:03
Show Gist options
  • Save ryantm/be00d099a69bdff53bd6e138cf5d6877 to your computer and use it in GitHub Desktop.
Save ryantm/be00d099a69bdff53bd6e138cf5d6877 to your computer and use it in GitHub Desktop.
/nix/store/klb1bvsf1az785f2jzvsg5g0sxs8g4l3-p8-platform-2.1.0.1
├── include
│   └── p8-platform
│   ├── os.h
│   ├── posix
│   │   ├── os-socket.h
│   │   ├── os-threads.h
│   │   └── os-types.h
│   ├── sockets
│   │   ├── cdevsocket.h
│   │   ├── socket.h
│   │   └── tcp.h
│   ├── threads
│   │   ├── atomics.h
│   │   ├── mutex.h
│   │   └── threads.h
│   └── util
│   ├── atomic.h
│   ├── buffer.h
│   ├── StdString.h
│   ├── StringUtils.h
│   ├── timeutils.h
│   └── util.h
└── lib
├── libp8-platform.a
├── p8-platform
│   └── p8-platform-config.cmake
└── pkgconfig
└── p8-platform.pc
9 directories, 19 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment