10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-12-23 04:43:32 +01:00
QCaml/top/lib/dune

15 lines
207 B
Plaintext
Raw Normal View History

2020-12-29 00:39:12 +01:00
(library
(name top)
(public_name qcaml.top)
(synopsis
2024-06-20 15:38:37 +02:00
"Installs pretty printers for top-level"
2020-12-29 00:39:12 +01:00
)
(modes byte)
(libraries
2024-06-20 15:38:37 +02:00
compiler-libs.toplevel
2020-12-29 00:39:12 +01:00
qcaml
)
2024-06-20 15:38:37 +02:00
(instrumentation (backend landmarks))
2020-12-29 00:39:12 +01:00
)