dbuenzli / topkg

The transitory OCaml software packager
http://erratique.ch/software/topkg
ISC License
69 stars 25 forks source link

Support for opam-publish v2.0.0 #133

Closed dbuenzli closed 5 years ago

dbuenzli commented 5 years ago

opam's dev decided to break the opam-publish workflow without notice. This prevents the current topkg from publishing anything to the OCaml opam-repository.

As far as I understand it's no longer possible to publish a directory with separate URIs and descr these have to be folded in the opam file and then this has to be opam-published.

So the code for generating the package description here has to be adapted aswell as the invocation of opam-publish here.