caml-urm

A OCaml module for manipulating unlimited register machines

Commit
47dc65a881e96aa5061037a9ce1ca84183b736dc
Parent
49f023070e8f997d3ed29a189ed5f430951a17e6
Author
Pablo <pablo-escobar@riseup.net>
Date

Added the camlp-streams package to the list of dependencies

Diffstat

2 files changed, 5 insertions, 1 deletion

Status File Name N° Changes Insertions Deletions
Modified Makefile 2 1 1
Modified README.md 4 4 0
diff --git a/Makefile b/Makefile
@@ -1,7 +1,7 @@
 .PHONY: clean
 
 urm: urm.mli urm.ml main.ml
-	ocamlfind ocamlopt -o urm -linkpkg $^
+	ocamlfind ocamlopt -package camlp-streams -o urm -linkpkg $^
 
 docs.pdf: urm.mli
 	ocamldoc -latex -o docs.tex urm.mli
diff --git a/README.md b/README.md
@@ -29,3 +29,7 @@ though.
 ## Documentation
 
 See `docs.pdf` for further documentation.
+
+## Dependencies
+
+* [camlp-streams](https://opam.ocaml.org/packages/camlp-streams/)