Codebase list coq / upstream/8.15.0+dfsg engine / dune
upstream/8.15.0+dfsg

Tree @upstream/8.15.0+dfsg (Download .tar.gz)

dune @upstream/8.15.0+dfsgraw · 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))