copilot-visualizer: Visualizer for Copilot.

[ bsd3, embedded, language, library ] [ Propose Tags ] [ Report a vulnerability ]

Visualizer for Copilot.

Copilot is a stream (i.e., infinite lists) domain-specific language (DSL) in Haskell that compiles into embedded C. Copilot contains an interpreter, multiple back-end compilers, and other verification tools.

A tutorial, examples, and other information are available at https://copilot-language.github.io.


[Skip to Readme]

Modules

  • Copilot
    • Visualize
      • Copilot.Visualize.Live
      • Copilot.Visualize.Static

Flags

Manual Flags

NameDescriptionDefault
examples

Enable examples

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 4.5
Change log CHANGELOG
Dependencies aeson (>=2.0.0.0 && <2.3), base (>=4.9 && <5), copilot (>=4.5 && <4.6), copilot-core (>=4.5 && <4.6), copilot-interpreter (>=4.5 && <4.6), copilot-language (>=4.5 && <4.6), copilot-visualizer, filepath (>=1.4.2 && <1.6), hint (>=0.9.0 && <1.10), ogma-extra (>=1.6.0 && <1.7), pretty (>=1.0 && <1.2), text (>=1.2.3.1 && <2.2), websockets (>=0.12.7 && <0.14) [details]
License BSD-3-Clause
Author Ivan Perez, Frank Dedden, Ryan Scott, Kyle Beechly
Maintainer Ivan Perez <ivan.perezdominguez@nasa.gov>
Category Language, Embedded
Home page https://copilot-language.github.io
Bug tracker https://github.com/Copilot-Language/copilot/issues
Source repo head: git clone https://github.com/Copilot-Language/copilot.git(copilot-visualizer)
Uploaded by IvanPerez at 2025-07-08T08:18:50Z
Distributions
Executables tikz-example, gui-example
Downloads 2 total (2 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2025-07-08 [all 2 reports]

Readme for copilot-visualizer-4.5

[back to package description]

Build Status

Copilot: a stream DSL

The visualizer, which draws Copilot specifications using different graphical formats.

Copilot is a runtime verification framework written in Haskell. It allows the user to write programs in a simple but powerful way using a stream-based approach.

Programs can be interpreted for testing (with the library copilot-interpreter), or translated C99 code to be incorporated in a project, or as a standalone application. The C99 backend ensures us that the output is constant in memory and time, making it suitable for systems with hard realtime requirements.

Installation

Copilot-visualizer can be found on Hackage. It is typically only installed as part of the complete Copilot distribution. For installation instructions, please refer to the Copilot website.

Further information

For further information, install instructions and documentation, please visit the Copilot website: https://copilot-language.github.io

License

Copilot is distributed under the BSD-3-Clause license, which can be found here.