ocaml-doc / doc-ock

(DEPRECATED) Documentation generation for OCaml
ISC License
15 stars 5 forks source link

Do not depend on assemblage, please #52

Closed samoht closed 8 years ago

samoht commented 8 years ago

Assemblage is not released, so this will make very difficult to release the project properly. Maybe include the generated Makefile directly?

lpw25 commented 8 years ago

Yeah that is what the no-assemblage branch is for -- although it is not at all up to date at the moment.

dbuenzli commented 8 years ago

Could this be tackled please.

lpw25 commented 8 years ago

It what way? Updating the no-assemblage branch, or switching to another build system?

I was just going to leave it as is until I get around to trying to release this library properly.

dbuenzli commented 8 years ago

It what way? Updating the no-assemblage branch, or switching to another build system?

Whatever. It would be nice if we can pin the repo without having to maintain a pin to a specific assemblage version.

lpw25 commented 8 years ago

I think that updating the no-assemblage branch would be sufficient for that. That assumes that opam can pin a specific branch in a repo.

dbuenzli commented 8 years ago

Does it really have to be that complicated ? Besides you will need to keep master and no-assemblage in sync or you will forget to do so and I will be annoying for us.

lpw25 commented 8 years ago

Yeah I suppose I can just commit the assemblage output in the master branch. I'll still need to keep things in sync but meh.

lpw25 commented 8 years ago

Should now be fixed

dbuenzli commented 8 years ago

Thanks !

dbuenzli commented 8 years ago

You forgot to update the opam file.

lpw25 commented 8 years ago

Fixed