mte/unikernel/duniverse/dune_/vendor/notty/src-unix/dune

11 lines
198 B
Text
Raw Normal View History

2025-11-11 02:07:51 +01:00
(library
(synopsis "Notty Unix IO")
(name dune_notty_unix)
(wrapped false)
(foreign_stubs
(language c)
(names winsize))
(libraries dune_notty unix))
(include_subdirs unqualified)