mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-12-22 20:33:36 +01:00
15 lines
207 B
Plaintext
15 lines
207 B
Plaintext
|
|
(library
|
|
(name top)
|
|
(public_name qcaml.top)
|
|
(synopsis
|
|
"Installs pretty printers for top-level"
|
|
)
|
|
(modes byte)
|
|
(libraries
|
|
compiler-libs.toplevel
|
|
qcaml
|
|
)
|
|
(instrumentation (backend landmarks))
|
|
)
|