Leonidas-from-XIV / slacko

A neat interface for Slack

Home Page:https://leonidas-from-xiv.github.io/slacko

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

opam: Does not deliver setup.ml nor does it have running oasis in opam build rules

eras opened this issue · comments

This results in opam pinned instance of slacko not building, because setup.ml does not exist.

Suggested fix: add oasis the the opam build rules and as a dependency to the package.

The reason why the opam file does not specify oasis is due the fact that I'd like to keep the releases oasis-free, since it only generates a setup.ml and has otherwise a long tail of dependencies.

There is no way to specify "development" dependencies, as with NPM, is there?