package asn1-combinators

  1. Overview
  2. Docs
module Writer = Asn_writer
module Bigarray = Bigarray_compat
module type Prim = sig ... end
module type Prim_s = sig ... end
val replicate_l : int -> (unit -> 'a) -> 'a list
val max_r_int : int
val random_int : unit -> int
val random_int_r : int -> int -> int
val random_size : int option -> int
val random_string : ?size:int -> chars:(int * int) -> unit -> string
module Int64 : sig ... end
module Boolean : Prim with type t = bool
module Null : Prim with type t = unit
module Integer : Prim with type t = Z.t
module Gen_string : Prim_s with type t = string
module Octets : Prim_s with type t = Cstruct.t
module Bits : sig ... end
module OID : sig ... end
module Time : sig ... end
OCaml

Innovation. Community. Security.