aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index a4f74a2..f0963ea 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,7 @@ Mal is implemented in 22 different languages:
* Lua
* GNU Make
* mal itself
+* OCaml
* Perl
* PHP
* Postscript
@@ -179,6 +180,14 @@ cd make
make -f stepX_YYY.mk
```
+### OCaml 4.01.0
+
+```
+cd ocaml
+make
+./stepX_YYY
+```
+
### Perl 5.8
For readline line editing support, install Term::ReadLine::Perl or