Skip to content
Snippets Groups Projects
Commit 1d03643d authored by Thomas Wood's avatar Thomas Wood
Browse files

readme: Add rebase/ocaml distribution removal note.

parent 4155984a
No related branches found
No related tags found
No related merge requests found
...@@ -63,3 +63,13 @@ type 'a tree = ...@@ -63,3 +63,13 @@ type 'a tree =
| Node of `a tree * `a * `a tree [@f left, value, right] | Node of `a tree * `a * `a tree [@f left, value, right]
#+END_src #+END_src
** Notes
Historical versions of the repository required the OCaml 4.02.1 compiler
source code to compile directly against. We are unable to redistribute
these files for licensing reasons. If for some reason you want to build a
historic version, then drop the parsing, typing and utils directories from
the OCaml distribution into this directory, some further configuration may
be required... Team members may find the whole historic distribution
archived in the private jscert_dev repository.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment