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: wml
Section: web
Priority: optional
Maintainer: Axel Beckert <abe@debian.org>
Standards-Version: 4.5.1
Build-Depends: cmake,
debhelper-compat (= 13),
eperl <!nocheck>,
freetable <!nocheck>,
libbit-vector-perl,
libclass-xsaccessor-perl,
libcarp-always-perl,
libcode-tidyall-perl <!nocheck>,
libfile-which-perl,
libgd-gd2-perl,
libhtml-clean-perl,
libimage-size-perl,
liblist-moreutils-perl,
libpath-tiny-perl,
libperl-critic-perl <!nocheck>,
libterm-readkey-perl,
linklint <!nocheck>,
lynx,
m4 <!nocheck>,
mp4h <!nocheck>,
perl (>= 5.14.0),
txt2html <!nocheck>,
weblint-perl <!nocheck>,
zlib1g-dev
Homepage: https://www.shlomifish.org/open-source/projects/website-meta-language/
Vcs-Browser: https://salsa.debian.org/debian/wml
Vcs-Git: https://salsa.debian.org/debian/wml.git
Rules-Requires-Root: no
Package: wml
Architecture: all
Depends: eperl (>= 2.2.14-2),
libclass-xsaccessor-perl,
libcarp-always-perl,
libfile-which-perl,
libimage-size-perl,
liblist-moreutils-perl,
libpath-tiny-perl,
libterm-readkey-perl,
m4 (>= 1.4-8),
mp4h (>= 1.1.1-1),
slice (>= 2.20),
${misc:Depends},
${perl:Depends}
Recommends: iselect (>= 1.2.0-2),
libgd-perl,
libhtml-clean-perl (>= 0.7-3),
linklint,
tidy (>= 19990415-1),
txt2html
Suggests: freetable,
imagemagick,
libwww-perl,
perl-tk,
shtool (>= 1.5.1-1),
tardy,
w3-recs,
weblint-perl
Description: off-line HTML generation toolkit
WML (Website META Language) is a free and extensible Webdesigner's
off-line HTML generation toolkit for Unix. WML consists of a control
frontend driving up to nine backends in a sequential pass-oriented
filtering scheme. Each backend provides one particular core language.
For maximum power WML additionally ships with a well-suited set of
include files which provide higher-level features build on top of the
backends core languages. While not trivial and idiot proof WML provides
most of the core features real hackers always wanted for HTML
generation.
.
iselect is needed for wmd, the WML Documentation browser. The
remaining recommended or suggested packages are needed by optional
passes or libraries.
Package: slice
Homepage: https://github.com/thewml/website-meta-language/tree/master/src/wml_backend/p9_slice#readme
Architecture: all
Depends: libbit-vector-perl,
libclass-xsaccessor-perl,
libpath-tiny-perl,
perl,
${misc:Depends},
${perl:Depends}
Breaks: wml (<< 2.28.0~ds1-2)
Replaces: wml (<< 2.28.0~ds1-2)
Description: Extract out pre-defined slices of an ASCII file
The slice program reads an input file and divide its prepared ASCII contents
into possibly overlapping slices. These slices are determined by enclosing
blocks which are defined by begin and end delimiters which have to be
already in the file. The final output gets calculated by a slice term
consisting of slice names, set theory operators and optional round brackets.
|