Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 20, 2019 03:05
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/4e8dacb7a0b182eb4fc5c6237a83b7a9 to your computer and use it in GitHub Desktop.
Save ryantm/4e8dacb7a0b182eb4fc5c6237a83b7a9 to your computer and use it in GitHub Desktop.
/nix/store/q4pkq8s5ppzfa197v0p4s1q0fm7267m2-onig-6.9.3
├── include
│   ├── oniggnu.h
│   ├── onigposix.h
│   └── oniguruma.h
├── lib
│   ├── cmake
│   │   └── oniguruma
│   │   ├── onigurumaConfig.cmake
│   │   ├── onigurumaConfigVersion.cmake
│   │   ├── onigurumaTargets.cmake
│   │   └── onigurumaTargets-release.cmake
│   ├── libonig.so
│   └── pkgconfig
│   └── oniguruma.pc
└── share
└── onig
├── API
├── API.ja
├── AUTHORS
├── CALLOUTS.API
├── CALLOUTS.API.ja
├── CALLOUTS.BUILTIN
├── CALLOUTS.BUILTIN.ja
├── COPYING
├── FAQ
├── FAQ.ja
├── HISTORY
├── RE
├── README.md
├── RE.ja
└── UNICODE_PROPERTIES
7 directories, 24 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment