Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 4, 2018 18:23
Show Gist options
  • Save ryantm/bba2eaf1d132fbdd88a2710a6030c419 to your computer and use it in GitHub Desktop.
Save ryantm/bba2eaf1d132fbdd88a2710a6030c419 to your computer and use it in GitHub Desktop.
/nix/store/484fg7w1fr5xh2avc4g7811mxq3v3p9x-clingo-5.3.0
├── bin
│   ├── clasp
│   ├── clingo
│   ├── gringo
│   ├── lpconvert
│   └── reify
├── include
│   ├── clingo.h
│   └── clingo.hh
└── lib
├── cmake
│   └── Clingo
│   ├── ClingoConfig.cmake
│   ├── ClingoConfigVersion.cmake
│   ├── ClingoTargets.cmake
│   └── ClingoTargets-release.cmake
├── libclingo.so -> libclingo.so.2
├── libclingo.so.2 -> libclingo.so.2.0
└── libclingo.so.2.0
5 directories, 14 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment