Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
From: Edgar Friendly <thelema314@gmail.com>
To: "caml-list@inria.fr" <caml-list@inria.fr>
Subject: [Caml-list] odb.ml mailing list
Date: Mon, 28 May 2012 00:08:39 -0400	[thread overview]
Message-ID: <4FC2FA47.8000205@gmail.com> (raw)

Francois Berenger has been kind enough to set up a google group for 
users of odb.ml[1], a simple package installer for OCaml.  If you're 
using odb or would like some help with it, you can subscribe to the 
group at:
http://groups.google.com/group/odb-users

If you don't know what odb is, it could be compared to GODI, but is much 
simpler.  It doesn't bootstrap itself, and assumes OCaml and findlib are 
already installed.  It has no configuration and requires no 
installation, just download and run a single .ml file.  It integrates 
with an existing ocaml install and works nicely with non-root 
installations of OCaml.  It gets package metadata (where packages are 
located, dependencies, etc.) from oasis-db[2], from a local or remote 
package file [3] or, in the simplest case, by being given the URL (or 
path) to a tarball on the command line.  Package files can also be used 
as the instructions for what to install, for example, Jane Street Core 
library 108.00 (and all its dependencies) can be installed using the 
single command[4]:

ocaml odb.ml --package 
https://raw.github.com/thelema/odb/master/core.package

If you'd like your software to be installable with Odb, the easiest way 
is to use oasis to generate your build system and upload your package to 
oasis-db.  For legacy packages, OMake and autoconf/make are also 
supported under some assumptions[5] that usually hold.

If you have any questions or comments, the best place for them is now 
the google group, although you can find me as thelema on 
#ocaml@irc.freenode.net most of the time.

E.

[1] https://github.com/thelema/odb
[2] http://oasis.ocamlcore.org/dev/odb/ (ignore the scary alpha warnings 
on the site)
[3] https://github.com/thelema/odb/blob/master/packages
[4] Ok, not really, you have to either use --sudo or --have-perms to 
install in the system-wide findlib site-lib, or do one of the following 
two commands so that OCaml can find the c stubs:

1) echo $HOME/.odb/lib/stublibs | sudo tee -a `ocamlc -where`/ld.conf
2) export CAML_LD_LIBRARY_PATH=$HOME/.odb/lib/stublibs

[5] https://github.com/thelema/odb/blob/master/guidelines.md

             reply	other threads:[~2012-05-28  4:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-28  4:08 Edgar Friendly [this message]
2012-05-28 10:21 ` Daniel Bünzli

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=4FC2FA47.8000205@gmail.com \
    --to=thelema314@gmail.com \
    --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