Given a jbuilder-based project hosted on Github, what’s the simplest and most effective way to release it on opam?
You can try to use opam publish
(need to opam install opam-publish
first).
3 Likes
Given a jbuilder-based project hosted on Github, what’s the simplest and most effective way to release it on opam?
You can try to use opam publish
(need to opam install opam-publish
first).