Browse thread
ocamlfind ocamlopt.opt?
[
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: | -- (:) |
| From: | Alexy Khrabrov <deliverable@g...> |
| Subject: | Re: [Caml-list] Re: ocamlfind ocamlopt.opt? |
On Mar 18, 2009, at 8:21 AM, Anil Madhavapeddy wrote: > I rather like MacPorts since it's easy to add a local override with > upgrades and so on (e.g. backporting the fix for fork+threads on > MacOS X). I've got my OCaml macports repo up at: > > http://github.com/avsm/darwinports/ > > with a bunch of fixes and upgrades. I'll be feeding these upstream > when I get a chance but you can use this repo to grab my latest bits. Anil -- this is awesome! This is exactly why source-based beats packaged -- it takes just a git push origin master to have a new port. So what do you do for the rest -- just get them from tarballs and install with findlib? I think the set should be self-contained in dependencies... Cheers, Alexy