caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: "Daniel Bünzli" <daniel.buenzli@erratique.ch>
To: caml list <caml-list@inria.fr>
Subject: Re: [Caml-list] Own OPAM repository
Date: Thu, 4 Jul 2013 15:13:26 +0100	[thread overview]
Message-ID: <1A0C2D8D32F444DEAE0C6C327E8608ED@erratique.ch> (raw)
In-Reply-To: <20130703140737.5b1ea85a@jakobro-VirtualBox>

Le mercredi, 3 juillet 2013 à 13:07, Robert Jakob a écrit :
> is there a description how a http based OPAM repository has to look
> like if I want to create my own?

I don't think so but it's very easy. Something along these lines should get you started:

    mkdir -p repo/packages

put your packages in the directory `repo/packages/`

    cd repo && opam-mk-repo

And then just make the `repo` directory available over http.

Best,

Daniel



  reply	other threads:[~2013-07-04 14:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-03 12:07 Robert Jakob
2013-07-04 14:13 ` Daniel Bünzli [this message]
2013-07-04 14:59   ` 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=1A0C2D8D32F444DEAE0C6C327E8608ED@erratique.ch \
    --to=daniel.buenzli@erratique.ch \
    --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).