Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 26, 2019 08:07
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 ryantm/126c6228cf6c0e3665730263de2d2217 to your computer and use it in GitHub Desktop.
Save ryantm/126c6228cf6c0e3665730263de2d2217 to your computer and use it in GitHub Desktop.
/nix/store/c181bjv2v6488mqdnv6c8rzidp0zlbp9-clingo-5.4.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.3
├── libclingo.so.3 -> libclingo.so.3.0
└── libclingo.so.3.0
5 directories, 14 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment