Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Coq-Equations plugin dependency #4

Open
dgarbuzov opened this issue Sep 14, 2014 · 3 comments
Open

Remove Coq-Equations plugin dependency #4

dgarbuzov opened this issue Sep 14, 2014 · 3 comments

Comments

@dgarbuzov
Copy link
Contributor

Requiring the Coq-Equations plugin substantially complicates the build process by introducing a dependency on the version of OCaml and camlp4. It is also only used in a single file, the patched Values.v from compcert, and it's unclear why it's really necessary. It shouldn't be too difficult to remove.

@jeehoonkang
Copy link
Contributor

I agree with you in removing dependency to Coq-Equations, but in a slightly different reason. I would like to use ssreflect library developed by George Gonthier. However, ssreflect can be compiled only if Coq is compiled with camlp5. Thus I would like to remove dependency to camlp4, that also means removing dependency to Coq-Equations.

@catalin-hritcu
Copy link

Has there been any progress on removing this dependency? Wanted to have a quick look, but I've already wasted hours making the original SoftBound to compile ... out of time to kill for now.

@Zdancewic
Copy link
Contributor

Sorry, we haven't found the time to do that yet!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants