(jbuild_version 1)

(library
 ((name        rope)
  (public_name rope)
  (flags      (:standard -safe-string))
  (libraries  (bytes))
  (synopsis  "Ropes (heavyweight strings)")))

