Browse Source

Add more ocaml stuff

master
Taylor Bockman 8 years ago
parent
commit
244ca6fd17
  1. 5
      dotfiles/ocamlinit
  2. 2
      nix/development/default.nix

5
dotfiles/ocamlinit

@ -0,0 +1,5 @@
#use "topfind";;
#thread;;
#camlp4o;;
#require "core.top";;
#require "core.syntax";;

2
nix/development/default.nix

@ -22,7 +22,9 @@
m4 # GNU Macro Processor
neovim # Better vim
ocaml # OCaml language
ocamlPackages.findlib # OCaml findlib
ocamlPackages.ocaml_lwt # OCaml LWT Library - Saves time otherwise spent fighting with opam
ocamlPackages.ocaml_oasis # OASIS Project Architecture Tool for OCaml
ocamlPackages.utop # Much better top-level for OCaml
opam # OCaml package manager
python3 # Python 3

Loading…
Cancel
Save