* [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
* Re: [Caml-list] what is the expected output of "opam list"? 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 0 siblings, 1 reply; 5+ messages in thread From: Kakadu @ 2014-01-25 11:45 UTC (permalink / raw) To: Matej Kosik; +Cc: Caml List Salut, opam list lists installed opam list -a lists all (available and installed) Kind regards, Kakadu On Sat, Jan 25, 2014 at 3:05 PM, Matej Kosik <5764c029b688c1c0d24a2e97cd764f@gmail.com> wrote: > 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. > > -- > Caml-list mailing list. Subscription management and archives: > https://sympa.inria.fr/sympa/arc/caml-list > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > Bug reports: http://caml.inria.fr/bin/caml-bugs ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Caml-list] what is the expected output of "opam list"? 2014-01-25 11:45 ` Kakadu @ 2014-01-25 11:54 ` Matej Kosik 2014-01-25 18:41 ` Ashish Agarwal 0 siblings, 1 reply; 5+ messages in thread From: Matej Kosik @ 2014-01-25 11:54 UTC (permalink / raw) To: Kakadu; +Cc: Caml List On 25/01/14 11:45, Kakadu wrote: > Salut, > > opam list lists installed > opam list -a lists all (available and installed) > > Kind regards, > Kakadu I see. Thanks. I got confused by this: http://opam.ocaml.org/doc/Basic_Usage.html where opam list is said to: List all available packages ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Caml-list] what is the expected output of "opam list"? 2014-01-25 11:54 ` Matej Kosik @ 2014-01-25 18:41 ` Ashish Agarwal 2014-01-26 11:59 ` Thomas Gazagnaire 0 siblings, 1 reply; 5+ messages in thread From: Ashish Agarwal @ 2014-01-25 18:41 UTC (permalink / raw) To: Matej Kosik; +Cc: Kakadu, Caml List [-- Attachment #1: Type: text/plain, Size: 316 bytes --] On Sat, Jan 25, 2014 at 6:54 AM, Matej Kosik < 5764c029b688c1c0d24a2e97cd764f@gmail.com> wrote: I got confused by this: > > http://opam.ocaml.org/doc/Basic_Usage.html > > where > > opam list > > is said to: > > List all available packages > That used to be the behavior, so the documentation is out of date. [-- Attachment #2: Type: text/html, Size: 791 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Caml-list] what is the expected output of "opam list"? 2014-01-25 18:41 ` Ashish Agarwal @ 2014-01-26 11:59 ` Thomas Gazagnaire 0 siblings, 0 replies; 5+ messages in thread From: Thomas Gazagnaire @ 2014-01-26 11:59 UTC (permalink / raw) To: Ashish Agarwal; +Cc: Matej Kosik, Kakadu, Caml List [-- Attachment #1: Type: text/plain, Size: 388 bytes --] > That used to be the behavior, so the documentation is out of date. Indeed and I've just fixed that error [1]. If you see any other issues in the docs, please feel free to correct them: you can simply edit the wik[2]i and the change will propagate to the website automatically. Thomas [1] https://github.com/ocaml/opam/wiki/Basic_Usage [2] https://github.com/ocaml/opam/wiki [-- Attachment #2: Type: text/html, Size: 940 bytes --] ^ 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