File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ OCAMLBIN = $(BINDIR)
27
27
28
28
# Compilation
29
29
# ############
30
- OCAMLSRCDIR =../ocaml-trunk
30
+ OCAMLSRCDIR =../ocaml-4.01.0
31
31
INCLUDES_DEP =-I +compiler-libs -package cryptokit
32
32
33
33
# Requires unix!
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ Examples of authenticated data structure programs written in lambda-auth:
9
9
- bintree.ml, skiplist.ml, redblack.ml, blockchain.ml
10
10
11
11
Requirements:
12
- - OCaml SVN head must be installed, and in particular must exist as the directory "../ocaml-trunk"
12
+ - The 4.01.0 release of OCaml head must be installed, and in particular must exist as the directory "../ocaml-4.01.0"
13
+ - Additionally, several packages are used (use the OPAM package manager): opam install batteries benchmark cryptokit sha
13
14
14
15
Build instructions:
15
16
- make # builds the compiler
You can’t perform that action at this time.
0 commit comments