Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 21, 2020 21:38
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/104cdbac78035edbc83c53f0385b20d0 to your computer and use it in GitHub Desktop.
Save r-ryantm/104cdbac78035edbc83c53f0385b20d0 to your computer and use it in GitHub Desktop.
/nix/store/1jrmjrcqc9f9zwhyqaxr606g5352qxf6-guile-cairo-1.11.0
├── include
│   └── guile-cairo
│   ├── guile-cairo-enum-types.h
│   ├── guile-cairo.h
│   ├── guile-cairo-smob-types.h
│   └── guile-cairo-vector-types.h
├── lib
│   ├── libguile-cairo.la
│   ├── libguile-cairo.so -> libguile-cairo.so.0.0.0
│   ├── libguile-cairo.so.0 -> libguile-cairo.so.0.0.0
│   ├── libguile-cairo.so.0.0.0
│   └── pkgconfig
│   └── guile-cairo.pc
└── share
├── guile
│   └── site
│   ├── cairo
│   │   ├── cairo-procedures.txt
│   │   ├── config.scm
│   │   └── vector-types.scm
│   └── cairo.scm
└── info
└── guile-cairo.info
9 directories, 14 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment