10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-12-22 20:33:36 +01:00
QCaml/top/lib/dune
2024-06-20 15:38:37 +02:00

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))
)