Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created June 26, 2020 15:33
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/7f5690e3756ff32ef45257c9e4819aae to your computer and use it in GitHub Desktop.
Save r-ryantm/7f5690e3756ff32ef45257c9e4819aae to your computer and use it in GitHub Desktop.
/nix/store/rd2rdv76r47hh64cpzypi0k8b3kfp8v3-libconfuse-3.3
├── include
│   └── confuse.h
├── lib
│   ├── libconfuse.la
│   ├── libconfuse.so -> libconfuse.so.2.1.0
│   ├── libconfuse.so.2 -> libconfuse.so.2.1.0
│   ├── libconfuse.so.2.1.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