package rope
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Ropes (heavyweight strings)
Install
    
    dune-project
 Dependency
    
    
    
    github.com
    
    
    
    
    Readme
    
    
    
    
    Changelog
    
    
    
    
    LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception License
    
    
    
    Edit opam file
    
    
    Versions (4)
Authors
Maintainers
Sources
  
    
      rope-0.6.3.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=335e1f88ff410e2cf7584a0ca8026a65a5e4e0fa19f19d588ce93e17def3d396
    
    
  sha512=01b089920716dc0e8182fb746bc604f4315f79f5e8c448924000e7eb8c278f71d99e1736a422b0a3f293b01ee312b8b3176493583883c781d446f433c1557ea5
    
    
  doc/README.html
Rope
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).
Version 0.6.3
Installation
The easier way to install this library is to use opam:
opam install ropeTo compile the development version, you will need to install dune and then issue
dune build @installInstall with:
dune installTo run the tests, install the module Benchmark and do
dune runtestDocumentation
You can read the interface rope.mli in this repository or as HTML.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page