Apparently, ocamlfind knows where these libraries are:<br><br>$ ocamlfind -query core<br>/home/berenger/.opam/system/lib/core<br>$ ocamlfind -query async<br>/home/berenger/.opam/system/lib/async<br>$ ocamlfind -query async_extra<br>/home/berenger/.opam/system/lib/async_extra<br><br>On Wednesday, November 7, 2012 11:32:43 AM UTC+9, Francois Berenger wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;">Hello,<br><br>I'd like to play with core in my toplevel.<br><br>Is there a recipe?<br><br>I have installed everything with OPAM:<br>$ opam list | egrep "core|async"<br>async                 108.07.01  Monadic concurrency library<br>async_core            108.07.01  Monadic concurrency library<br>async_extra           108.07.01  Monadic concurrency library<br>async_unix            108.07.01  Monadic concurrency library<br>core                  108.07.01  Industrial strength alternative to OCaml's standard library<br>core_extended                --  Extra components that are not as closely vetted or as stable as Core<br><br>In my toplevel, I type<br>#use "topfind";;<br>#list;;<br><br>Nothing about core or async shows up.<br>While parmap is there, for example.<br><br>Is this normal?<br><br>I guess there is some configuration file of findlib to tweak somewhere.<br><br>Regards,<br>F.<br><br></blockquote>