miou-solo5/lib/dune

22 lines
429 B
Text
Raw Permalink Normal View History

2024-12-05 14:58:46 +00:00
(library
(name miou_solo5)
(public_name miou-solo5)
2024-12-07 15:04:56 +00:00
(modules miou_solo5)
(libraries jsonm logs miou)
2024-12-05 14:58:46 +00:00
(wrapped false)
(foreign_stubs
(language c)
(names stubs)))
2024-12-07 15:04:56 +00:00
(rule
(target miou_solo5.ml)
(deps miou_solo5.solo5.ml miou_solo5.default.ml)
(action
(copy miou_solo5.%{context_name}.ml %{target})))
2024-12-05 14:58:46 +00:00
(rule
(target stubs.c)
(deps stubs.solo5.c stubs.default.c)
(action
(copy stubs.%{context_name}.c %{target})))