Browse thread
beta-test of OCaml 3.10.0
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2007-03-18 (07:57) |
From: | Peter Halacsy <peter@h...> |
Subject: | ocamlbuild and ocamlfind / was: [Caml-list] beta-test of OCaml 3.10.0 |
On Mar 17, 2007, at 6:54 PM, Nicolas Pouillard wrote: >> I only wonder how I can build a cmxa file from several ml files. >> Should I >> define a custom target or something like that? > > Just write a .mllib file with the contents of your library. > Thanks, it works. I was stupid, sorry for the question. Is there any support in official ocaml to install libraries? Or ocamlfind is the right tool? peter