Browse thread
[Caml-list] stdlib.cma
- Jonathan Roewen
[
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: | 2005-10-31 (23:26) |
From: | Jonathan Roewen <jonathan.roewen@g...> |
Subject: | [Caml-list] stdlib.cma |
Hi, Couple questions... 1) In a .cma, it packages both .cmi & .cmo into it right? 2) If I want to make a custom stdlib.cma implementation, that uses components from my OS, can I only include the .cmi files? And have another library that a) depends on stdlib.cma, and b) contains the .cmo files? For instance: making pervasives channels based on my VFS layer, not libc implementations. Jonathan