Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 3, 2019 11:22
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/d60df535250a0e454ebcae10e0a21ab1 to your computer and use it in GitHub Desktop.
Save ryantm/d60df535250a0e454ebcae10e0a21ab1 to your computer and use it in GitHub Desktop.
/nix/store/w966ilkz1wyqs3y7pag3rlj04d456s05-libcdr-0.1.5
├── bin
│   ├── cdr2raw
│   ├── cdr2text
│   ├── cdr2xhtml
│   ├── cmx2raw
│   ├── cmx2text
│   └── cmx2xhtml
├── include
│   └── libcdr-0.1
│   └── libcdr
│   ├── CDRDocument.h
│   ├── CMXDocument.h
│   ├── libcdr_api.h
│   └── libcdr.h
└── lib
├── libcdr-0.1.la
├── libcdr-0.1.so -> libcdr-0.1.so.1.0.5
├── libcdr-0.1.so.1 -> libcdr-0.1.so.1.0.5
├── libcdr-0.1.so.1.0.5
└── pkgconfig
└── libcdr-0.1.pc
6 directories, 15 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment