package js_of_ocaml
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Compiler from OCaml bytecode to Javascript
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      js_of_ocaml-3.5.1.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=3a050eb9507058164431c8e1f1c86b3c61e30a5d0b0cf2c5f48b959b87eaade9
    
    
  sha512=0bbca03ac220f28adf060d4c2d8f726801bce80461aa73724a6c53b4979af919c820cc723b0a7e9bda93270cef5c0485aea942aa527010a3c386a13b7e2d4842
    
    
  doc/js_of_ocaml.deriving/Deriving_Json/index.html
Module Deriving_Json
Typesafe IO (based on the deriving library).
val make : 
  (Buffer.t -> 'a -> unit) ->
  (Deriving_Json_lexer.lexbuf -> 'a) ->
  'a tval read : 'a t -> Deriving_Json_lexer.lexbuf -> 'aval to_string : 'a t -> 'a -> stringto_string Json.t<ty> v marshal the v of type ty to a JSON string.
val from_string : 'a t -> string -> 'afrom_string Json.t<ty> s safely unmarshal the JSON s into an OCaml value of type ty. Throws Failure if the received value isn't the javascript representation of a value of type ty.
module type Json = sig ... endThe signature of the JSON class.
Deriver
module type Json_min = sig ... endmodule type Json_min' = sig ... endmodule type Json_min'' = sig ... endmodule Defaults'' (J : Json_min'') : Json with type a = J.amodule Json_int32 : Json with type a = int32module Json_int64 : Json with type a = int64module Json_nativeint : Json with type a = nativeintmodule Json_float : Json with type a = floatmodule Json_string : Json with type a = stringval read_list : 
  (Deriving_Json_lexer.lexbuf -> 'a) ->
  Deriving_Json_lexer.lexbuf ->
  'a listval read_ref : 
  (Deriving_Json_lexer.lexbuf -> 'a) ->
  Deriving_Json_lexer.lexbuf ->
  'a refval read_option : 
  (Deriving_Json_lexer.lexbuf -> 'a) ->
  Deriving_Json_lexer.lexbuf ->
  'a optionval read_array : 
  (Deriving_Json_lexer.lexbuf -> 'a) ->
  Deriving_Json_lexer.lexbuf ->
  'a array sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >