Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 2, 2019 08:40
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/5a79692202d5a3d5f6453ed8b63e2a2f to your computer and use it in GitHub Desktop.
Save ryantm/5a79692202d5a3d5f6453ed8b63e2a2f to your computer and use it in GitHub Desktop.
/nix/store/xmsf9vfzxgzkgysj7c0sb8r3whr9673x-polyml-5.8
├── bin
│   ├── poly
│   ├── polyc
│   └── polyimport
├── lib
│   ├── libpolymain.a
│   ├── libpolymain.la
│   ├── libpolyml.la
│   ├── libpolyml.so -> libpolyml.so.10.0.0
│   ├── libpolyml.so.10 -> libpolyml.so.10.0.0
│   ├── libpolyml.so.10.0.0
│   ├── pkgconfig
│   │   └── polyml.pc
│   └── polyml
│   └── modules
│   └── IntInfAsInt
└── share
└── man
└── man1
├── poly.1.gz
├── polyc.1.gz
└── polyimport.1.gz
8 directories, 14 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment