package readline
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  OCaml bindings for GNU readline
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      download
    
    
        
    
  
  
  
    
  
  
    
  
        md5=c6276196dbe8b5a36392a0a7e55fa484
    
    
  sha512=c39a82a60535c4e31d2a2f50a1b6d3479d46c5f0f1404a86f7726a91df997578501a749fc9a8fac8488f73c55ea3eb0a5ad313deee06805421cd5727fea38c18
    
    
  doc/README.html
OCaml bindings for GNU Readline
This library allows to use GNU Readline in an OCaml project.
Documentaiton
The documentation is browsable online.
Example
A simple example of the usage of this library is included with the source code. It is a program which reads the input of the user using [readline], and writes the same text on its output. It also save the input history in the file ~/.readline-example_history, and loads it when starting.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page