We am running into an issue building the code for the project with the following error:
File "src/dom.ml", line 68, characters 16-26:
Error: Unbound module Option
make: *** [Makefile:3: build] Error 1
We are running ocaml version 4.13.1
And this is the opam config:
# opam config report
# opam-version 2.0.5
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=ubuntu os-version=20.04
# solver builtin-mccs+glpk
# install-criteria -removed,-count[version-lag,request],-count[version-lag,changed],-changed
# upgrade-criteria -removed,-count[version-lag,solution],-new
# jobs 7
# repositories 4 (http), 3 (local), 2 (version-controlled) (default repo at 257f9ce1)
# pinned 13 (git)
# current-switch /home/frederikvigen
We am running into an issue building the code for the project with the following error:
We are running ocaml version 4.13.1
And this is the opam config: