Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created September 7, 2020 06:37
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/498bf8cad41c88adbc8071129cf9e9bf to your computer and use it in GitHub Desktop.
Save r-ryantm/498bf8cad41c88adbc8071129cf9e9bf to your computer and use it in GitHub Desktop.
/nix/store/r8j2ny7iii0dfvkcphfs6dshn05f05qk-yder-1.4.12
├── include
│   ├── yder-cfg.h
│   └── yder.h
├── lib
│   ├── libyder.so -> libyder.so.1.4
│   ├── libyder.so.1.4 -> libyder.so.1.4.12
│   ├── libyder.so.1.4.12
│   └── pkgconfig
│   └── libyder.pc
└── share
└── doc
└── yder
├── examples
│   ├── log_callback.c
│   ├── log_combined.c
│   ├── log_console.c
│   ├── log_file.c
│   ├── log_journald.c
│   ├── log_syslog.c
│   └── Makefile
└── README.md
7 directories, 14 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment