Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 11, 2019 01:51
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/2ae03d05ac947894cb00baf5417c6cae to your computer and use it in GitHub Desktop.
Save ryantm/2ae03d05ac947894cb00baf5417c6cae to your computer and use it in GitHub Desktop.
/nix/store/j8rm6k32q3p00kr3k009i2b8vvnxi7jk-mxml-3.0
├── 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
│   ├── mxml.html
│   └── README
└── man
└── man3
└── mxml.3.gz
8 directories, 10 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment