10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-06-28 16:12:06 +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
)
)