ocamlfind: Package `b0.std' not found
Command exited with code 2.
I thought I could try to install b0 and tried again (probably a bad idea in retrospect, as I don't suppose this should be required). At any rate, with b0.0.0.5 installed, this time the error was:
+ ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'cmdliner bytesrw b0.std' -I test -I src -I src/bytesrw -o test/jsont_tool.cmo test/jsont_tool.ml
File "test/jsont_tool.ml", line 22, characters 34-39:
22 | let* git = Os.Cmd.get (Cmd.tool "git") in
^^^^^
Error: This expression has type "string" but an expression was expected of type
"B0_std.Cmd.t"
Command exited with code 2.
I'm not sure what's specific in my setup. I'd appreciate some help if you can think of something!
First attempt:
The log has:
I thought I could try to install
b0
and tried again (probably a bad idea in retrospect, as I don't suppose this should be required). At any rate, withb0.0.0.5
installed, this time the error was: