On 4 December 2015 at 15:13, Robert Pickering
<[email protected]> wrote:
> I'm try to install the package ctypes-foreign using OPAM. It looks like
> it works, but actually nothing gets installed.

That's the intended behaviour, since ctypes-foreign is just a virtual
package that determines whether the foreign subpackage should built as
part of ctypes.

> $ ocamlfind query ctypes-foreign

The opam package is called 'ctypes-foreign' (with a hyphen), but the
ocamlfind package is called 'ctypes.foreign' (with a dot), so the
command you need is

   ocamlfind query ctypes.foreign
_______________________________________________
Platform mailing list
[email protected]
http://lists.ocaml.org/listinfo/platform

Reply via email to