Hi all,
Quick question. Does UNO have a mechanism for handling package dependencies?
For example, suppose I really like Haskell and write a UNO package than provides Haskell bindings (btw, is this possible?). Then I proceed to write several neat and useful packages using Haskell. So all of these depend on the first package I wrote.
Is it possible to write the latter packages so OOo recognizes and respects this dependency?
No, currently that is not possible. There is the concept of having an XML description of a UNO component, detailing (among other things) what UNO services the component depends on. However, for one thing, this concept is not really implemented at the moment, and for another thing, it was only intended to specify dependencies on UNO services. But if you create a new UNO runtime environment for Haskell (which should be possible, for example using GHC's ccall) this would probably consist of more than just a bunch of UNO services.
-Stephan
Cheers, Daniel.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
