Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
From: "Nicolas Cannasse" <warplayer@free.fr>
To: "OCaml" <caml-list@inria.fr>
Subject: [Caml-list] OCamake Release
Date: Thu, 19 Sep 2002 15:07:30 +0200	[thread overview]
Message-ID: <003d01c25fdd$832cd600$a300a8c0@warp> (raw)

Hi list !

I'm pleased to announce the first release of OCamake.

OCamake is an automatic compiler for the OCaml language.
It can be used as :
- a standalone application which compile and link
- a Makefile generator from a given set of files

One of its better usage should be in education where teaching
how-to write a Makefile is sometimes painful ( for both students &
teacher ). Note that OCamake as also special features for integration under
MS Visual Studio.

Examples of usages:

ocamake *.ml *.mli -o myapp.exe
- will compile and link all the sources files in the current directory.

ocamake -clean *.ml *.mli -o myapp.exe
- will delete all the intermediate files produced by the compilation
process.

ocamake -mak *.ml *.mli -o myapp.exe
- will create a Makefile which can be user either by MAKE or NMAKE to
compile the project.

More informations are available in the HTML documentation of the
distribution, which is available at :
http://tech.motion-twin.com/ocamake

OCamake is distributed under the GPL.
I would like to thanks Lexifi for its support in this project.

Nicolas Cannasse

-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


             reply	other threads:[~2002-09-19 13:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-19 13:07 Nicolas Cannasse [this message]
2002-09-23  3:56 ` SooHyoung Oh

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='003d01c25fdd$832cd600$a300a8c0@warp' \
    --to=warplayer@free.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