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-octez-v20.1.tag.bz2
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=ddfb5076eeb0b32ac21c1eed44e8fc86a6743ef18ab23fff02d36e365bb73d61
    
    
  sha512=d22a827df5146e0aa274df48bc2150b098177ff7e5eab52c6109e867eb0a1f0ec63e6bfbb0e3645a6c2112de3877c91a17df32ccbff301891ce4ba630c997a65
    
    
  doc/octez-proto-libs.protocol-environment/Tezos_protocol_environment/V1/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 encodingval conv : 
  ('a -> 'b) ->
  ('b -> 'a) ->
  ?schema:json_schema ->
  'b 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)"
  >