copilot-libraries

Libraries for the Copilot language.

https://copilot-language.github.io

Version on this page:3.19.1
LTS Haskell 22.39:3.19.1
Stackage Nightly 2024-10-23:4.0
Latest on Hackage:4.0

See all snapshots copilot-libraries appears in

BSD-3-Clause licensed by Frank Dedden, Lee Pike, Robin Morisset, Alwyn Goodloe, Sebastian Niller, Nis Nordby Wegmann, Ivan Perez
Maintained by Ivan Perez
This version can be pinned in stack with:copilot-libraries-3.19.1@sha256:b338d66561f2f4460045d9a8e1f6ebfa6c392be74cabb43405dbebd8172fdd8a,2326
Used by 1 package in lts-22.28(full list with versions):

Build Status

Copilot: a stream DSL

User-supplied libraries for Copilot, including linear-temporal logic, fault-tolerant voting, regular expressions, etc.

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, 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-libraries 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.