caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: "Hezekiah M. Carty" <hez@0ok.org>
To: OCaml <caml-list@inria.fr>
Subject: [Caml-list] [ANN] ocamlbrew
Date: Sat, 7 Jan 2012 23:11:23 -0500	[thread overview]
Message-ID: <CAMfPyLBqf9CQ=z0bFUqrrUb7T00mpYziAe3ciJtRfyUgK-Q8kA@mail.gmail.com> (raw)

I would like to announce ocamlbrew, a (very simple, very alpha) tool
for automating and managing builds of OCaml, findlib, and other
OCaml-related items under $HOME on Linux.  ocamlbrew takes it name and
a bit of wrapper code from perlbrew[1].  ocamlbrew provides a thin
bash wrapper around the standard OCaml + findlib build procedure,
taking advantage of odb[2] for further library and tool installations.

ocamlbrew currently lives on github:
https://github.com/hcarty/ocamlbrew

With one command[3] ocamlbrew can build OCaml, findlib, oasis, utop,
Batteries, and ocamlscript from source, plus get an easily source-able
file to set up your environment.  Everything will be built and
installed under $HOME/ocamlbrew by default.

ocamlbrew can also be used to build OCaml from any branch on the
official Subversion server.  At this time I recommend using the "-f"
ocamlbrew flag with builds coming from Subversion due to some
incompatibilities between OCaml development versions and oasis.  The
-f flag tells ocamlbrew to only install OCaml, findlib, and odb.ml,
skipping other tools and libraries.  This will hopefully provide a
simple way to test and provide feedback to the core OCaml development
team when new releases or experimental branches are ready for testing.

For more information, including ocamlbrew's requirements, see the
README.md file at the link above.

Enjoy!  Many thanks to Edgar/thelema and Adrien/adrien for taking the
time to test ocamlbrew and provide feedback as I was playing around
with the process.

Hez

[1] - http://search.cpan.org/~gugod/App-perlbrew/bin/perlbrew
[2] - https://github.com/thelema/odb
[3] - Well, one command and the availability of all non-OCaml build
prerequisites...

             reply	other threads:[~2012-01-08  4:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-08  4:11 Hezekiah M. Carty [this message]
2012-01-13  8:55 ` Philippe Veber
2012-01-14  0:36   ` Hezekiah M. Carty

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAMfPyLBqf9CQ=z0bFUqrrUb7T00mpYziAe3ciJtRfyUgK-Q8kA@mail.gmail.com' \
    --to=hez@0ok.org \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).