Solo5 hvt ABI and MFT1/ABI1 note format as wire codecs
0

Configure Feed

Select the types of activity you want to include in your feed.

ocaml-solo5 / lib / hvf / dune
261 B 13 lines
1(library 2 (name solo5_hvf) 3 (public_name solo5-hvf) 4 (enabled_if 5 (= %{system} macosx)) 6 (libraries solo5-tender fmt unix) 7 (foreign_stubs 8 (language c) 9 (names hvf_stubs) 10 (flags 11 (:standard -Wall -Wextra))) 12 (c_library_flags 13 (-framework Hypervisor)))