Skip to content

Commit bcb10b5

Browse files
committed
Add ocaml-base-compiler to dependency of hol_light
This is necessary because hol_light uses ocamlmktop and Topfind may not work on top of it. https://discuss.ocaml.org/t/which-opam-package-is-needed-to-use-ocamlmktop/16665/8 This only applies to OCaml >= 4.14 because HOL Light uses Topfind for OCaml >= 4.14 only.
1 parent cf409d9 commit bcb10b5

File tree

1 file changed

+1
-0
lines changed
  • packages/hol_light/hol_light.3.0.0

1 file changed

+1
-0
lines changed

packages/hol_light/hol_light.3.0.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ depends: [
5050
"ledit")
5151
|
5252
("ocaml" {>= "4.14.0"} &
53+
"ocaml-base-compiler" {} &
5354
"camlp5" {>= "8.0"} &
5455
"zarith" {>= "1.5"} &
5556
"ledit")

0 commit comments

Comments
 (0)