deriving icon indicating copy to clipboard operation
deriving copied to clipboard

How can this package be installed?

Open philtomson opened this issue 13 years ago • 4 comments

There doesn't seem to be any way to install deriving. No META file and no 'install' target in the Makefile.

philtomson avatar Jun 02 '11 16:06 philtomson

Also, let's say I want to use deriving in my own project, can you provide some examples in the README file showing how to compile my project that uses deriving?

I'm guessing it'll be something like: ocamlfind ocamlc -package deriving, deriving.syntax, camlp4 -linkpkg -o my_proj my_proj.ml

?

philtomson avatar Jun 02 '11 16:06 philtomson

It is true. The only way to do it at the moment is to manually copy the deriving binary to a bin directory.

It looks like Raphael Proust and Henri Gregoire have done considerable work on deriving:

https://github.com/hnrgrgr/deriving

including better installation support; you might try that instead or check with them about its status.

jaked avatar Jun 02 '11 16:06 jaked

Thanks. This is the problem with github, it's difficult to find the canonical version of the thing you're looking for.

Phil

On Thu, Jun 2, 2011 at 9:29 AM, jaked [email protected] wrote:

It is true. The only way to do it at the moment is to manually copy the deriving binary to a bin directory.

It looks like Raphael Proust and Henri Gregoire have done considerable work on deriving:

 https://github.com/hnrgrgr/deriving

including better installation support; you might try that instead or check with them about its status.

Reply to this email directly or view it on GitHub: https://github.com/jaked/deriving/issues/1#comment_1281667

philtomson avatar Jun 02 '11 16:06 philtomson

Well, my intention was to be maintainer for deriving, but I don't have the time. I will see if Raphael / Gregoire want to be maintainers.

jaked avatar Jun 02 '11 16:06 jaked