* [Caml-list] Installing Tuareg mode
@ 2013-08-24 16:41 Casey Basichis
2013-08-24 16:53 ` Philippe Wang
0 siblings, 1 reply; 3+ messages in thread
From: Casey Basichis @ 2013-08-24 16:41 UTC (permalink / raw)
To: OCaml Mailing List
[-- Attachment #1: Type: text/plain, Size: 5850 bytes --]
Hi,
I am having an awful time getting Tuareg mode installed.
I have three versions of Emacs installed and will use which ever works
first. Aquamacs, Emacs for Osx and the Emacs that is default in the
terminal.
I installed tuareg.el and ocamldebug.el in all of the following
/opt/local/share/emacs/site-lisp
/Users/caseybasichis/macports/share/emacs/site-lisp
/Applications/Emacs.app/Contents/Resources/site-lisp
/Users/caseybasichis/Library/Application Support/Aquamacs Emacs
/Users/caseybasichis/Library/Preferences/Aquamacs Emacs
I created a ~/.emacs file with one line:
(load "/opt/local/share/emacs/site-lisp/tuareg.el")
When I open up a simple test.ml file in any version of emacs with:
let x = 12;;
It always says (lisp) at the bottom and none of the Tuareg commands work.
Any idea how I can get this running?
Thanks,
Casey
When I run ocaml in the terminal i get:
OCaml version 4.00.1
Findlib has been successfully loaded. Additional directives:
#require "package";; to load a package
#list;; to list the available packages
#camlp4o;; to load camlp4 (standard syntax)
#camlp4r;; to load camlp4 (revised syntax)
#predicates "p,q,...";; to set these predicates
Topfind.reset();; to force that packages will be reloaded
#thread;; to enable threads
/Users/caseybasichis/.opam/4.00.1/lib/ocaml/dynlink.cma: loaded
/Users/caseybasichis/.opam/4.00.1/lib/ocaml/camlp4: added to search path
/Users/caseybasichis/.opam/4.00.1/lib/ocaml/camlp4/camlp4o.cma: loaded
/Users/caseybasichis/.opam/4.00.1/lib/ocaml/threads: added to search path
/Users/caseybasichis/.opam/4.00.1/lib/ocaml/unix.cma: loaded
/Users/caseybasichis/.opam/4.00.1/lib/ocaml/threads/threads.cma: loaded
/Users/caseybasichis/.opam/4.00.1/lib/ocaml/bigarray.cma: loaded
/Users/caseybasichis/.opam/4.00.1/lib/bin_prot: added to search path
/Users/caseybasichis/.opam/4.00.1/lib/bin_prot/bin_prot.cma: loaded
/Users/caseybasichis/.opam/4.00.1/lib/variantslib: added to search path
/Users/caseybasichis/.opam/4.00.1/lib/variantslib/variantslib.cma: loaded
/Users/caseybasichis/.opam/4.00.1/lib/ocaml/nums.cma: loaded
/Users/caseybasichis/.opam/4.00.1/lib/num-top: added to search path
/Users/caseybasichis/.opam/4.00.1/lib/num-top/num_top.cma: loaded
Camlp4 Parsing version 4.00.1
/Users/caseybasichis/.opam/4.00.1/lib/num: added to search path
/Users/caseybasichis/.opam/4.00.1/lib/sexplib: added to search path
/Users/caseybasichis/.opam/4.00.1/lib/sexplib/sexplib.cma: loaded
/Users/caseybasichis/.opam/4.00.1/lib/fieldslib: added to search path
/Users/caseybasichis/.opam/4.00.1/lib/fieldslib/fieldslib.cma: loaded
/Users/caseybasichis/.opam/4.00.1/lib/oUnit: added to search path
/Users/caseybasichis/.opam/4.00.1/lib/oUnit/oUnit.cma: loaded
/Users/caseybasichis/.opam/4.00.1/lib/pa_ounit: added to search path
/Users/caseybasichis/.opam/4.00.1/lib/pa_ounit/pa_ounit_lib.cma: loaded
/Users/caseybasichis/.opam/4.00.1/lib/res: added to search path
/Users/caseybasichis/.opam/4.00.1/lib/res/res.cma: loaded
/Users/caseybasichis/.opam/4.00.1/lib/core_kernel: added to search path
/Users/caseybasichis/.opam/4.00.1/lib/core_kernel/core_kernel.cma: loaded
/Users/caseybasichis/.opam/4.00.1/lib/core: added to search path
/Users/caseybasichis/.opam/4.00.1/lib/core/core.cma: loaded
/Users/caseybasichis/.opam/4.00.1/lib/core/core_top.cma: loaded
/Users/caseybasichis/.opam/4.00.1/lib/core/core_top.cma: loaded
/Users/caseybasichis/.opam/4.00.1/lib/type_conv: added to search path
/Users/caseybasichis/.opam/4.00.1/lib/type_conv/pa_type_conv.cma: loaded
/Users/caseybasichis/.opam/4.00.1/lib/sexplib/pa_sexp_conv.cma: loaded
/Users/caseybasichis/.opam/4.00.1/lib/fieldslib/pa_fields_conv.cma: loaded
/Users/caseybasichis/.opam/4.00.1/lib/variantslib/pa_variants_conv.cma:
loaded
/Users/caseybasichis/.opam/4.00.1/lib/comparelib: added to search path
/Users/caseybasichis/.opam/4.00.1/lib/comparelib/comparelib.cma: loaded
/Users/caseybasichis/.opam/4.00.1/lib/comparelib/pa_compare.cma: loaded
/Users/caseybasichis/.opam/4.00.1/lib/bin_prot/pa_bin_prot.cma: loaded
/Users/caseybasichis/.opam/4.00.1/lib/custom_printf: added to search path
/Users/caseybasichis/.opam/4.00.1/lib/custom_printf/pa_custom_printf.cma:
loaded
/Users/caseybasichis/.opam/4.00.1/lib/pa_pipebang: added to search path
/Users/caseybasichis/.opam/4.00.1/lib/pa_pipebang/pa_pipebang.cma: loaded
/Users/caseybasichis/.opam/4.00.1/lib/herelib: added to search path
/Users/caseybasichis/.opam/4.00.1/lib/herelib/pa_herelib.cma: loaded
/Users/caseybasichis/.opam/4.00.1/lib/pcre: added to search path
/Users/caseybasichis/.opam/4.00.1/lib/pcre/pcre.cma: loaded
/Users/caseybasichis/.opam/4.00.1/lib/textutils: added to search path
/Users/caseybasichis/.opam/4.00.1/lib/textutils/textutils.cma: loaded
/Users/caseybasichis/.opam/4.00.1/lib/custom_printf/custom_printf.cma:
loaded
/Users/caseybasichis/.opam/4.00.1/lib/core_extended: added to search path
/Users/caseybasichis/.opam/4.00.1/lib/core_extended/core_extended.cma:
loaded
/Users/caseybasichis/.opam/4.00.1/lib/herelib/herelib.cma: loaded
/Users/caseybasichis/.opam/4.00.1/lib/async_core: added to search path
/Users/caseybasichis/.opam/4.00.1/lib/async_core/async_core.cma: loaded
/Users/caseybasichis/.opam/4.00.1/lib/async_unix: added to search path
/Users/caseybasichis/.opam/4.00.1/lib/async_unix/async_unix.cma: loaded
/Users/caseybasichis/.opam/4.00.1/lib/async_extra: added to search path
/Users/caseybasichis/.opam/4.00.1/lib/async_extra/async_extra.cma: loaded
/Users/caseybasichis/.opam/4.00.1/lib/async: added to search path
/Users/caseybasichis/.opam/4.00.1/lib/async/async.cma: loaded
--
Casey James Basichis
Composer - Adventure Time - Cartoon Network
http://www.caseyjamesbasichis.com
caseybasichis@gmail.com
310.387.7540
[-- Attachment #2: Type: text/html, Size: 7307 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Caml-list] Installing Tuareg mode
2013-08-24 16:41 [Caml-list] Installing Tuareg mode Casey Basichis
@ 2013-08-24 16:53 ` Philippe Wang
2013-08-24 17:05 ` Casey Basichis
0 siblings, 1 reply; 3+ messages in thread
From: Philippe Wang @ 2013-08-24 16:53 UTC (permalink / raw)
To: Casey Basichis; +Cc: OCaml Mailing List
Hi,
I suggest you try this :
--------------
cat >> ~/.emacs <<EOF
(load "$HOME/.tuareg/tuareg-site-file.el")
EOF
svn checkout svn://svn.forge.ocamlcore.org/svn/tuareg/trunk $HOME/.tuareg
--------------
I believe this should work with Aquamacs, Emacs for OS X (based on
Emacs 24), Carbon Emacs (based on Emacs 22) and pre-installed Emacs
22.
If it doesn't work, please let me know.
Philippe
On Sat, Aug 24, 2013 at 6:41 PM, Casey Basichis <caseybasichis@gmail.com> wrote:
> Hi,
>
> I am having an awful time getting Tuareg mode installed.
>
> I have three versions of Emacs installed and will use which ever works
> first. Aquamacs, Emacs for Osx and the Emacs that is default in the
> terminal.
>
> I installed tuareg.el and ocamldebug.el in all of the following
> /opt/local/share/emacs/site-lisp
> /Users/caseybasichis/macports/share/emacs/site-lisp
> /Applications/Emacs.app/Contents/Resources/site-lisp
> /Users/caseybasichis/Library/Application Support/Aquamacs Emacs
> /Users/caseybasichis/Library/Preferences/Aquamacs Emacs
>
> I created a ~/.emacs file with one line:
> (load "/opt/local/share/emacs/site-lisp/tuareg.el")
>
> When I open up a simple test.ml file in any version of emacs with:
> let x = 12;;
>
> It always says (lisp) at the bottom and none of the Tuareg commands work.
>
> Any idea how I can get this running?
>
> Thanks,
> Casey
>
>
> When I run ocaml in the terminal i get:
> OCaml version 4.00.1
>
> Findlib has been successfully loaded. Additional directives:
> #require "package";; to load a package
> #list;; to list the available packages
> #camlp4o;; to load camlp4 (standard syntax)
> #camlp4r;; to load camlp4 (revised syntax)
> #predicates "p,q,...";; to set these predicates
> Topfind.reset();; to force that packages will be reloaded
> #thread;; to enable threads
>
> /Users/caseybasichis/.opam/4.00.1/lib/ocaml/dynlink.cma: loaded
> /Users/caseybasichis/.opam/4.00.1/lib/ocaml/camlp4: added to search path
> /Users/caseybasichis/.opam/4.00.1/lib/ocaml/camlp4/camlp4o.cma: loaded
> /Users/caseybasichis/.opam/4.00.1/lib/ocaml/threads: added to search path
> /Users/caseybasichis/.opam/4.00.1/lib/ocaml/unix.cma: loaded
> /Users/caseybasichis/.opam/4.00.1/lib/ocaml/threads/threads.cma: loaded
> /Users/caseybasichis/.opam/4.00.1/lib/ocaml/bigarray.cma: loaded
> /Users/caseybasichis/.opam/4.00.1/lib/bin_prot: added to search path
> /Users/caseybasichis/.opam/4.00.1/lib/bin_prot/bin_prot.cma: loaded
> /Users/caseybasichis/.opam/4.00.1/lib/variantslib: added to search path
> /Users/caseybasichis/.opam/4.00.1/lib/variantslib/variantslib.cma: loaded
> /Users/caseybasichis/.opam/4.00.1/lib/ocaml/nums.cma: loaded
> /Users/caseybasichis/.opam/4.00.1/lib/num-top: added to search path
> /Users/caseybasichis/.opam/4.00.1/lib/num-top/num_top.cma: loaded
> Camlp4 Parsing version 4.00.1
>
> /Users/caseybasichis/.opam/4.00.1/lib/num: added to search path
> /Users/caseybasichis/.opam/4.00.1/lib/sexplib: added to search path
> /Users/caseybasichis/.opam/4.00.1/lib/sexplib/sexplib.cma: loaded
> /Users/caseybasichis/.opam/4.00.1/lib/fieldslib: added to search path
> /Users/caseybasichis/.opam/4.00.1/lib/fieldslib/fieldslib.cma: loaded
> /Users/caseybasichis/.opam/4.00.1/lib/oUnit: added to search path
> /Users/caseybasichis/.opam/4.00.1/lib/oUnit/oUnit.cma: loaded
> /Users/caseybasichis/.opam/4.00.1/lib/pa_ounit: added to search path
> /Users/caseybasichis/.opam/4.00.1/lib/pa_ounit/pa_ounit_lib.cma: loaded
> /Users/caseybasichis/.opam/4.00.1/lib/res: added to search path
> /Users/caseybasichis/.opam/4.00.1/lib/res/res.cma: loaded
> /Users/caseybasichis/.opam/4.00.1/lib/core_kernel: added to search path
> /Users/caseybasichis/.opam/4.00.1/lib/core_kernel/core_kernel.cma: loaded
> /Users/caseybasichis/.opam/4.00.1/lib/core: added to search path
> /Users/caseybasichis/.opam/4.00.1/lib/core/core.cma: loaded
> /Users/caseybasichis/.opam/4.00.1/lib/core/core_top.cma: loaded
> /Users/caseybasichis/.opam/4.00.1/lib/core/core_top.cma: loaded
> /Users/caseybasichis/.opam/4.00.1/lib/type_conv: added to search path
> /Users/caseybasichis/.opam/4.00.1/lib/type_conv/pa_type_conv.cma: loaded
> /Users/caseybasichis/.opam/4.00.1/lib/sexplib/pa_sexp_conv.cma: loaded
> /Users/caseybasichis/.opam/4.00.1/lib/fieldslib/pa_fields_conv.cma: loaded
> /Users/caseybasichis/.opam/4.00.1/lib/variantslib/pa_variants_conv.cma:
> loaded
> /Users/caseybasichis/.opam/4.00.1/lib/comparelib: added to search path
> /Users/caseybasichis/.opam/4.00.1/lib/comparelib/comparelib.cma: loaded
> /Users/caseybasichis/.opam/4.00.1/lib/comparelib/pa_compare.cma: loaded
> /Users/caseybasichis/.opam/4.00.1/lib/bin_prot/pa_bin_prot.cma: loaded
> /Users/caseybasichis/.opam/4.00.1/lib/custom_printf: added to search path
> /Users/caseybasichis/.opam/4.00.1/lib/custom_printf/pa_custom_printf.cma:
> loaded
> /Users/caseybasichis/.opam/4.00.1/lib/pa_pipebang: added to search path
> /Users/caseybasichis/.opam/4.00.1/lib/pa_pipebang/pa_pipebang.cma: loaded
> /Users/caseybasichis/.opam/4.00.1/lib/herelib: added to search path
> /Users/caseybasichis/.opam/4.00.1/lib/herelib/pa_herelib.cma: loaded
> /Users/caseybasichis/.opam/4.00.1/lib/pcre: added to search path
> /Users/caseybasichis/.opam/4.00.1/lib/pcre/pcre.cma: loaded
> /Users/caseybasichis/.opam/4.00.1/lib/textutils: added to search path
> /Users/caseybasichis/.opam/4.00.1/lib/textutils/textutils.cma: loaded
> /Users/caseybasichis/.opam/4.00.1/lib/custom_printf/custom_printf.cma:
> loaded
> /Users/caseybasichis/.opam/4.00.1/lib/core_extended: added to search path
> /Users/caseybasichis/.opam/4.00.1/lib/core_extended/core_extended.cma:
> loaded
> /Users/caseybasichis/.opam/4.00.1/lib/herelib/herelib.cma: loaded
> /Users/caseybasichis/.opam/4.00.1/lib/async_core: added to search path
> /Users/caseybasichis/.opam/4.00.1/lib/async_core/async_core.cma: loaded
> /Users/caseybasichis/.opam/4.00.1/lib/async_unix: added to search path
> /Users/caseybasichis/.opam/4.00.1/lib/async_unix/async_unix.cma: loaded
> /Users/caseybasichis/.opam/4.00.1/lib/async_extra: added to search path
> /Users/caseybasichis/.opam/4.00.1/lib/async_extra/async_extra.cma: loaded
> /Users/caseybasichis/.opam/4.00.1/lib/async: added to search path
> /Users/caseybasichis/.opam/4.00.1/lib/async/async.cma: loaded
>
> --
> Casey James Basichis
> Composer - Adventure Time - Cartoon Network
> http://www.caseyjamesbasichis.com
> caseybasichis@gmail.com
> 310.387.7540
--
Philippe Wang
mail@philippewang.info
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Caml-list] Installing Tuareg mode
2013-08-24 16:53 ` Philippe Wang
@ 2013-08-24 17:05 ` Casey Basichis
0 siblings, 0 replies; 3+ messages in thread
From: Casey Basichis @ 2013-08-24 17:05 UTC (permalink / raw)
To: Philippe Wang; +Cc: OCaml Mailing List
[-- Attachment #1: Type: text/plain, Size: 7159 bytes --]
Hi Philippe,
Thank you very much. That worked perfectly.
Casey
On Sat, Aug 24, 2013 at 9:53 AM, Philippe Wang <mail@philippewang.info>wrote:
> Hi,
>
> I suggest you try this :
> --------------
> cat >> ~/.emacs <<EOF
> (load "$HOME/.tuareg/tuareg-site-file.el")
> EOF
> svn checkout svn://svn.forge.ocamlcore.org/svn/tuareg/trunk $HOME/.tuareg
> --------------
>
> I believe this should work with Aquamacs, Emacs for OS X (based on
> Emacs 24), Carbon Emacs (based on Emacs 22) and pre-installed Emacs
> 22.
>
> If it doesn't work, please let me know.
>
> Philippe
>
> On Sat, Aug 24, 2013 at 6:41 PM, Casey Basichis <caseybasichis@gmail.com>
> wrote:
> > Hi,
> >
> > I am having an awful time getting Tuareg mode installed.
> >
> > I have three versions of Emacs installed and will use which ever works
> > first. Aquamacs, Emacs for Osx and the Emacs that is default in the
> > terminal.
> >
> > I installed tuareg.el and ocamldebug.el in all of the following
> > /opt/local/share/emacs/site-lisp
> > /Users/caseybasichis/macports/share/emacs/site-lisp
> > /Applications/Emacs.app/Contents/Resources/site-lisp
> > /Users/caseybasichis/Library/Application Support/Aquamacs Emacs
> > /Users/caseybasichis/Library/Preferences/Aquamacs Emacs
> >
> > I created a ~/.emacs file with one line:
> > (load "/opt/local/share/emacs/site-lisp/tuareg.el")
> >
> > When I open up a simple test.ml file in any version of emacs with:
> > let x = 12;;
> >
> > It always says (lisp) at the bottom and none of the Tuareg commands work.
> >
> > Any idea how I can get this running?
> >
> > Thanks,
> > Casey
> >
> >
> > When I run ocaml in the terminal i get:
> > OCaml version 4.00.1
> >
> > Findlib has been successfully loaded. Additional directives:
> > #require "package";; to load a package
> > #list;; to list the available packages
> > #camlp4o;; to load camlp4 (standard syntax)
> > #camlp4r;; to load camlp4 (revised syntax)
> > #predicates "p,q,...";; to set these predicates
> > Topfind.reset();; to force that packages will be reloaded
> > #thread;; to enable threads
> >
> > /Users/caseybasichis/.opam/4.00.1/lib/ocaml/dynlink.cma: loaded
> > /Users/caseybasichis/.opam/4.00.1/lib/ocaml/camlp4: added to search path
> > /Users/caseybasichis/.opam/4.00.1/lib/ocaml/camlp4/camlp4o.cma: loaded
> > /Users/caseybasichis/.opam/4.00.1/lib/ocaml/threads: added to search path
> > /Users/caseybasichis/.opam/4.00.1/lib/ocaml/unix.cma: loaded
> > /Users/caseybasichis/.opam/4.00.1/lib/ocaml/threads/threads.cma: loaded
> > /Users/caseybasichis/.opam/4.00.1/lib/ocaml/bigarray.cma: loaded
> > /Users/caseybasichis/.opam/4.00.1/lib/bin_prot: added to search path
> > /Users/caseybasichis/.opam/4.00.1/lib/bin_prot/bin_prot.cma: loaded
> > /Users/caseybasichis/.opam/4.00.1/lib/variantslib: added to search path
> > /Users/caseybasichis/.opam/4.00.1/lib/variantslib/variantslib.cma: loaded
> > /Users/caseybasichis/.opam/4.00.1/lib/ocaml/nums.cma: loaded
> > /Users/caseybasichis/.opam/4.00.1/lib/num-top: added to search path
> > /Users/caseybasichis/.opam/4.00.1/lib/num-top/num_top.cma: loaded
> > Camlp4 Parsing version 4.00.1
> >
> > /Users/caseybasichis/.opam/4.00.1/lib/num: added to search path
> > /Users/caseybasichis/.opam/4.00.1/lib/sexplib: added to search path
> > /Users/caseybasichis/.opam/4.00.1/lib/sexplib/sexplib.cma: loaded
> > /Users/caseybasichis/.opam/4.00.1/lib/fieldslib: added to search path
> > /Users/caseybasichis/.opam/4.00.1/lib/fieldslib/fieldslib.cma: loaded
> > /Users/caseybasichis/.opam/4.00.1/lib/oUnit: added to search path
> > /Users/caseybasichis/.opam/4.00.1/lib/oUnit/oUnit.cma: loaded
> > /Users/caseybasichis/.opam/4.00.1/lib/pa_ounit: added to search path
> > /Users/caseybasichis/.opam/4.00.1/lib/pa_ounit/pa_ounit_lib.cma: loaded
> > /Users/caseybasichis/.opam/4.00.1/lib/res: added to search path
> > /Users/caseybasichis/.opam/4.00.1/lib/res/res.cma: loaded
> > /Users/caseybasichis/.opam/4.00.1/lib/core_kernel: added to search path
> > /Users/caseybasichis/.opam/4.00.1/lib/core_kernel/core_kernel.cma: loaded
> > /Users/caseybasichis/.opam/4.00.1/lib/core: added to search path
> > /Users/caseybasichis/.opam/4.00.1/lib/core/core.cma: loaded
> > /Users/caseybasichis/.opam/4.00.1/lib/core/core_top.cma: loaded
> > /Users/caseybasichis/.opam/4.00.1/lib/core/core_top.cma: loaded
> > /Users/caseybasichis/.opam/4.00.1/lib/type_conv: added to search path
> > /Users/caseybasichis/.opam/4.00.1/lib/type_conv/pa_type_conv.cma: loaded
> > /Users/caseybasichis/.opam/4.00.1/lib/sexplib/pa_sexp_conv.cma: loaded
> > /Users/caseybasichis/.opam/4.00.1/lib/fieldslib/pa_fields_conv.cma:
> loaded
> > /Users/caseybasichis/.opam/4.00.1/lib/variantslib/pa_variants_conv.cma:
> > loaded
> > /Users/caseybasichis/.opam/4.00.1/lib/comparelib: added to search path
> > /Users/caseybasichis/.opam/4.00.1/lib/comparelib/comparelib.cma: loaded
> > /Users/caseybasichis/.opam/4.00.1/lib/comparelib/pa_compare.cma: loaded
> > /Users/caseybasichis/.opam/4.00.1/lib/bin_prot/pa_bin_prot.cma: loaded
> > /Users/caseybasichis/.opam/4.00.1/lib/custom_printf: added to search path
> > /Users/caseybasichis/.opam/4.00.1/lib/custom_printf/pa_custom_printf.cma:
> > loaded
> > /Users/caseybasichis/.opam/4.00.1/lib/pa_pipebang: added to search path
> > /Users/caseybasichis/.opam/4.00.1/lib/pa_pipebang/pa_pipebang.cma: loaded
> > /Users/caseybasichis/.opam/4.00.1/lib/herelib: added to search path
> > /Users/caseybasichis/.opam/4.00.1/lib/herelib/pa_herelib.cma: loaded
> > /Users/caseybasichis/.opam/4.00.1/lib/pcre: added to search path
> > /Users/caseybasichis/.opam/4.00.1/lib/pcre/pcre.cma: loaded
> > /Users/caseybasichis/.opam/4.00.1/lib/textutils: added to search path
> > /Users/caseybasichis/.opam/4.00.1/lib/textutils/textutils.cma: loaded
> > /Users/caseybasichis/.opam/4.00.1/lib/custom_printf/custom_printf.cma:
> > loaded
> > /Users/caseybasichis/.opam/4.00.1/lib/core_extended: added to search path
> > /Users/caseybasichis/.opam/4.00.1/lib/core_extended/core_extended.cma:
> > loaded
> > /Users/caseybasichis/.opam/4.00.1/lib/herelib/herelib.cma: loaded
> > /Users/caseybasichis/.opam/4.00.1/lib/async_core: added to search path
> > /Users/caseybasichis/.opam/4.00.1/lib/async_core/async_core.cma: loaded
> > /Users/caseybasichis/.opam/4.00.1/lib/async_unix: added to search path
> > /Users/caseybasichis/.opam/4.00.1/lib/async_unix/async_unix.cma: loaded
> > /Users/caseybasichis/.opam/4.00.1/lib/async_extra: added to search path
> > /Users/caseybasichis/.opam/4.00.1/lib/async_extra/async_extra.cma: loaded
> > /Users/caseybasichis/.opam/4.00.1/lib/async: added to search path
> > /Users/caseybasichis/.opam/4.00.1/lib/async/async.cma: loaded
> >
> > --
> > Casey James Basichis
> > Composer - Adventure Time - Cartoon Network
> > http://www.caseyjamesbasichis.com
> > caseybasichis@gmail.com
> > 310.387.7540
>
>
>
> --
> Philippe Wang
> mail@philippewang.info
>
--
Casey James Basichis
Composer - Adventure Time - Cartoon Network
http://www.caseyjamesbasichis.com
caseybasichis@gmail.com
310.387.7540
[-- Attachment #2: Type: text/html, Size: 9015 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-08-24 17:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-24 16:41 [Caml-list] Installing Tuareg mode Casey Basichis
2013-08-24 16:53 ` Philippe Wang
2013-08-24 17:05 ` Casey Basichis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox