Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 18, 2020 08:00
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/f5846ee1165c63fbe0903c03d43853fa to your computer and use it in GitHub Desktop.
Save r-ryantm/f5846ee1165c63fbe0903c03d43853fa to your computer and use it in GitHub Desktop.
/nix/store/5z3wsg9gaijhkx88r8g8z20ckyis7zd4-libite-2.2.0
├── 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.1.0
│   ├── libite.so.5 -> libite.so.5.1.0
│   ├── libite.so.5.1.0
│   └── pkgconfig
│   └── libite.pc
└── share
└── doc
└── libite
├── ChangeLog.md
├── LICENSE
└── README.md
7 directories, 16 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment