package octez-proto-libs
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Octez protocol libraries
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      tezos-18.0.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=dbc3b675aee59c2c574e5d0a771193a2ecfca31e7a5bc5aed66598080596ce1c
    
    
  sha512=b97ed762b9d24744305c358af0d20f394376b64bfdd758dd4a81775326caf445caa57c4f6445da3dd6468ff492de18e4c14af6f374dfcbb7e4d64b7b720e5e2a
    
    
  doc/octez-proto-libs.protocol-environment/Tezos_protocol_environment/V4/Make/Data_encoding/index.html
Module Make.Data_encodingSource
type json = [ - | `O of (string * json) list
- | `Bool of bool
- | `Float of float
- | `A of json list
- | `Null
- | `String of string
 ]In memory JSON data
type 'a encoding = 'a tval classify : 'a encoding -> [ `Fixed of int | `Dynamic | `Variable ]val null : unit encodingval empty : unit encodingval unit : unit encodingval constant : string -> unit encodingval int8 : int encodingval uint8 : int encodingval int16 : int encodingval uint16 : int encodingval int31 : int encodingval int32 : int32 encodingval int64 : int64 encodingval bool : bool encodingval string : string encodingval bytes : bytes encodingval string_enum : (string * 'a) list -> 'a encodingmodule Fixed : sig ... endmodule Variable : sig ... endmodule Bounded : sig ... endval json_schema : json_schema encodingtype 'a matching_function = 'a -> match_resultval matched : ?tag_size:tag_size -> int -> 'a encoding -> 'a -> match_resultval matching : 
  ?tag_size:tag_size ->
  't matching_function ->
  't case list ->
  't encodingval conv : 
  ('a -> 'b) ->
  ('b -> 'a) ->
  ?schema:json_schema ->
  'b encoding ->
  'a encodingval conv_with_guard : 
  ('a -> 'b) ->
  ('b -> ('a, string) Pervasives.result) ->
  ?schema:json_schema ->
  'b encoding ->
  'a encodingval with_decoding_guard : 
  ('a -> (unit, string) Pervasives.result) ->
  'a encoding ->
  'a encodingval force_decode : 'a lazy_t -> 'a optionval force_bytes : 'a lazy_t -> bytesval apply_lazy : 
  fun_value:('a -> 'b) ->
  fun_bytes:(bytes -> 'b) ->
  fun_combine:('b -> 'b -> 'b) ->
  'a lazy_t ->
  'bmodule Json : sig ... endmodule Binary : sig ... end sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >