Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 10, 2020 10:37
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/e0aa513f3086c566172caa81474574c1 to your computer and use it in GitHub Desktop.
Save r-ryantm/e0aa513f3086c566172caa81474574c1 to your computer and use it in GitHub Desktop.
/nix/store/bmqxgs6yh1yw4n2rhfdaaw826v7bmxgq-scala-2.13.2
├── bin
│   ├── fsc
│   ├── scala
│   ├── scalac
│   ├── scaladoc
│   └── scalap
├── lib
│   ├── jline-3.14.1.jar
│   ├── jna-5.3.1.jar
│   ├── scala-compiler.jar
│   ├── scala-library.jar
│   ├── scalap-2.13.2.jar
│   └── scala-reflect.jar
├── nix-support
│   └── propagated-build-inputs
└── share
├── doc
│   └── scala
│   ├── LICENSE
│   ├── LICENSE.md
│   ├── License.rtf
│   ├── licenses
│   │   ├── apache_jna.txt
│   │   ├── bsd_asm.txt
│   │   ├── bsd_jline.txt
│   │   └── mit_jquery.txt
│   ├── NOTICE
│   ├── README
│   └── tools
│   ├── css
│   │   └── style.css
│   ├── fsc.html
│   ├── images
│   │   ├── external.gif
│   │   └── scala_logo.png
│   ├── index.html
│   ├── scalac.html
│   ├── scaladoc.html
│   ├── scala.html
│   └── scalap.html
└── man
└── man1
├── fsc.1.gz
├── scala.1.gz
├── scalac.1.gz
├── scaladoc.1.gz
└── scalap.1.gz
12 directories, 35 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment