Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created August 31, 2020 07:52
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/ef45f5da1cfd207ea170bfd2b5892b8d to your computer and use it in GitHub Desktop.
Save r-ryantm/ef45f5da1cfd207ea170bfd2b5892b8d to your computer and use it in GitHub Desktop.
/nix/store/bb44rlh2ymq7ri8bgrh4vn6rzfn444f5-xapian-1.4.17
├── bin
│   ├── copydatabase
│   ├── quest
│   ├── simpleexpand
│   ├── simpleindex
│   ├── simplesearch
│   ├── xapian-check
│   ├── xapian-compact
│   ├── xapian-config
│   ├── xapian-delve
│   ├── xapian-metadata
│   ├── xapian-pos
│   ├── xapian-progsrv
│   ├── xapian-replicate
│   ├── xapian-replicate-server
│   └── xapian-tcpsrv
├── include
│   ├── xapian
│   │   ├── attributes.h
│   │   ├── compactor.h
│   │   ├── constants.h
│   │   ├── constinfo.h
│   │   ├── database.h
│   │   ├── dbfactory.h
│   │   ├── deprecated.h
│   │   ├── derefwrapper.h
│   │   ├── document.h
│   │   ├── enquire.h
│   │   ├── error.h
│   │   ├── errorhandler.h
│   │   ├── eset.h
│   │   ├── expanddecider.h
│   │   ├── geospatial.h
│   │   ├── intrusive_ptr.h
│   │   ├── iterator.h
│   │   ├── keymaker.h
│   │   ├── matchspy.h
│   │   ├── mset.h
│   │   ├── positioniterator.h
│   │   ├── postingiterator.h
│   │   ├── postingsource.h
│   │   ├── query.h
│   │   ├── queryparser.h
│   │   ├── registry.h
│   │   ├── stem.h
│   │   ├── termgenerator.h
│   │   ├── termiterator.h
│   │   ├── types.h
│   │   ├── unicode.h
│   │   ├── valueiterator.h
│   │   ├── valuesetmatchdecider.h
│   │   ├── version.h
│   │   ├── visibility.h
│   │   └── weight.h
│   └── xapian.h
├── lib
│   ├── cmake
│   │   └── xapian
│   │   ├── xapian-config.cmake
│   │   └── xapian-config-version.cmake
│   ├── libxapian.la
│   ├── libxapian.so -> libxapian.so.30.10.3
│   ├── libxapian.so.30 -> libxapian.so.30.10.3
│   ├── libxapian.so.30.10.3
│   └── pkgconfig
│   └── xapian-core.pc
└── share
├── aclocal
│   └── xapian.m4
└── xapian-core
└── stopwords
├── arabic.list
├── danish.list
├── dutch.list
├── english.list
├── finnish.list
├── french.list
├── german.list
├── hungarian.list
├── indonesian.list
├── italian.list
├── norwegian.list
├── portuguese.list
├── russian.list
├── spanish.list
└── swedish.list
11 directories, 75 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment