mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-14 01:53:39 +01:00
11 lines
317 B
Plaintext
11 lines
317 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 linear_algebra)
|
|
(public_name qcaml.linear_algebra)
|
|
(libraries
|
|
qcaml.common
|
|
lacaml
|
|
)
|
|
(synopsis "Linear algebra utilities of QCaml libraries."))
|