Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 19, 2020 08:05
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/1f3d08e5f742aea9981fab6ee6b5eddc to your computer and use it in GitHub Desktop.
Save r-ryantm/1f3d08e5f742aea9981fab6ee6b5eddc to your computer and use it in GitHub Desktop.
/nix/store/a89jxi5z3xv9f0cwyyqc3lddzcm38h2q-janet-1.9.1
├── bin
│   ├── janet
│   └── jpm
├── include
│   └── janet
│   ├── janetconf.h
│   └── janet.h
├── lib
│   ├── janet
│   ├── libjanet.a
│   ├── libjanet.so -> libjanet.so.1.9
│   ├── libjanet.so.1.9 -> libjanet.so.1.9.1
│   ├── libjanet.so.1.9.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