Skip to content

Instantly share code, notes, and snippets.

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