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
|
Source: haskell-snap-templates
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Clint Adams <clint@debian.org>
Priority: optional
Section: haskell
Rules-Requires-Root: no
Build-Depends: debhelper (>= 10),
haskell-devscripts (>= 0.13),
cdbs,
ghc (>= 8.4.3),
ghc-prof,
libghc-directory-tree-dev (>= 0.11),
libghc-directory-tree-dev (<< 0.13),
libghc-hashable-dev,
libghc-old-time-dev (>= 1.0),
libghc-old-time-dev (<< 1.2),
Standards-Version: 4.6.2
Homepage: http://snapframework.com/
X-Description: scaffolding CLI for the Snap Framework
This is the Scaffolding CLI for the official Snap Framework libraries.
It includes:
.
* The "snap-framework" executable program for generating starter projects
.
To get started, issue the following sequence of commands:
.
$ apt-get install snap-templates
$ mkdir myproject
$ cd myproject
$ snap-framework init
Package: snap-templates
Architecture: any
Depends: ${haskell:Depends},
${misc:Depends},
${shlibs:Depends},
Recommends:
libghc-snap-dev,
${haskell:Recommends},
Suggests: ${haskell:Suggests},
Conflicts: ${haskell:Conflicts},
Provides: ${haskell:Provides},
Breaks: libghc-snap-dev (<< 1.0.0.1-1)
Replaces: libghc-snap-dev (<< 1.0.0.1-1)
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
${haskell:Blurb}
|