Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 21, 2019 09:44
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 ryantm/15a76549652610ae371237965efd29ec to your computer and use it in GitHub Desktop.
Save ryantm/15a76549652610ae371237965efd29ec to your computer and use it in GitHub Desktop.
/nix/store/z4h2b6i67jw5p3jkb6va40z7ixxcy60l-colm-0.13.0.7
├── bin
│   └── colm
├── include
│   └── colm
│   ├── bytecode.h
│   ├── colm.h
│   ├── config.h
│   ├── debug.h
│   ├── defs.h
│   ├── input.h
│   ├── internal.h
│   ├── map.h
│   ├── pdarun.h
│   ├── pool.h
│   ├── program.h
│   ├── struct.h
│   ├── tree.h
│   └── type.h
├── lib
│   ├── libcolm-0.13.0.7.so
│   ├── libcolm.la
│   └── libcolm.so -> libcolm-0.13.0.7.so
└── share
└── doc
└── colm
└── colm.vim
7 directories, 19 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment