1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
|
Source: haskell-ogma-cli
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Scott Talbert <swt@techie.net>
Priority: optional
Section: haskell
Rules-Requires-Root: no
Build-Depends: debhelper (>= 10),
haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
cdbs,
ghc,
ghc-prof,
libbz2-dev,
libexpat-dev,
libghc-aeson-dev (>= 2.0.0.0),
libghc-aeson-dev (<< 2.3),
libghc-aeson-prof,
libghc-hunit-dev (>= 1.2.0.0),
libghc-hunit-dev (<< 1.7),
libghc-hunit-prof,
libghc-microstache-dev (>= 1.0),
libghc-microstache-dev (<< 1.1),
libghc-microstache-prof,
libghc-ogma-core-dev (>= 1.10.0),
libghc-ogma-core-dev (<< 1.11),
libghc-ogma-core-prof,
libghc-optparse-applicative-dev (>= 0.14),
libghc-optparse-applicative-dev (<< 0.20),
libghc-optparse-applicative-prof,
libghc-test-framework-dev (>= 0.8.2),
libghc-test-framework-dev (<< 0.9),
libghc-test-framework-prof,
libghc-test-framework-hunit-dev (>= 0.2.0),
libghc-test-framework-hunit-dev (<< 0.4),
libghc-test-framework-hunit-prof,
libzstd-dev,
Standards-Version: 4.7.0
Homepage: https://github.com/nasa/ogma
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-ogma-cli
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-ogma-cli]
X-Description: Helper tool to interoperate between Copilot and other languages
Ogma is a tool to facilitate the integration of safe runtime monitors into
other systems. Ogma extends
<https://github.com/Copilot-Language/copilot Copilot>, a high-level runtime
verification framework that generates hard real-time C99 code.
.
Some use cases supported by Ogma include:
.
- Translating requirements defined in structured natural
language into monitors in Copilot.
.
- Generating the glue code necessary to work with C
structs in Copilot.
.
- Generating
<https://cfs.gsfc.nasa.gov/ NASA Core Flight System>
applications that use Copilot for monitoring data
received from the message bus.
.
- Generating message handlers for NASA Core Flight System
applications to make external data in structs available
to a Copilot monitor.
.
- Generating
<https://ros.org Robot Operating System (ROS 2)>
applications that use Copilot for monitoring data
received from different topics.
.
- Generating
<https://github.com/nasa/fprime F'>
components that use Copilot for monitoring.
.
- Generating monitors from state diagrams specified using
a graphical notation.
Package: ogma
Architecture: any
Depends: ${haskell:Depends},
${misc:Depends},
${shlibs:Depends},
haskell-ogma-core-utils,
Recommends: ${haskell:Recommends}, libghc-copilot-dev
Suggests: ${haskell:Suggests},
Conflicts: ${haskell:Conflicts},
Provides: ${haskell:Provides},
haskell-ogma-cli-utils (= ${binary:Version})
Replaces: haskell-ogma-cli-utils (<< 1.7.0-2~)
Breaks: haskell-ogma-cli-utils (<< 1.7.0-2~)
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
${haskell:Blurb}
|