Skip to content

fxfactorial/ocaml-via-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a command line tool to install OCaml and opam on your machine.

Install and run with it with:

$ npm install install_ocaml -g
$ install_ocaml

Yay, now you the OCaml compilers ocamlc, ocamlopt and the repl ocaml installed on your system. You also have opam, OCaml's package manager installed.

Be sure to read my blog post that will get you up to speed on everything OCaml including the build systems, jargon and things you can do.

Fun Facts!

install_ocaml was written in OCaml, in code.ml, and compiled to JavaScript with js_of_ocaml.

About

Install OCaml and opam on your machine via npm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages