Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 30, 2018 04:37
Show Gist options
  • Save ryantm/cc2599089248ae14f15a25547413838b to your computer and use it in GitHub Desktop.
Save ryantm/cc2599089248ae14f15a25547413838b to your computer and use it in GitHub Desktop.
/nix/store/nbr6d47mgzxmmxymjh3rw0yc7il66wks-confuse-3.2.1
├── include
│   └── confuse.h
├── lib
│   ├── libconfuse.la
│   ├── libconfuse.so -> libconfuse.so.2.0.0
│   ├── libconfuse.so.2 -> libconfuse.so.2.0.0
│   ├── libconfuse.so.2.0.0
│   └── pkgconfig
│   └── libconfuse.pc
└── share
├── doc
│   └── confuse
│   ├── AUTHORS
│   ├── ChangeLog.md
│   ├── LICENSE
│   └── README.md
└── locale
├── de
│   └── LC_MESSAGES
│   └── confuse.mo
├── fr
│   └── LC_MESSAGES
│   └── confuse.mo
└── sv
└── LC_MESSAGES
└── confuse.mo
13 directories, 13 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment