10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-06-30 00:44:18 +02:00
QCaml/linear_algebra/lib/dune
2020-09-26 12:02:53 +02:00

11 lines
323 B
Plaintext

; name = name of the supermodule that will wrap all source files as submodules
; public_name = name of the library for ocamlfind and opam
(library
(name qcaml_linear_algebra)
(public_name qcaml.linear_algebra)
(libraries
qcaml.common
lacaml
)
(synopsis "Linear algebra utilities of QCaml libraries."))