Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 3, 2020 10:53
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/789265debfd6e125bb097ea7df85352c to your computer and use it in GitHub Desktop.
Save r-ryantm/789265debfd6e125bb097ea7df85352c to your computer and use it in GitHub Desktop.
/nix/store/bqxr4jxj64wpbksx00c3gi59w19hb1s5-mxml-3.2
├── include
│   └── mxml.h
├── lib
│   ├── libmxml.a
│   ├── libmxml.so -> libmxml.so.1.6
│   ├── libmxml.so.1 -> libmxml.so.1.6
│   ├── libmxml.so.1.6
│   └── pkgconfig
│   └── mxml.pc
└── share
├── doc
│   └── mxml
│   ├── CHANGES
│   ├── LICENSE
│   ├── mxml-cover.png
│   ├── mxml.epub
│   ├── mxml.html
│   ├── NOTICE
│   └── README
└── man
└── man3
└── mxml.3.gz
8 directories, 14 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment