10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-07-17 00:20:23 +02:00
QCaml/top/lib/dune

14 lines
170 B
Plaintext
Raw Normal View History

2020-12-29 00:39:12 +01:00
(library
(name top)
(public_name qcaml.top)
(synopsis
"Installs pretty printers for top-level."
)
(modes byte)
(libraries
compiler-libs.toplevel
qcaml
)
)