File: control

package info (click to toggle)
cwltool 1.0.20170114120503-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,368 kB
  • sloc: python: 4,573; makefile: 102; sh: 11
file content (43 lines) | stat: -rw-r--r-- 1,706 bytes parent folder | download | duplicates (2)
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
Source: cwltool
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Michael R. Crusoe <michael.crusoe@gmail.com>
Section: science
Priority: optional
Build-Depends: debhelper (>= 10),
               dh-python,
               python,
               python-all,
               python-setuptools,
               python-rdflib-jsonld,
               python-schema-salad,
               python-shellescape,
               python-html5lib,
               python-sparqlwrapper,
               python-keepalive,
               python-typing,
               python-ruamel.yaml (>=0.12.4),
               help2man
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/cwltool.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/cwltool.git
Homepage: http://www.commonwl.org
X-Python-Version: >= 2.7

Package: cwltool
Architecture: all
Depends: ${python:Depends},
         ${misc:Depends}
Description: Common workflow language reference implementation
 This is the reference implementation of the Common Workflow Language. It is
 intended to be feature complete and provide comprehensive validation of CWL
 files as well as provide other tools related to working with CWL.
 .
 This is written and tested for Python 2.7.
 .
 The reference implementation consists of two packages. The "cwltool" package
 is the primary Python module containing the reference implementation in the
 "cwltool" module and console executable by the same name.
 .
 The "cwl-runner" package is optional and provides an additional entry point
 under the alias "cwl-runner", which is the implementation-agnostic name for the
 default CWL interpreter installed on a host.