10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-07-04 18:35:50 +02:00
QCaml/operators/lib/dune

11 lines
283 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
2020-10-09 09:47:57 +02:00
(name operators)
2020-09-27 23:55:42 +02:00
(public_name qcaml.operators)
(libraries
str
qcaml.common
)
(synopsis "Parameterized operators"))