Codebase list coq / lintian-fixes/main engine / dune
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

dune @lintian-fixes/mainraw · history · blame

1
2
3
4
5
6
7
8
(library
 (name engine)
 (synopsis "Coq's Tactic Engine")
 (public_name coq-core.engine)
 (wrapped false)
 ; until ocaml/dune#4892 fixed
 ; (private_modules univSubst)
 (libraries library))