package owee

  1. Overview
  2. Docs
OCaml library to work with DWARF format

Install

Dune Dependency

Authors

Maintainers

Sources

owee-0.6.tbz
sha256=1b05d5e6de0661b0e21b0caf4325bc359a18be7e2a5e52e78d7df7d418f5c233
sha512=7ce0d29ef747a7d9c0da66aeccdd18d8e883d78a3c636966e287b2b3f114b300629afceac14b10e35c6edb70fc8d485047c51c08a06a06891bcc28836c947aca

doc/owee/Owee_graph/index.html

Module Owee_graphSource

Sourcetype style = unit
Sourcetype 'a label = {
  1. label_desc : 'a label_desc;
  2. label_target : 'a;
  3. label_style : style;
}
Sourceand 'a label_desc =
  1. | Text of string
  2. | KV of string * string
  3. | Record of 'a label list
Sourcetype node_id = int
Sourcetype node = {
  1. node_id : node_id;
  2. node_label : edge list label;
}
Sourceand edge = {
  1. edge_target : int;
  2. edge_label : node_id label;
}
Sourcemodule IntMap : sig ... end
Sourcetype graph = node IntMap.t
Sourcemodule Rewrite : sig ... end
OCaml

Innovation. Community. Security.