Codebase list coq / upstream/8.10.2 engine / dune
upstream/8.10.2

Tree @upstream/8.10.2 (Download .tar.gz)

dune @upstream/8.10.2raw · history · blame

1
2
3
4
5
6
(library
 (name engine)
 (synopsis "Coq's Tactic Engine")
 (public_name coq.engine)
 (wrapped false)
 (libraries library))