mte/unikernel/duniverse/ppxlib/test/driver/standalone-supports-old-binary-ast/dune

21 lines
414 B
Text
Raw Normal View History

2025-11-11 02:07:51 +01:00
(executable
(name identity_standalone)
(libraries ppxlib)
(modules identity_standalone))
(executable
(name print_magic_number)
(libraries astlib)
(modules print_magic_number))
(cram
(package ppxlib)
(enabled_if
(or
(= %{system} linux)
(= %{system} linux_elf)
(= %{system} elf)
(= %{system} linux_eabihf)
(= %{system} linux_eabi)))
(deps identity_standalone.exe print_magic_number.exe))