Quoting Sylvain LE GALL <[EMAIL PROTECTED]>: > As we have discussed on friday night : > - choose between putting META file either in stdlibdir/META.package > or stdlibdir/package/META ( we have choose the second one because it is > the default way of doint this with ocamlfind... )
Both solution should be allowed because both are allowed by findlib. For example, in the case of cameleon, all libraries are installed in the cameleon directory. Using the second solution means creating one directory per library, which will only contain a single file (META) which is very silly. Sylvain, I'm sure you realize that this is not very smart. ... > - define a way to ship documentation generated by package or mli > translation through ocamldoc : > - my idea : create an ocamldoc-base package containing a script able > to convert "ocamldoc.... -dump package.odoc" through "ocamldoc -load > package.odoc .... (-html|-man|... )" to html, manpages... > - zack idea : just use ocamldoc to generate html documentation in the > package. You seem to give solutions, but what is the problem? -- J?r?me Marant

