Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jsexplain
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Verified Software
jsexplain
Commits
1d03643d
Commit
1d03643d
authored
8 years ago
by
Thomas Wood
Browse files
Options
Downloads
Patches
Plain Diff
readme: Add rebase/ocaml distribution removal note.
parent
4155984a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
generator/README.org
+10
-0
10 additions, 0 deletions
generator/README.org
with
10 additions
and
0 deletions
generator/README.org
+
10
−
0
View file @
1d03643d
...
@@ -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.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment