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 92 93 94 95
|
Source: haskell-copilot
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Scott Talbert <swt@techie.net>
Priority: optional
Section: haskell
Build-Depends: debhelper (>= 10),
haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
cdbs,
ghc,
ghc-prof,
libghc-copilot-c99-dev (>= 4.3),
libghc-copilot-c99-dev (<< 4.4),
libghc-copilot-c99-prof,
libghc-copilot-core-dev (>= 4.3),
libghc-copilot-core-dev (<< 4.4),
libghc-copilot-core-prof,
libghc-copilot-language-dev (>= 4.3),
libghc-copilot-language-dev (<< 4.4),
libghc-copilot-language-prof,
libghc-copilot-libraries-dev (>= 4.3),
libghc-copilot-libraries-dev (<< 4.4),
libghc-copilot-libraries-prof,
libghc-copilot-prettyprinter-dev (>= 4.3),
libghc-copilot-prettyprinter-dev (<< 4.4),
libghc-copilot-prettyprinter-prof,
libghc-copilot-theorem-dev (>= 4.3),
libghc-copilot-theorem-dev (<< 4.4),
libghc-copilot-theorem-prof,
libghc-optparse-applicative-dev (>= 0.14),
libghc-optparse-applicative-dev (<< 0.19),
libghc-optparse-applicative-prof,
Build-Depends-Indep: ghc-doc,
libghc-copilot-c99-doc,
libghc-copilot-core-doc,
libghc-copilot-language-doc,
libghc-copilot-libraries-doc,
libghc-copilot-prettyprinter-doc,
libghc-copilot-theorem-doc,
libghc-optparse-applicative-doc,
Standards-Version: 4.7.0
Homepage: https://copilot-language.github.io
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-copilot
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-copilot]
X-Description: Stream DSL for writing embedded C programs.
Copilot is a stream-based runtime verification framework implemented as an
embedded domain-specific language (EDSL) in Haskell. Programs can be
interpreted for testing, or translated into C99 code to be incorporated in a
project, or as a standalone application. The C99 backend output is constant
in memory and time, making it suitable for systems with hard realtime
requirements.
.
This package is the main entry-point for using Copilot.
.
A tutorial, examples, and other information are available at
<https://copilot-language.github.io>.
Package: libghc-copilot-dev
Architecture: any
Depends: ${haskell:Depends},
${misc:Depends},
${shlibs:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Conflicts: ${haskell:Conflicts},
Provides: ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
${haskell:Blurb}
Package: libghc-copilot-prof
Architecture: any
Depends: ${haskell:Depends},
${misc:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Conflicts: ${haskell:Conflicts},
Provides: ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
${haskell:Blurb}
Package: libghc-copilot-doc
Architecture: all
Section: doc
Depends: ${haskell:Depends},
${misc:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Conflicts: ${haskell:Conflicts},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
${haskell:Blurb}
|