[ocaml-platform] Centos 6 OPAM Make Madness
Anil Madhavapeddy
anil at recoil.org
Thu Aug 14 16:55:36 BST 2014
On 14 Aug 2014, at 16:51, Louis Gesbert <louis.gesbert at ocamlpro.com> wrote:
> We are still improving on handling of dependencies towards system packages, but in OPAM 1.2 you can get an overview of the documented system dependecies of a package with:
>
> $ opam list google-drive-ocamlfuse --external
>
>
> Or to get it recursively for all (OPAM) dependencies:
>
> $ opam list --required-by google-drive-ocamlfuse --rec --external
Is there an equivalent of:
$ opam install -e ubuntu google-drive-ocamlfuse
libcurl4-gnutls-dev libfuse-dev libsqlite3-dev zlib1g-dev
In the new `opam list` syntax? Specifically, filtering by tag and getting the short form output that can be piped into a shell script?
-anil
More information about the Platform
mailing list