4
1
mirror of https://github.com/pfloos/quack synced 2024-06-02 11:25:28 +02:00
quack/qcaml-tools/dune-project
2021-10-13 09:50:18 +02:00

23 lines
305 B
Plaintext

(lang dune 1.10)
(name quack-qcaml)
(maintainers
"Anthony Scemama <scemama@irsamc.ups-tlse.fr>"
)
(authors
"Anthony Scemama <scemama@irsamc.ups-tlse.fr>"
)
(package
(name quack-qcaml)
(synopsis "Quack tools using QCaml")
(depends
(ocaml (>= 4.10))
(dune (>= 1.10))
qcaml
)
)