Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 14, 2021 07:27
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/dc43ee9eac82eb9b4315b235ddce954c to your computer and use it in GitHub Desktop.
Save r-ryantm/dc43ee9eac82eb9b4315b235ddce954c to your computer and use it in GitHub Desktop.
/nix/store/nrbvk2bmc0ysfsqa2f0n7nagkp4wi19n-libchardet-1.0.6
├── bin
│   └── chardet-config
├── include
│   └── chardet
│   ├── chardet-config.h
│   ├── chardet.h
│   ├── nscore.h
│   ├── nsUniversalDetector.h
│   └── version.h
├── lib
│   ├── libchardet.la
│   ├── libchardet.so -> libchardet.so.1.0.0
│   ├── libchardet.so.1 -> libchardet.so.1.0.0
│   ├── libchardet.so.1.0.0
│   └── pkgconfig
│   └── chardet.pc
└── share
├── doc
│   └── libchardet
│   ├── Changelog
│   └── LICENSE
└── man
├── ko
│   └── man3
│   ├── detect.3.gz
│   ├── detect_destroy.3.gz
│   ├── detect_handledata.3.gz
│   ├── detect_init.3.gz
│   ├── detect_obj_free.3.gz
│   ├── detect_obj_init.3.gz
│   └── detect_reset.3.gz
└── man3
├── detect.3.gz
├── detect_destroy.3.gz
├── detect_handledata.3.gz
├── detect_init.3.gz
├── detect_obj_free.3.gz
├── detect_obj_init.3.gz
└── detect_reset.3.gz
12 directories, 27 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment