File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ OCAMLDUCEFIND ?= ocamlducefind
88OCAMLDOC ?= ${OCAMLFIND} ocamldoc
99OCAMLDUCEDOC ?= ${OCAMLDUCEFIND} ocamldoc
1010
11- OCAMLC ?= ${OCAMLFIND} ocamlc
11+ OCAMLC ?= ${OCAMLFIND} ocamlc -package str
1212OCAMLDUCEC ?= ${OCAMLDUCEFIND} ocamlc
13- OCAMLOPT ?= ${OCAMLFIND} ocamlopt
13+ OCAMLOPT ?= ${OCAMLFIND} ocamlopt -package str
1414OCAMLDUCEOPT ?= ${OCAMLDUCEFIND} ocamlopt
1515OCAMLDEP ?= ${OCAMLFIND} ocamldep
1616OCAMLDUCEDEP ?= ${OCAMLDUCEFIND} ocamldep
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ remove: [
1818 [ "rm" "-f" "%{bin}%/latex_of_wiki" ]
1919]
2020depends: [
21- "ocaml" {= "4.14.0" | = "4.14.1" | = "4.14.2 "}
21+ "ocaml" {> "4.13.1" & < "5.1.0 "}
2222 "base-threads"
2323 "base-unix"
2424 "ocamlfind"
You can’t perform that action at this time.
0 commit comments