Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 22, 2020 13:43
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/8cfb5bbdadc8ec934de3152db72db210 to your computer and use it in GitHub Desktop.
Save r-ryantm/8cfb5bbdadc8ec934de3152db72db210 to your computer and use it in GitHub Desktop.
/nix/store/c67vlcpwk0wc1w4pyhz64vz60dxy3ia8-tiledb-2.1.3
├── include
│   └── tiledb
│   ├── array.h
│   ├── array_schema.h
│   ├── arrowio
│   ├── arrow_io_impl.h
│   ├── attribute.h
│   ├── config.h
│   ├── context.h
│   ├── core_interface.h
│   ├── deleter.h
│   ├── dimension.h
│   ├── domain.h
│   ├── exception.h
│   ├── filter.h
│   ├── filter_list.h
│   ├── group.h
│   ├── object.h
│   ├── object_iter.h
│   ├── query.h
│   ├── schema_base.h
│   ├── stats.h
│   ├── tiledb
│   ├── tiledb_enum.h
│   ├── tiledb_export.h
│   ├── tiledb.h
│   ├── tiledb_version.h
│   ├── type.h
│   ├── utils.h
│   ├── version.h
│   └── vfs.h
├── lib
│   ├── cmake
│   │   └── TileDB
│   │   ├── TileDBConfig.cmake
│   │   ├── TileDBTargets.cmake
│   │   └── TileDBTargets-release.cmake
│   ├── libtiledb.so -> libtiledb.so.2.1
│   ├── libtiledb.so.2.1
│   └── pkgconfig
│   └── tiledb.pc
└── lib64 -> lib
7 directories, 35 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment