10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-06-30 00:44:18 +02:00
QCaml/operators/lib/dune

11 lines
289 B
Plaintext
Raw Normal View History

2020-09-27 23:55:42 +02:00
; 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_operators)
(public_name qcaml.operators)
(libraries
str
qcaml.common
)
(synopsis "Parameterized operators"))