caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: <sylvain.le-gall@polytechnique.org>
To: skaller <skaller@ozemail.com.au>
Cc: Nicolas Cannasse <warplayer@free.fr>,
	David Brown <caml-list@davidb.org>,
	Martin Jambon <martin_jambon@emailuser.net>,
	caml-list@inria.fr
Subject: Re: [Caml-list] Building large and portable projects
Date: Fri, 21 Nov 2003 20:04:47 +0100	[thread overview]
Message-ID: <20031121190447.GE1154@gallu.homelinux.org> (raw)
In-Reply-To: <1069431167.5426.45.camel@pelican>

Hello,

On Sat, Nov 22, 2003 at 03:12:48AM +1100, skaller wrote:
> On Fri, 2003-11-21 at 17:49, sylvain.le-gall@polytechnique.org wrote:
> > On Fri, Nov 21, 2003 at 02:48:17PM +0900, Nicolas Cannasse wrote:
> 
> > On the other hand the aim will be to have a self contained tools ( ie
> > when you write a makefile you use rm, cp, touch
> > .. here the aims will be
> > to have it in ocaml ). So you could build on every platform which
> > support ocaml.
> 
> The goal is impossible. For example, all my Ocaml
> source is literate programmed. You surely aren't
> going to rewrite Interscript in Ocaml are you?
> 

Ok i have read your mail but i need time to understand all what is lying
in it.

I don't want to reproduce make bugs... I just want to do something
simple where you can type :

let my_prog = {
	name : "my_prog";
	compile_target : [Opt;Byte];
	toplevel_files : [ "my_prog.ml" ;
	"something_ocamldep_dont_recognize_as_toplevel.ml" ];
	package : "all_my_life" ;
	target_tag : Binary; ( or Documentation or Custom of string )
	}

let _ =
	add_target my_prog

Ie, it is not makefile syntax.

But, i don't really have begin my project... So i can't already said
that i will use this or that...

Kind regard
Sylvain LE GALL

ps : if you are interested, i will contact you when i will consider
enough mature to begin with this huge task ( in fact, i have made a kind
of start with the findlib branch of cameleon, but i am not finished ).
	

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


  parent reply	other threads:[~2003-11-21 19:04 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-20 18:47 Martin Jambon
2003-11-20 19:56 ` sylvain.le-gall
2003-11-21  1:45   ` Nicolas Cannasse
2003-11-21  5:25     ` David Brown
2003-11-21  5:48       ` Nicolas Cannasse
2003-11-21  6:45         ` David Brown
2003-11-21  6:49         ` sylvain.le-gall
2003-11-21 16:12           ` skaller
2003-11-21 17:53             ` Eric Dahlman
2003-11-22 14:45               ` skaller
2003-11-21 19:04             ` sylvain.le-gall [this message]
2003-11-22 14:34               ` skaller
2003-11-22 18:50                 ` sylvain.le-gall
2003-11-22 14:32             ` Martin Berger
2003-11-22 14:55               ` skaller
2003-11-22 17:08             ` David Brown
2003-11-22 16:48               ` skaller
2003-11-23  3:25               ` Nicolas Cannasse
2003-11-23  4:29                 ` David Brown
2003-11-23 17:21                 ` skaller
2003-11-22 17:13             ` David Brown
2003-11-24 18:02             ` Ken Rose
2003-11-24 19:04               ` Christian Lindig
2003-11-21 16:32           ` Martin Jambon
2003-11-21 18:57             ` sylvain.le-gall
2003-11-21  9:14       ` Christian Lindig
2003-11-21  9:28 ` Richard Jones
2003-11-21 15:35 ` skaller
2003-11-21 17:05 ` Jason Hickey
2003-11-21 18:55   ` sylvain.le-gall
2003-11-21 19:30     ` [Caml-list] Omake [Was: Building large and portable projects] Aleksey Nogin
2003-11-21 20:39       ` Damien
2003-11-22  3:30         ` Aleksey Nogin
2003-11-21 23:48       ` sylvain.le-gall
2003-11-22  1:32         ` Nicolas Cannasse
2003-11-22  3:51         ` Aleksey Nogin
2003-11-28 16:29   ` [Caml-list] Building large and portable projects David Brown

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=20031121190447.GE1154@gallu.homelinux.org \
    --to=sylvain.le-gall@polytechnique.org \
    --cc=caml-list@davidb.org \
    --cc=caml-list@inria.fr \
    --cc=martin_jambon@emailuser.net \
    --cc=skaller@ozemail.com.au \
    --cc=warplayer@free.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).