Re: opam packaging
| Newsgroups | gmane.comp.lang.ocaml.beginners |
|---|---|
| Message-ID | <[email protected]> |
On 26.11.2015 22:32, Hendrik Boom [email protected] [ocaml_beginners] wrote: > > --cut > > (1) Where do I find the actual packages -- source and metadata in the > .opam directory? Presumably once I have this, it will be clearer hos to > proceed. I invite you to have a look at your opam/4.0?.? folder, the structure is quite simple and obvious. In the build/ folder you have the package sources and the html doc if you use OPAMKEEPBUILDDIR=yes OPAMBUILDDOC=yes in your environment. You can easily look at the packages and the compiler source (if opam-installed). I even have a simple script linking all index.html files to a single documentation index in opam/4.02.3. /Str.