mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
16 lines
354 B
Text
16 lines
354 B
Text
|
|
(executable
|
|
(name mkshims)
|
|
(modules mkshims)
|
|
(libraries dune.configurator))
|
|
|
|
(rule
|
|
(targets CCMonomorphicShims_.ml)
|
|
(deps ./mkshims.exe)
|
|
(action (with-stdout-to %{targets} (run ./mkshims.exe))))
|
|
|
|
(library
|
|
(name containers_monomorphic)
|
|
(public_name containers.monomorphic)
|
|
(modules CCMonomorphic CCMonomorphicShims_)
|
|
(wrapped false))
|