Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 26, 2020 07:02
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/c6554a68a228e933c4d9e44fd0a4165e to your computer and use it in GitHub Desktop.
Save r-ryantm/c6554a68a228e933c4d9e44fd0a4165e to your computer and use it in GitHub Desktop.
/nix/store/19w7dc540sh3r4xxbgc42hc2fywi1s14-hidapi-0.10.1
├── include
│   └── hidapi
│   └── hidapi.h
├── lib
│   ├── libhidapi-hidraw.la
│   ├── libhidapi-hidraw.so -> libhidapi-hidraw.so.0.0.0
│   ├── libhidapi-hidraw.so.0 -> libhidapi-hidraw.so.0.0.0
│   ├── libhidapi-hidraw.so.0.0.0
│   ├── libhidapi-libusb.la
│   ├── libhidapi-libusb.so -> libhidapi-libusb.so.0.0.0
│   ├── libhidapi-libusb.so.0 -> libhidapi-libusb.so.0.0.0
│   ├── libhidapi-libusb.so.0.0.0
│   └── pkgconfig
│   ├── hidapi-hidraw.pc
│   └── hidapi-libusb.pc
└── share
└── doc
└── hidapi
├── AUTHORS.txt
├── LICENSE-bsd.txt
├── LICENSE-gpl3.txt
├── LICENSE-orig.txt
├── LICENSE.txt
└── README.md
7 directories, 17 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment