Git Product home page Git Product logo

coq-program-verification-template's People

Contributors

palmskog avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

coq-program-verification-template's Issues

`Make all` vs `dune build` approach

I'm a relatively new user in using both make and dune to manage by coq projects. With this program verification template it has enabled me to make use of the makefile setup to nicely maintain my library with make all generating the .vo, .vos, .vok files. My understanding is that .vo files generated from compiling is needed to if I want to call upon my library.

Here is my struggle, in my exploration of dune build to compile my .v files, only .vo files are generated and when I try to import my library (I use emacs) in another .v file, it says it is unable to locate library (also it seems that I need to prefix my original library name with the declared name in the dune file). It is also unclear how to map what I have in Makefile to its 'equivalent' in dune.

So my questions are:

  • how would a Makefile be mapped to dune and dune-project?
  • what is the difference in in the output when we run make all compared to dune build? It seems to be the output of the latter is a folder with many nested directories.
  • how do I resolve the error which says it is unable to locate the library?

Many thanks

Cache compcert

It seems like most of the CI time is spent on building the dependencies. Is there a way to tell the CI to cache the files for e.g. CompCert in this GitHub workflow setup, or would this require a docker image with CompCert precompiled?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.