package third_party.lib

module linenoise {
	source "linenoise.c"

	@IncludeExport(path="lib")
	source "linenoise.h"

	//depends embox.compat.libc.all
	depends embox.compat.libc.stdio.open
	depends embox.compat.libc.stdio.file_ops

	depends embox.compat.libc.str_dup
	depends embox.mem.heap_api
	depends embox.compat.posix.index_descriptor
	depends embox.compat.posix.termios
	depends embox.kernel.task.resource.linenoise
	@NoRuntime depends embox.compat.posix.file_system
}
