10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-06-24 14:12:07 +02:00
QCaml/top/lib/dune
2020-12-29 00:42:45 +01:00

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