Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 27, 2019 20:47
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/7375a48cc282568933fd198646e9d507 to your computer and use it in GitHub Desktop.
Save ryantm/7375a48cc282568933fd198646e9d507 to your computer and use it in GitHub Desktop.
/nix/store/pjjgb72sxshi277bq4yjn3r1vvn4450h-mxml-3.1
├── 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