Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 30, 2018 00:22
Show Gist options
  • Save ryantm/79f15455351ddaf8b8f16b15897f346f to your computer and use it in GitHub Desktop.
Save ryantm/79f15455351ddaf8b8f16b15897f346f to your computer and use it in GitHub Desktop.
/nix/store/i6jnwdj4yjd07jpr0v9alrvprv06qm39-idnkit-2.3
├── bin
│   ├── idncheck
│   ├── idncmp
│   ├── idnconv2
│   └── idnslookup2
├── etc
│   ├── idn2.conf
│   ├── idn2.conf.sample
│   ├── idnalias.conf
│   └── idnalias.conf.sample
├── include
│   └── idn
│   ├── api.h
│   ├── export.h
│   ├── resconf.h
│   ├── res.h
│   ├── result.h
│   └── version.h
├── lib
│   ├── libidnkit.la
│   ├── libidnkitlite.la
│   ├── libidnkitlite.so -> libidnkitlite.so.2.0.3
│   ├── libidnkitlite.so.2 -> libidnkitlite.so.2.0.3
│   ├── libidnkitlite.so.2.0.3
│   ├── libidnkit.so -> libidnkit.so.2.0.3
│   ├── libidnkit.so.2 -> libidnkit.so.2.0.3
│   └── libidnkit.so.2.0.3
└── share
├── idnkit
│   └── map
│   ├── ja.map
│   └── tr.map
└── man
├── man1
│   ├── idncheck.1.gz
│   ├── idncmp.1.gz
│   └── idnconv2.1.gz
├── man3
│   ├── idn_checkname.3.gz
│   ├── idn_comparenames2.3.gz
│   ├── idn_comparenames.3.gz
│   ├── idn_decodename2.3.gz
│   ├── idn_decodename.3.gz
│   ├── idn_encodename.3.gz
│   ├── idn_nameinit.3.gz
│   ├── idn_result_tostring.3.gz
│   ├── idn_setlanguage.3.gz
│   ├── idn_setlocalcheckfile.3.gz
│   ├── idn_setlocalencoding.3.gz
│   ├── idn_version_getstring.3.gz
│   ├── idn_version_idnatable.3.gz
│   ├── idn_version_libidn.3.gz
│   ├── idn_version_unicode.3.gz
│   ├── libidnkit.3.gz
│   └── libidnkitlite.3.gz
└── man5
├── idn2.conf.5.gz
├── idn2rc.5.gz
├── idnalias.conf.5.gz
└── idnlang.conf.5.gz
12 directories, 48 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment