Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 18, 2018 17:26
Show Gist options
  • Save ryantm/ed6057974e0e9e152484b22dca593388 to your computer and use it in GitHub Desktop.
Save ryantm/ed6057974e0e9e152484b22dca593388 to your computer and use it in GitHub Desktop.
/nix/store/g22gwl6x47gblsjw1103d9s0db2f8q62-rasqal-0.9.33
├── bin
│   ├── rasqal-config
│   └── roqet
├── include
│   └── rasqal
│   └── rasqal.h
├── lib
│   ├── librasqal.la
│   ├── librasqal.so -> librasqal.so.3.0.0
│   ├── librasqal.so.3 -> librasqal.so.3.0.0
│   ├── librasqal.so.3.0.0
│   └── pkgconfig
│   └── rasqal.pc
├── nix-support
│   └── propagated-build-inputs
└── share
└── man
├── man1
│   ├── rasqal-config.1.gz
│   └── roqet.1.gz
└── man3
└── librasqal.3.gz
10 directories, 12 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment