package hardcaml_waveterm
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  A terminal based digital waveform viewer for Hardcaml
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      hardcaml_waveterm-v0.15.0.tar.gz
    
    
        
    
  
  
  
    
  
        sha256=05c9aaa7e8bf3d834a10efb59d757d022adfff20eb371ac9558bb3927afc4bb4
    
    
  Description
The hardcaml_waveterm library renders digital waveforms to unicode. Such waveforms can be used in expect tests or for debugging using the supplied interactive terminal application.
The library is closely integrated with Hardcaml and can be easily attached to simulations.
Published: 21 Mar 2022
README
"A terminal based digital waveform viewer for Hardcaml"
The hardcaml_waveterm library renders digital waveforms to unicode. Such waveforms can be used in expect tests or for debugging using the supplied interactive terminal application.
The library is closely integrated with Hardcaml and can be easily attached to simulations.
Dependencies (13)
- 
  
    re
  
  
    >= "1.8.0"
- num
- 
  
    notty
  
  
    >= "0.2.1"
- 
  
    dune
  
  
    >= "2.0.0"
- 
  
    stdio
  
  
    >= "v0.15" & < "v0.16"
- 
  
    ppx_jane
  
  
    >= "v0.15" & < "v0.16"
- 
  
    ppx_deriving_hardcaml
  
  
    >= "v0.15" & < "v0.16"
- 
  
    notty_async
  
  
    >= "v0.15" & < "v0.16"
- 
  
    hardcaml
  
  
    >= "v0.15" & < "v0.16"
- 
  
    expect_test_helpers_core
  
  
    >= "v0.15" & < "v0.16"
- 
  
    core_unix
  
  
    >= "v0.15" & < "v0.16"
- 
  
    base
  
  
    >= "v0.15" & < "v0.16"
- 
  
    ocaml
  
  
    >= "4.08.0"
Dev Dependencies
None
Used by (1)
- 
  
    hardcaml_verify
  
  
    < "v0.16.0"
Conflicts (1)
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page