(library
 (name fmt)
 (public_name fmt)
 (modules fmt)
 (flags :standard -w -3-6-27-34-50)
 (wrapped false))

(library
 (name fmt_tty)
 (public_name fmt.tty)
 (optional)
 (libraries unix fmt)
 (modules fmt_tty)
 (flags :standard -w -3-6-27)
 (wrapped false))

(library
 (name fmt_cli)
 (public_name fmt.cli)
 (optional)
 (libraries fmt cmdliner)
 (modules fmt_cli)
 (flags :standard -w -3-6-27)
 (wrapped false))

(library
 (name fmt_top)
 (public_name fmt.top)
 (libraries compiler-libs.toplevel fmt)
 (modules fmt_top)
 (wrapped false))
