Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 6, 2020 16:08
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/86faf06dc0b1efdf7cf6aa75ea277ad9 to your computer and use it in GitHub Desktop.
Save r-ryantm/86faf06dc0b1efdf7cf6aa75ea277ad9 to your computer and use it in GitHub Desktop.
/nix/store/kvlc6gdpw8wnvgdl1d0gnvcj1zckl8xd-tiledb-1.7.5
├── include
│   └── tiledb
│   ├── array.h
│   ├── array_schema.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.1.7
│   └── libtiledb.so.1.7
└── lib64 -> lib
6 directories, 32 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment