Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 11, 2018 04:16
Show Gist options
  • Save ryantm/da41b1208cf5cb999e6de11ad1fb2fc6 to your computer and use it in GitHub Desktop.
Save ryantm/da41b1208cf5cb999e6de11ad1fb2fc6 to your computer and use it in GitHub Desktop.
/nix/store/120cz3gc3s0hasql1p3zc3sgjzvn4753-libbson-1.9.4
├── include
│   └── libbson-1.0
│   ├── bcon.h
│   ├── bson-atomic.h
│   ├── bson-clock.h
│   ├── bson-compat.h
│   ├── bson-config.h
│   ├── bson-context.h
│   ├── bson-decimal128.h
│   ├── bson-endian.h
│   ├── bson-error.h
│   ├── bson.h
│   ├── bson-iter.h
│   ├── bson-json.h
│   ├── bson-keys.h
│   ├── bson-macros.h
│   ├── bson-md5.h
│   ├── bson-memory.h
│   ├── bson-oid.h
│   ├── bson-reader.h
│   ├── bson-stdint.h
│   ├── bson-stdint-win32.h
│   ├── bson-string.h
│   ├── bson-types.h
│   ├── bson-utf8.h
│   ├── bson-value.h
│   ├── bson-version-functions.h
│   ├── bson-version.h
│   └── bson-writer.h
└── lib
├── cmake
│   ├── libbson-1.0
│   │   ├── libbson-1.0-config.cmake
│   │   └── libbson-1.0-config-version.cmake
│   └── libbson-static-1.0
│   ├── libbson-static-1.0-config.cmake
│   └── libbson-static-1.0-config-version.cmake
├── libbson-1.0.so -> libbson-1.0.so.1
├── libbson-1.0.so.0
├── libbson-1.0.so.1 -> libbson-1.0.so.0
├── libbson-static-1.0.a
└── pkgconfig
├── libbson-1.0.pc
└── libbson-static-1.0.pc
7 directories, 37 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment