I see the base-unix
package in the OCaml opam repository . It is described as the "Unix library distributed with the OCaml compiler". Some other libraries that are also distributed with the OCaml compiler do not have their own package. For instance, there is no such thing as a base-str
package for the str
library.
Why is there such a difference? As far as I can see, they both require to be specified as packages or libraries on the command-line when compiling with ocamlfind
or ocamlbuild
.