package ocaml-base-compiler
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Official release 4.10.2
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      4.10.2.tar.gz
    
    
        
    
  
  
  
    
  
        sha256=7aa26e0d70f36f0338df92cf5aaeb2704f3443bfe910a3d02a5dca9162f1d866
    
    
  doc/ocamlcommon/Main_args/index.html
Module Main_args
module type Common_options = sig ... endmodule type Core_options = sig ... endmodule type Compiler_options = sig ... endmodule type Toplevel_options = sig ... endmodule type Bytecomp_options = sig ... endmodule type Bytetop_options = sig ... endmodule type Optcommon_options = sig ... endmodule type Optcomp_options = sig ... endmodule type Opttop_options = sig ... endmodule type Ocamldoc_options = sig ... endmodule type Arg_list = sig ... endmodule Make_bytecomp_options (_ : Bytecomp_options) : Arg_listmodule Make_bytetop_options (_ : Bytetop_options) : Arg_listmodule Make_optcomp_options (_ : Optcomp_options) : Arg_listmodule Make_opttop_options (_ : Opttop_options) : Arg_listmodule Make_ocamldoc_options (_ : Ocamldoc_options) : Arg_listval options_with_command_line_syntax : 
  (string * Arg.spec * string) list ->
  string list ref ->
  (string * Arg.spec * string) listoptions_with_command_line_syntax options r returns options2 that behaves like options, but additionally pushes command line argument on r (quoted by Filename.quote when necessary). This is meant for ocamlc,optp, which use this to forward most of their arguments to ocamlc,opt.
module Default : sig ... end sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >