Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created June 26, 2020 17:19
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/1caee6bb516d4728ff5091d1e7139bf3 to your computer and use it in GitHub Desktop.
Save r-ryantm/1caee6bb516d4728ff5091d1e7139bf3 to your computer and use it in GitHub Desktop.
/nix/store/vpaff0pmqa5dng4d5837kqm24mglhqnn-marisa-0.2.6
├── bin
│   ├── marisa-benchmark
│   ├── marisa-build
│   ├── marisa-common-prefix-search
│   ├── marisa-dump
│   ├── marisa-lookup
│   ├── marisa-predictive-search
│   └── marisa-reverse-lookup
├── include
│   ├── marisa
│   │   ├── agent.h
│   │   ├── base.h
│   │   ├── exception.h
│   │   ├── iostream.h
│   │   ├── key.h
│   │   ├── keyset.h
│   │   ├── query.h
│   │   ├── scoped-array.h
│   │   ├── scoped-ptr.h
│   │   ├── stdio.h
│   │   └── trie.h
│   └── marisa.h
└── lib
├── libmarisa.la
├── libmarisa.so -> libmarisa.so.0.0.0
├── libmarisa.so.0 -> libmarisa.so.0.0.0
├── libmarisa.so.0.0.0
└── pkgconfig
└── marisa.pc
5 directories, 24 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment