mte/unikernel/duniverse/dune_/test/blackbox-tests/test-cases/coq/config-no-coqc.t
2025-11-11 02:07:51 +01:00
..
coq 2025-11-11 02:07:51 +01:00
ml 2025-11-11 02:07:51 +01:00
dune 2025-11-11 02:07:51 +01:00
dune-project 2025-11-11 02:07:51 +01:00
example-coq.opam 2025-11-11 02:07:51 +01:00
example-ocaml.opam 2025-11-11 02:07:51 +01:00
README.md 2025-11-11 02:07:51 +01:00
run.t 2025-11-11 02:07:51 +01:00

Sample dune-coq project

This is a simple dune build which has 2 projects:

  1. example-ocaml - simple pure OCaml library
  2. example-coq - simple OCaml library extracted from Coq

In addition to Coq to OCaml extraction, it also demonstrates a workaround for long-standing Coq issue and until it is fixed could be used as a template for dune projects using Coq extraction.