Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 8, 2020 16: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 r-ryantm/f1b6422e43b8e1e7f3f8a9748ce4fc1d to your computer and use it in GitHub Desktop.
Save r-ryantm/f1b6422e43b8e1e7f3f8a9748ce4fc1d to your computer and use it in GitHub Desktop.
/nix/store/rm3m1rvzsvw702w1lgwix8zq1v7n1hc8-libcdr-0.1.6
├── 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.6
├── libcdr-0.1.so.1 -> libcdr-0.1.so.1.0.6
├── libcdr-0.1.so.1.0.6
└── 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