Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 20, 2018 17:50
Show Gist options
  • Save ryantm/5af1cff4b9e1e948506caefbaf7384e8 to your computer and use it in GitHub Desktop.
Save ryantm/5af1cff4b9e1e948506caefbaf7384e8 to your computer and use it in GitHub Desktop.
/nix/store/2lp3zzqckbcc0mvsdmf38p9kw24izwb0-libgpg-error-1.28
├── lib
│   ├── libgpg-error.la
│   ├── libgpg-error.so -> libgpg-error.so.0.23.0
│   ├── libgpg-error.so.0 -> libgpg-error.so.0.23.0
│   └── libgpg-error.so.0.23.0
└── share
├── common-lisp
│   └── source
│   └── gpg-error
│   ├── gpg-error.asd
│   ├── gpg-error-codes.lisp
│   ├── gpg-error.lisp
│   └── gpg-error-package.lisp
├── libgpg-error
│   └── errorref.txt
└── locale
├── cs
│   └── LC_MESSAGES
│   └── libgpg-error.mo
├── da
│   └── LC_MESSAGES
│   └── libgpg-error.mo
├── de
│   └── LC_MESSAGES
│   └── libgpg-error.mo
├── eo
│   └── LC_MESSAGES
│   └── libgpg-error.mo
├── fr
│   └── LC_MESSAGES
│   └── libgpg-error.mo
├── hu
│   └── LC_MESSAGES
│   └── libgpg-error.mo
├── it
│   └── LC_MESSAGES
│   └── libgpg-error.mo
├── ja
│   └── LC_MESSAGES
│   └── libgpg-error.mo
├── nl
│   └── LC_MESSAGES
│   └── libgpg-error.mo
├── pl
│   └── LC_MESSAGES
│   └── libgpg-error.mo
├── pt
│   └── LC_MESSAGES
│   └── libgpg-error.mo
├── ro
│   └── LC_MESSAGES
│   └── libgpg-error.mo
├── ru
│   └── LC_MESSAGES
│   └── libgpg-error.mo
├── sr
│   └── LC_MESSAGES
│   └── libgpg-error.mo
├── sv
│   └── LC_MESSAGES
│   └── libgpg-error.mo
├── uk
│   └── LC_MESSAGES
│   └── libgpg-error.mo
├── vi
│   └── LC_MESSAGES
│   └── libgpg-error.mo
├── zh_CN
│   └── LC_MESSAGES
│   └── libgpg-error.mo
└── zh_TW
└── LC_MESSAGES
└── libgpg-error.mo
45 directories, 28 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment