opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/hardcaml_waveterm" bug-reports: "https://github.com/janestreet/hardcaml_waveterm/issues" dev-repo: "git+https://github.com/janestreet/hardcaml_waveterm.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/hardcaml_waveterm/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.14.0"} "base" {= "v0.17~preview.129.11+135"} "core_unix" {= "v0.17~preview.129.11+135"} "expect_test_helpers_core" {= "v0.17~preview.129.11+135"} "hardcaml" {= "v0.17~preview.129.11+135"} "notty_async" {= "v0.17~preview.129.11+135"} "ppx_jane" {= "v0.17~preview.129.11+135"} "stdio" {= "v0.17~preview.129.11+135"} "cryptokit" {>= "1.16" & < "1.17"} "dune" {>= "2.0.0"} "notty" {>= "0.2.1"} "num" "re" {>= "1.8.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "A terminal based digital waveform viewer for Hardcaml" 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. " conflicts: ["hardcaml-waveterm"] url { src: "https://github.com/janestreet/hardcaml_waveterm/archive/d92e040e5bbe1f346510a3c16bb4c020b3f3c4ee.tar.gz" checksum: "sha256=6b74880ab850c44cb0a505489c995439d4f9fbf8cecd7ce1b8e5e553f246b98e" } flags: deprecated post-messages: [ "IMPORTANT: The bleeding edge repository mirror on ocaml.janestreet.com is being deprecated in favor of our official GitHub repository." "To ensure you receive the latest packages and updates, please update your repository URL by running:" " opam repo set-url janestreet-bleeding https://github.com/janestreet/opam-repository.git" ]