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
|
Source: cwlformat
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Sao I Kuan <saoikuan@gmail.com>,
Lance Lin <lqi254@protonmail.com>
Section: science
Testsuite: autopkgtest-pkg-pybuild
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-ruamel.yaml (>= 0.18.6),
python3-setuptools,
python3-pytest
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/cwlformat
Vcs-Git: https://salsa.debian.org/med-team/cwlformat.git
Homepage: https://github.com/rabix/cwl-format
Rules-Requires-Root: no
Package: cwlformat
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: code formatter for Common Workflow Language
CWL Format is a specification and a reference implementation
for a very opinionated CWL code formatter.
.
It outputs Common Workflow Language(CWL) in a standardized YAML
format. It has no settings or options because you have better
things to do with your time. And because CWL Format is always correct.
|