Source: ocaml-rope Section: ocaml Priority: optional Maintainer: Debian OCaml Maintainers Uploaders: Andy Li Standards-Version: 4.3.0 Build-Depends: debhelper (>= 11), dh-ocaml, ocaml-nox, dune, opam, ocaml-findlib, libbenchmark-ocaml-dev, oasis Homepage: https://chris00.github.io/ocaml-rope/doc/rope/Rope/ Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-rope Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-rope.git Package: librope-ocaml Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${ocaml:Depends} Provides: ${ocaml:Provides} Recommends: ocaml-findlib Description: ropes ("heavyweight strings") for OCaml (Runtime library) Ropes are a scalable string implementation: they are designed for efficient operation that involve the string as a whole such as concatenation and substring. This library implements ropes for OCaml. It is rich enough to replace strings. Package: librope-ocaml-dev Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${ocaml:Depends} Provides: ${ocaml:Provides} Recommends: ocaml-findlib Description: ropes ("heavyweight strings") for OCaml (Development package) Ropes are a scalable string implementation: they are designed for efficient operation that involve the string as a whole such as concatenation and substring. This library implements ropes for OCaml. It is rich enough to replace strings. . This package contains the files that are necessary to compile OCaml code that uses the rope library.