You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OPAM seems to install bigarray, bytes, threads, and unix with prefix base-, e.g. base-bigarray. At least that's what opam list says. But in ~/.opam/4.14.0 they're actually installed w/o the prefix.
This is an issue mainly for conversion; if a project's opam file lists base-bigarray (as e.g. ocaml-zlib does), then what to use as bazel_dep?
Example: ocaml-zlib. zlib.opam lists base-bigarray as a dependency, but src/dune says (libraries bigarray).
$ opam install base-bigarray
[NOTE] Package base-bigarray is already installed (current version is base).
The text was updated successfully, but these errors were encountered:
OPAM seems to install bigarray, bytes, threads, and unix with prefix
base-
, e.g.base-bigarray
. At least that's whatopam list
says. But in~/.opam/4.14.0
they're actually installed w/o the prefix.This is an issue mainly for conversion; if a project's opam file lists
base-bigarray
(as e.g. ocaml-zlib does), then what to use asbazel_dep
?Example: ocaml-zlib.
zlib.opam
listsbase-bigarray
as a dependency, butsrc/dune
says(libraries bigarray)
.The text was updated successfully, but these errors were encountered: