Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 8, 2019 12:56
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/180ccf7c9cc54d107cb16f95e9bd9299 to your computer and use it in GitHub Desktop.
Save ryantm/180ccf7c9cc54d107cb16f95e9bd9299 to your computer and use it in GitHub Desktop.
/nix/store/3f0ca3piqljqp00ll8gwsypg5pccyc6b-libebml-1.3.10
├── include
│   └── ebml
│   ├── c
│   │   └── libebml_t.h
│   ├── Debug.h
│   ├── EbmlBinary.h
│   ├── EbmlConfig.h
│   ├── EbmlContexts.h
│   ├── EbmlCrc32.h
│   ├── EbmlDate.h
│   ├── EbmlDummy.h
│   ├── EbmlElement.h
│   ├── EbmlEndian.h
│   ├── ebml_export.h
│   ├── EbmlFloat.h
│   ├── EbmlHead.h
│   ├── EbmlId.h
│   ├── EbmlMaster.h
│   ├── EbmlSInteger.h
│   ├── EbmlStream.h
│   ├── EbmlString.h
│   ├── EbmlSubHead.h
│   ├── EbmlTypes.h
│   ├── EbmlUInteger.h
│   ├── EbmlUnicodeString.h
│   ├── EbmlVersion.h
│   ├── EbmlVoid.h
│   ├── IOCallback.h
│   ├── MemIOCallback.h
│   ├── MemReadIOCallback.h
│   ├── SafeReadIOCallback.h
│   └── StdIOCallback.h
└── lib
├── cmake
│   └── EBML
│   ├── EBMLConfig.cmake
│   ├── EBMLConfigVersion.cmake
│   ├── EBMLTargets.cmake
│   └── EBMLTargets-release.cmake
├── libebml.so -> libebml.so.4
├── libebml.so.4 -> libebml.so.4.0.0
├── libebml.so.4.0.0
└── pkgconfig
└── libebml.pc
7 directories, 37 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment