ERROR: Unsatisfiable requirements detected for package Cpp [2859d429]

Hi,

I would like to use the package Cpp, but when I tried to add it via the package manager I got the following error. Does somebody know what I´m doing wrong?

First I tried julia Pkg.add("Cpp") and then I tried julia (v1.1) pkg> add Cpp@0.1.0 ```, but both commands are leading to the following error.

Resolving package versions…
ERROR: Unsatisfiable requirements detected for package Cpp [2859d429]:
Cpp [2859d429] log:
├─possible versions are: [0.0.1-0.0.5, 0.1.0] or uninstalled
├─restricted to versions 0.1.0 by an explicit requirement, leaving only versions 0.1.0
└─restricted by julia compatibility requirements to versions: uninstalled — no versions left

They key here is: restricted by julia compatibility which means that the package has no versions that support Julia 1.0.

Okay, thanks. I could not extract this information from the log. How I could do this?