10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2025-01-03 10:05:40 +01:00
QCaml/top/lib/dune
2024-09-05 14:48:58 +02:00

16 lines
216 B
Plaintext

(library
(name top)
(public_name qcaml.top)
(synopsis
"Installs pretty printers for top-level"
)
(modes byte)
(libraries
trexio
compiler-libs.toplevel
qcaml
)
(instrumentation (backend landmarks))
)