Created
April 10, 2018 23:33
-
-
Save ryantm/7a5ce11b6bb1930fe5c10a4f96a9ca79 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/nix/store/bdbh79dlqlynjsj0xvdpk0ardxjh3856-libcouchbase-2.8.6 | |
├── bin | |
│ ├── cbc | |
│ ├── cbc-admin -> cbc | |
│ ├── cbc-bucket-create -> cbc | |
│ ├── cbc-bucket-delete -> cbc | |
│ ├── cbc-bucket-flush -> cbc | |
│ ├── cbc-cat -> cbc | |
│ ├── cbc-connstr -> cbc | |
│ ├── cbc-create -> cbc | |
│ ├── cbc-decr -> cbc | |
│ ├── cbc-hash -> cbc | |
│ ├── cbc-incr -> cbc | |
│ ├── cbc-lock -> cbc | |
│ ├── cbc-mcflush -> cbc | |
│ ├── cbc-n1ql -> cbc | |
│ ├── cbc-n1qlback | |
│ ├── cbc-observe -> cbc | |
│ ├── cbc-observe-seqno -> cbc | |
│ ├── cbc-pillowfight | |
│ ├── cbc-ping -> cbc | |
│ ├── cbc-proxy | |
│ ├── cbc-rm -> cbc | |
│ ├── cbc-role-list -> cbc | |
│ ├── cbc-stats -> cbc | |
│ ├── cbc-strerror -> cbc | |
│ ├── cbc-subdoc | |
│ ├── cbc-touch -> cbc | |
│ ├── cbc-unlock -> cbc | |
│ ├── cbc-user-delete -> cbc | |
│ ├── cbc-user-list -> cbc | |
│ ├── cbc-user-upsert -> cbc | |
│ ├── cbc-verbosity -> cbc | |
│ ├── cbc-version -> cbc | |
│ ├── cbc-view -> cbc | |
│ ├── cbc-watch -> cbc | |
│ └── cbc-write-config -> cbc | |
├── include | |
│ └── libcouchbase | |
│ ├── api3.h | |
│ ├── api-legacy.h | |
│ ├── assert.h | |
│ ├── auth.h | |
│ ├── cbft.h | |
│ ├── cntl.h | |
│ ├── cntl-private.h | |
│ ├── configuration.h | |
│ ├── couchbase.h | |
│ ├── crypto.h | |
│ ├── _cxxwrap.h | |
│ ├── deprecated.h | |
│ ├── error.h | |
│ ├── http.h | |
│ ├── iops.h | |
│ ├── ixmgmt.h | |
│ ├── kvbuf.h | |
│ ├── libevent_io_opts.h | |
│ ├── libev_io_opts.h | |
│ ├── libuv_io_opts.h | |
│ ├── metrics.h | |
│ ├── n1ql.h | |
│ ├── pktfwd.h | |
│ ├── plugins | |
│ │ └── io | |
│ │ ├── bsdio-inl.c | |
│ │ ├── libuv | |
│ │ │ ├── libuv_compat.h | |
│ │ │ ├── plugin-internal.h | |
│ │ │ └── plugin-libuv.c | |
│ │ ├── wsaerr.h | |
│ │ └── wsaerr-inl.c | |
│ ├── select_io_opts.h | |
│ ├── subdoc.h | |
│ ├── sysdefs.h | |
│ ├── tracing.h | |
│ ├── vbucket.h | |
│ ├── views.h | |
│ └── visibility.h | |
├── lib | |
│ ├── libcouchbase_libevent.so | |
│ ├── libcouchbase.so -> libcouchbase.so.2 | |
│ ├── libcouchbase.so.2 -> libcouchbase.so.2.0.54 | |
│ ├── libcouchbase.so.2.0.54 | |
│ └── pkgconfig | |
│ └── libcouchbase.pc | |
└── share | |
└── man | |
├── man1 | |
│ ├── cbc.1.gz | |
│ ├── cbc-admin.1.gz | |
│ ├── cbc-bucket-create.1.gz | |
│ ├── cbc-bucket-delete.1.gz | |
│ ├── cbc-cat.1.gz | |
│ ├── cbc-connstr.1.gz | |
│ ├── cbc-cp.1.gz | |
│ ├── cbc-create.1.gz | |
│ ├── cbc-decr.1.gz | |
│ ├── cbc-dsn.1.gz | |
│ ├── cbc-flush.1.gz | |
│ ├── cbc-hash.1.gz | |
│ ├── cbc-incr.1.gz | |
│ ├── cbc-lock.1.gz | |
│ ├── cbc-mcflush.1.gz | |
│ ├── cbc-n1ql.1.gz | |
│ ├── cbc-n1qlback.1.gz | |
│ ├── cbc-observe.1.gz | |
│ ├── cbc-pillowfight.1.gz | |
│ ├── cbc-ping.1.gz | |
│ ├── cbc-rm.1.gz | |
│ ├── cbc-role-list.1.gz | |
│ ├── cbc-stats.1.gz | |
│ ├── cbc-subdoc.1.gz | |
│ ├── cbc-unlock.1.gz | |
│ ├── cbc-user-delete.1.gz | |
│ ├── cbc-user-list.1.gz | |
│ ├── cbc-user-upsert.1.gz | |
│ ├── cbc-verbosity.1.gz | |
│ ├── cbc-version.1.gz | |
│ ├── cbc-view.1.gz | |
│ └── cbc-watch.1.gz | |
└── man4 | |
└── cbcrc.4.gz | |
12 directories, 109 files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment