package ppx_jsobject_conv
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Ppx plugin for Typeconv to derive conversion from ocaml types to js objects to use with js_of_ocaml
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      v0.9.0.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=c3d2f7525716157d82e7d6e823b2e23a3412597e600cf5795a56b5bb036f0777
    
    
  md5=84c5da220a181b78faaa6064967c69fc
    
    
  Description
For types annotated with [@@deriving jsobject], plugin will generate pair of functions: of_jsobject/jsobject_of to convert from/to JavaScript objects. This allows one to use clean OCaml types to describe their logic, while having ability to easy go down to js types. Easy conversion from js objects to OCaml types means also, one can use fast native JSON.parse to convert JSON to OCaml types.
Plugin supports number of customizations.
Dependencies (4)
- 
  
    ppxlib
  
  
    >= "0.22.0" & < "0.26.0"
- 
  
    js_of_ocaml
  
  
    >= "3.8.0"
- 
  
    dune
  
  
    >= "2.7"
- 
  
    ocaml
  
  
    >= "4.10.0"
Dev Dependencies (2)
- 
  
    webtest-js
  
  
    with-test
- 
  
    webtest
  
  
    with-test
Used by
None
Conflicts
None
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page