caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] what is the expected output of "opam list"?
@ 2014-01-25 11:05 Matej Kosik
  2014-01-25 11:45 ` Kakadu
  0 siblings, 1 reply; 5+ messages in thread
From: Matej Kosik @ 2014-01-25 11:05 UTC (permalink / raw)
  To: caml-list

Hi,

I do not have any prior experience with opam.

I am trying to install opam on CentOS 6.3.
I do not think that I can use compiled binaries here

  (wget http://www.ocamlpro.com/pub/opam_installer.sh
   sh ./opam_installer.sh /usr/local/bin)

because of libc version mismatch.

I have therefore decided to compile it from sources

  (wget http://www.ocamlpro.com/pub/opam-full-1.1.0.tar.gz
   tar xvzf opam-full-1.1.0.tar.gz
   mkdir ~/opam
   cd opam-full-1.1.0
   ./configure --prefix ~/opam
   make
   make install
   opam init)

When I type:

   opam list

I see:

   base-bigarray  base  Bigarray library distributed with the OCaml compiler
   base-threads   base  Threads library distributed with the OCaml compiler
   base-unix      base  Unix library distributed with the OCaml compiler

I guess that this is wrong although I am not sure what did I do wrong.
To put it another way: how can I install, say, mikmatch via opam?

Any good advice is welcome.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-01-26 12:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-25 11:05 [Caml-list] what is the expected output of "opam list"? Matej Kosik
2014-01-25 11:45 ` Kakadu
2014-01-25 11:54   ` Matej Kosik
2014-01-25 18:41     ` Ashish Agarwal
2014-01-26 11:59       ` Thomas Gazagnaire

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).