-
I just added math-classes to Coq Platform (sorry for the long delay). In Coq Platform we have a so called "smoke test kit", which runs one or two example files from each package in order to test if th…
-
I have an odd issue: I have scripts which call opam install with a largish number of packages (~50) to leverage parallel install. Sometimes opam then wants to recompile a good fraction of the packages…
-
**esy version:** 0.6.10
**Operating System:** Ubuntu 18.04
**Issue:**
**Package.json**
```json
{
"name": "test",
"version": "1.0",
"esy": {
"build": []
},
"dependencies": {
"@…
-
The first lemma of Section 6.5:
```Coq
Lemma eqP (T : eqType) : Equality.axiom (@Equality.op T).
```
With custom defined `Equality` module in 6.4, it will fail with
```
T : eqType
The term "T…
-
@raoxiaojia and others, with @jeanpichon we are discussing how to host the work on certicoq-wasm with @womeier for posterity.
We're considering Coq community as, personally, I have very good experien…
-
In a local patch opam repo I did a mistake in setting the download hash (I used the wrong type). Opam did detect the error but installed the package anyway. Is this expected behavior?
```
[ERROR] …
-
When running `actions/checking` with `container: coqorg/coq:dev`, [I see](https://github.com/mit-plv/fiat-crypto/actions/runs/7320568634/job/19939855942#step:7:18)
```
/usr/bin/docker exec d2f4cc80…
-
I maintain a project called "Coq Platform" which is essentially a set of opam packages. I would like to drag the license information for the ReadMe from opam. Almost all packages do have a license fie…
-
[Coq Library of Undecidability Proofs](https://github.com/uds-psl/coq-library-undecidability) is a collection of definitions and results related to computability, not least the halting problem. For ex…
-
We need to set up actions to check that all files defined in src/ type checks with the version of the Coq platform of the branch.