caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Maxence Guesdon <maxence.guesdon@inria.fr>
To: caml-list@inria.fr
Subject: Caml-get 0.7
Date: Wed, 10 May 2006 15:46:04 +0200	[thread overview]
Message-ID: <20060510154604.7a1d8c3a@tintin.inria.fr> (raw)

Hello,

I'm glad to announce the release of Caml-get 0.7.

Caml-get is a tool to distribute and get Objective-Caml code in a way
similar to the apt-get utility. It is useful to distribute and reuse small
pieces of code rather than create (and depend on) a library for each of them.

More details on the Caml-get page:
  http://pauillac.inria.fr/~guesdon/camlget.en.html

Changes in 0.7:
- new architecture: there is now a Camlget library, used by the command
line tool. A Camlget_gui module allows to create graphical interfaces to
handle camlget repositories (client side).

- the command line tool now asks the user before upgrading a piece of code
and can display the differences between the current code and the new
version.

- a new ocamldoc generator, odoc_cgtest, is included. Using @cgtest tags in
ocamldoc comments, one can write ocaml expressions of type bool; the
odoc_cgtest generator gather these assertions in a single file which can
be run to perform tests (i.e. indicate which assertions fail). Odoc_htmlcg,
the included html generator, can handle these new tags to display the
assertions in the documentation. Here is an example of definition of
assertions:
(** [v1 << v2] returns true if version [v1] is strictly
inferior to version [v2] .
   @cgtest The following assertions hold:
- [[1;2] << [1;3]]
- [not ([1;2] << [1;2])]
- [let v = [ 1; 2 ; 3] and w = [ 1; 2] in w << v ]
*)
val (<<) : version -> version -> bool

- The plugin for cameleon has been improved.

Cheers,

-- 
Maxence Guesdon
http://yquem.inria.fr/~guesdon/
http://devel.inria.fr/rocq/


                 reply	other threads:[~2006-05-10 13:46 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20060510154604.7a1d8c3a@tintin.inria.fr \
    --to=maxence.guesdon@inria.fr \
    --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).