(jbuild_version 1)

(library
 ((name        rope_top)
  (public_name rope.top)
  (modes (byte))
  (synopsis  "Install toplevel (REPL) printers for Rope")
  (flags (
    :standard
    -w -9
    -safe-string -strict-sequence
    -principal -short-paths
  ))
  (libraries (compiler-libs.toplevel rope))))
