Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 14, 2018 09:01
Show Gist options
  • Save ryantm/5c0e5f0b94104a500555ba038e45c2bf to your computer and use it in GitHub Desktop.
Save ryantm/5c0e5f0b94104a500555ba038e45c2bf to your computer and use it in GitHub Desktop.
/nix/store/naarzbhrc25il5apxf2s1d6npnv5bdwj-libite-2.0.2
├── include
│   └── lite
│   ├── conio.h
│   ├── lite.h
│   ├── queue.h
│   ├── strdupa.h
│   ├── strlite.h
│   ├── strndupa.h
│   ├── strnlen.h
│   └── tree.h
├── lib
│   ├── libite.la
│   ├── libite.so -> libite.so.5.0.1
│   ├── libite.so.5 -> libite.so.5.0.1
│   ├── libite.so.5.0.1
│   └── pkgconfig
│   └── libite.pc
└── share
└── doc
└── libite
├── LICENSE
└── README.md
7 directories, 15 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment