mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-13 09:33:41 +01:00
14 lines
170 B
Plaintext
14 lines
170 B
Plaintext
|
|
||
|
(library
|
||
|
(name top)
|
||
|
(public_name qcaml.top)
|
||
|
(synopsis
|
||
|
"Installs pretty printers for top-level."
|
||
|
)
|
||
|
(modes byte)
|
||
|
(libraries
|
||
|
compiler-libs.toplevel
|
||
|
qcaml
|
||
|
)
|
||
|
)
|