blob: 90f36d8bfd5c772f204c099e45dc4bdeeda26603 (
plain)
1
2
3
4
5
6
7
|
(library
(name clib)
(synopsis "Coq's Utility Library [general purpose]")
(public_name coq-core.clib)
(wrapped false)
(modules_without_implementation cSig)
(libraries str unix threads))
|