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.14.0"} 14 "base" {>= "v0.16" & < "v0.17"} 15 "core_unix" {>= "v0.16" & < "v0.17"} 16 "expect_test_helpers_core" {>= "v0.16" & < "v0.17"} 17 "hardcaml" {>= "v0.16" & < "v0.17"} 18 "notty_async" {>= "v0.16" & < "v0.17"} 19 "ppx_deriving_hardcaml" {>= "v0.16" & < "v0.17"} 20 "ppx_jane" {>= "v0.16" & < "v0.17"} 21 "stdio" {>= "v0.16" & < "v0.17"} 22 "dune" {>= "2.0.0"} 23 "notty" {>= "0.2.1"} 24 "num" 25 "re" {>= "1.8.0"} 26] 27synopsis: "A terminal based digital waveform viewer for Hardcaml" 28description: " 29The hardcaml_waveterm library renders digital waveforms to unicode. Such 30waveforms can be used in expect tests or for debugging using the supplied 31interactive terminal application. 32 33The library is closely integrated with Hardcaml and can be easily attached 34to simulations. 35" 36conflicts: ["hardcaml-waveterm"] 37url { 38src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/hardcaml_waveterm-v0.16.0.tar.gz" 39checksum: "sha256=20844546139ee69e8d328b75a54369b2c1db91d88e43f7ca9ccfc0cd855be828" 40}