this repo has no description
1opam-version: "2.0" 2maintainer: "Jane Street developers" 3authors: ["Jane Street Group, LLC"] 4homepage: "https://github.com/janestreet/hardcaml_waveterm" 5bug-reports: "https://github.com/janestreet/hardcaml_waveterm/issues" 6dev-repo: "git+https://github.com/janestreet/hardcaml_waveterm.git" 7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/hardcaml_waveterm/index.html" 8license: "MIT" 9build: [ 10 ["dune" "build" "-p" name "-j" jobs] 11] 12depends: [ 13 "ocaml" {>= "4.08.0"} 14 "base" {>= "v0.13" & < "v0.14"} 15 "hardcaml" {>= "v0.13" & < "v0.14"} 16 "notty_async" {>= "v0.13" & < "v0.14"} 17 "ppx_jane" {>= "v0.13" & < "v0.14"} 18 "stdio" {>= "v0.13" & < "v0.14"} 19 "dune" {>= "1.5.1"} 20 "notty" {>= "0.2.1"} 21 "num" 22 "re" {>= "1.8.0"} 23] 24synopsis: "A terminal based digital waveform viewer for Hardcaml" 25description: " 26The hardcaml_waveterm library renders digital waveforms to unicode. Such 27waveforms can be used in expect tests or for debugging using the supplied 28interactive terminal application. 29 30The library is closely integrated with Hardcaml and can be easily attached 31to simulations. 32" 33conflicts: ["hardcaml-waveterm"] 34url { 35 src: 36 "https://ocaml.janestreet.com/ocaml-core/v0.13/files/hardcaml_waveterm-v0.13.0.tar.gz" 37 checksum: [ 38 "sha256=b0eb68ea3d7fe58794bc72e5f304981a4607ff6580becf03cdef948993698c12" 39 "md5=1ab0d447fc79c059f3fcbde6ff2dcd7d" 40 ] 41}