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