mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-07 14:43:41 +01:00
11 lines
283 B
Plaintext
11 lines
283 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 operators)
|
|
(public_name qcaml.operators)
|
|
(libraries
|
|
str
|
|
qcaml.common
|
|
)
|
|
(synopsis "Parameterized operators"))
|