diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,5 +1,12 @@ # tamasheq +## What Is tamasheq? + +tamasheq is an instrumentation tool for OCaml. It allows you to run +OCaml functions over another OCaml program. + +## Building tamasheq + To build tamasheq, use the following command: - $ make dep && make + $ make |
