Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created September 25, 2020 02:29
Show Gist options
  • Save r-ryantm/f6625e73610aee9d18c395a226c114ed to your computer and use it in GitHub Desktop.
Save r-ryantm/f6625e73610aee9d18c395a226c114ed to your computer and use it in GitHub Desktop.
/nix/store/53vgx3r2bd7nc639ilz275rpin362mxd-cliquer-1.22
├── bin
│   └── cl
├── include
│   └── cliquer
│   ├── cliquerconf.h
│   ├── cliquer.h
│   ├── graph.h
│   ├── misc.h
│   ├── reorder.h
│   └── set.h
├── lib
│   ├── libcliquer.la
│   ├── libcliquer.so -> libcliquer.so.1.0.21
│   ├── libcliquer.so.1 -> libcliquer.so.1.0.21
│   └── libcliquer.so.1.0.21
└── share
└── cliquer
├── testcase-large.b
├── testcase-large-w.b
└── testcase-small.a
6 directories, 14 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment