Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created July 2, 2020 12:23
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/48f87ab743c4d041d663a88493553a48 to your computer and use it in GitHub Desktop.
Save r-ryantm/48f87ab743c4d041d663a88493553a48 to your computer and use it in GitHub Desktop.
/nix/store/bf0ky212xm6wkmqby88bx4sj001n8v7i-janet-1.10.1
├── bin
│   ├── janet
│   └── jpm
├── include
│   └── janet
│   ├── janetconf.h
│   └── janet.h
├── lib
│   ├── janet
│   ├── libjanet.a
│   ├── libjanet.so -> libjanet.so.1.10
│   ├── libjanet.so.1.10 -> libjanet.so.1.10.1
│   ├── libjanet.so.1.10.1
│   └── pkgconfig
│   └── janet.pc
└── share
└── man
└── man1
├── janet.1.gz
└── jpm.1.gz
9 directories, 11 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment