package js_of_ocaml_patches
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Additions to js_of_ocaml's standard library that are required by Jane Street libraries.
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      v0.17.0.tar.gz
    
    
        
    
  
  
  
    
  
        sha256=9ffe60cd3f20f6f470037696662200cbb72cc3223bee63adf955ccd683b93627
    
    
  Description
Additions to js_of_ocaml's standard library that are required by Jane Street libraries. Most, if not everything in this library is intended to be upstreamed.
Published: 26 May 2024
README
Js_of_ocaml_patches
This is a library that contains some additions to the js_of_ocaml standard library. The purpose of this library is as a container for things we intend to upstream, but that the most recent upstream release has not yet reflected. Thus, the intention is that this library be pruned whenever there is a new js_of_ocaml release.
Dependencies (4)
- 
  
    js_of_ocaml-ppx
  
  
    >= "5.1.1" & < "5.7.0"
- 
  
    js_of_ocaml
  
  
    >= "5.1.1" & < "5.7.0"
- 
  
    dune
  
  
    >= "3.11.0"
- 
  
    ocaml
  
  
    >= "5.1.0"
Dev Dependencies
None
Used by (2)
- 
  
    virtual_dom
  
  
    >= "v0.17.0"
- virtual_dom_toplayer
Conflicts
None
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page