package third_party.lib

module trex {
	source "trex.c"

	depends embox.mem.heap_api
	@NoRuntime depends embox.arch.libarch /* for setjmp */
	//@NoRuntime depends embox.compat.libc.stdio.all
	@NoRuntime depends embox.compat.libc.str
}
