Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 2, 2018 22:19
Show Gist options
  • Save ryantm/ef0187572a2c4e53759a875695c4d6ea to your computer and use it in GitHub Desktop.
Save ryantm/ef0187572a2c4e53759a875695c4d6ea to your computer and use it in GitHub Desktop.
/nix/store/lmn0g67a9wq9f8mg7v2afh111gmsbv6c-libbson-1.9.5
├── 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