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-only WITH OCaml-LGPL-linking-exception License
    
    
    
    Edit opam file
    
    
    Versions (4)
Authors
Maintainers
Sources
  
    
      rope-0.6.2.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=514001a5f6a972205cc102924f1c863ad268ff74a31dd0e43b5deea081729b95
    
    
  md5=b1bd36276f4556af2b208b70b92011d5
    
    
  doc/CHANGES.html
0.6.2 2019-03-19
- Improve the structure of the documentation.
- Use dune to compile.
- Upgrade to OPAM 2.
0.6.1 2017-12-25
- Sync the license headers with LICENSE.md.
0.6 2017-11-17
- Enrich the library to have all functions of the Stringmodule.
- Add rope.topfindlib library so one can just do#require "rope.top";;in the toplevel (REPL).
- Compatible with -safe-stringand code improvements based on string immutability.
- Port to jbuilder.
- Fix all warnings.
- Clarify the license for files in bench/and fix FSF address.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page