caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] OCamake Release
@ 2002-09-19 13:07 Nicolas Cannasse
  2002-09-23  3:56 ` SooHyoung Oh
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Cannasse @ 2002-09-19 13:07 UTC (permalink / raw)
  To: OCaml

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Caml-list] OCamake Release
  2002-09-19 13:07 [Caml-list] OCamake Release Nicolas Cannasse
@ 2002-09-23  3:56 ` SooHyoung Oh
  0 siblings, 0 replies; 2+ messages in thread
From: SooHyoung Oh @ 2002-09-23  3:56 UTC (permalink / raw)
  To: Nicolas Cannasse, OCaml

Thank you for your good application.

In -mak option, why don't you use TAB
instead of 4 space in the generated makefile?

----- Original Message -----
From: "Nicolas Cannasse" <warplayer@free.fr>
To: "OCaml" <caml-list@inria.fr>
Sent: Thursday, September 19, 2002 10:07 PM
Subject: [Caml-list] OCamake Release


> 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
>

-------------------
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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-09-23  3:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-19 13:07 [Caml-list] OCamake Release Nicolas Cannasse
2002-09-23  3:56 ` SooHyoung Oh

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).