I am currently using ocaml-4.04.1. It seems the only version of Core and sexplib supporting it is v0.9.1.
However, it does not seems to have sexplib.sytax package. Without it I am unsure how to define something as simple as a Set for my own type. All examples recommend with sexp, compare
syntax.
By the way, there is no compatible version of ‘comparelib’:
$ opam install comparelib
The following dependencies couldn't be met:
- comparelib -> type_conv < 112.02.00
Your request can't be satisfied:
- type_conv.108.00.02 is not available because your system doesn't comply with ocaml-version >= "3.12.1" & ocaml-version < "4.03.0".
- type_conv.108.07.00 is not available because your system doesn't comply with ocaml-version < "4.03.0".
- type_conv.108.07.01 is not available because your system doesn't comply with ocaml-version >= "3.12.1" & ocaml-version < "4.03.0".
- type_conv.108.08.00 is not available because your system doesn't comply with ocaml-version >= "3.12.1" & ocaml-version < "4.03.0".
- type_conv.109.07.00 is not available because your system doesn't comply with ocaml-version >= "4.00.0" & ocaml-version < "4.03.0".
- type_conv.109.08.00 is not available because your system doesn't comply with ocaml-version >= "4.00.0" & ocaml-version < "4.03.0".
- type_conv.109.09.00 is not available because your system doesn't comply with ocaml-version >= "4.00.0" & ocaml-version < "4.03.0".
- type_conv.109.10.00 is not available because your system doesn't comply with ocaml-version >= "4.00.0" & ocaml-version < "4.03.0".
- type_conv.109.11.00 is not available because your system doesn't comply with ocaml-version >= "4.00.0" & ocaml-version < "4.03.0".
- type_conv.109.12.00 is not available because your system doesn't comply with ocaml-version >= "4.00.0" & ocaml-version < "4.03.0".
- type_conv.109.13.00 is not available because your system doesn't comply with ocaml-version >= "4.00.0" & ocaml-version < "4.03.0".
- type_conv.109.14.00 is not available because your system doesn't comply with ocaml-version >= "4.00.0" & ocaml-version < "4.03.0".
- type_conv<112.02.00 is not available because your system doesn't comply with ocaml-version >= "4.02.0" & ocaml-version < "4.03".
- type_conv<=109.20.00 is not available because your system doesn't comply with ocaml-version >= "4.00.1" & ocaml-version < "4.03.0".
- type_conv<=109.53.00 is not available because your system doesn't comply with ocaml-version >= "4.00.0" & ocaml-version < "4.03".
- type_conv<=109.53.02 is not available because your system doesn't comply with ocaml-version >= "4.00.0" & ocaml-version < "4.03".
No solution found, exiting
Please advise, what can I do short of stopping using Core.