package hardcaml_waveterm

  1. Overview
  2. Docs
A terminal based digital waveform viewer for Hardcaml

Install

Dune Dependency

Authors

Maintainers

Sources

hardcaml_waveterm-v0.16.0.tar.gz
sha256=20844546139ee69e8d328b75a54369b2c1db91d88e43f7ca9ccfc0cd855be828

doc/hardcaml_waveterm.kernel/Hardcaml_waveterm_kernel/Expert/Waves/Config/index.html

Module Waves.ConfigSource

Sourcetype t = {
  1. mutable wave_width : Base.int;
  2. mutable wave_height : Base.int;
  3. mutable start_cycle : Base.int;
  4. mutable start_signal : Base.int;
  5. mutable wave_cursor : Base.int;
  6. mutable signal_cursor : Base.int;
  7. mutable signal_scroll : Base.int;
  8. mutable value_scroll : Base.int;
}
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval default : t
OCaml

Innovation. Community. Security.