Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 3, 2020 20:51
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/664e3f41af2755881da4ec1ead39d6e9 to your computer and use it in GitHub Desktop.
Save r-ryantm/664e3f41af2755881da4ec1ead39d6e9 to your computer and use it in GitHub Desktop.
/nix/store/nc03g9ngimdnp2s6qrrnff2m1jf25cn2-olm-3.2.1
├── include
│   └── olm
│   ├── inbound_group_session.h
│   ├── olm.h
│   ├── outbound_group_session.h
│   ├── pk.h
│   └── sas.h
└── lib
├── cmake
│   └── Olm
│   ├── OlmConfig.cmake
│   ├── OlmConfigVersion.cmake
│   ├── OlmTargets.cmake
│   └── OlmTargets-release.cmake
├── libolm.so -> libolm.so.3
├── libolm.so.3 -> libolm.so.3.2.1
└── libolm.so.3.2.1
5 directories, 12 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment