-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcontrol
More file actions
77 lines (72 loc) · 3.15 KB
/
control
File metadata and controls
77 lines (72 loc) · 3.15 KB
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
Source: spud
Maintainer: The ICOM team <patrick.farrell@imperial.ac.uk>
Uploaders: David Ham <david.ham@imperial.ac.uk>
Section: science
Priority: optional
Build-Depends: gfortran (>=4.2), g++ (>=4.2), python3-setuptools (>= 39), python3-pip, python3-all-dev , debhelper (>= 5.0.38), dh-python, texlive
Standards-Version: 3.8.0
X-Python3-Version: >= 3.6
Package: spud-diamond
Architecture: all
Depends: ${python3:Depends}, python3-gi, python3-lxml, libxml2-utils, python3, spudtools, python3-dxdiff, python3-future, ${misc:Depends}
Recommends:
Suggests:
Conflicts: python-diamond, diamond
Replaces: python-diamond
Provides: ${python:Provides}
X-Python-Version: ${python:Versions}
Description: Schema-driven interface for writing XML documents
Diamond is a dynamic schema-driven graphical user interface for writing
XML documents. The interface is automatically generated from a schema
written in RELAX NG describing an XML language. The interface is optimised
for configuring models for solving problems in computational mechanics,
though the technology is generic to any sort of XML document creation.
Package: libspud-dev
Architecture: any
Depends: ${shlibs:Depends}, spudtools, libtinyxml-dev, ${misc:Depends}
Recommends: spud-diamond
Section: libdevel
Suggests:
Description: Automatic options system for scientific models.
Spud is an automatic options system which reads an xml options file
into a dictionary for immediate access from within the model. The xml
file is generated using a spud-compatible RELAX NG schema and a
schema-aware editor such as Diamond.
Package: spudtools
Architecture: all
Depends: ${shlibs:Depends}, ${python3:Depends}, trang (>= 20091111-1), ${misc:Depends}
Recommends: spud-diamond
Conflicts: libspud-dev (<<1.0.6)
Replaces: libspud-dev (<<1.0.6)
Section: science
Suggests:
Description: Automatic options system for scientific models.
Spud is an automatic options system which reads an xml options file
into a dictionary for immediate access from within the model. The xml
file is generated using a spud-compatible RELAX NG schema and a
schema-aware editor such as Diamond. Spudtools contains the schema
for the spud base language and the spud-preprocess script for
converting schemas between the compact and xml syntaxes.
Package: python3-spud
Section: python
Conflicts: python-spud
Replaces: python-spud
Architecture: any
X-Python-Version: ${python:Versions}
Depends: libspud-dev (= ${binary:Version}), ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: Automatic options system for scientific models (python interface).
Spud is an automatic options system which reads an xml options file
into a dictionary for immediate access from within the model. The xml
file is generated using a spud-compatible RELAX NG schema and a
schema-aware editor such as Diamond. This package contains the Python
bindings for libspud.
Package: python3-dxdiff
Section: python
Conflicts: python-dxdiff
Replaces: python-dxdiff
Architecture: all
X-Python-Version: ${python:Versions}
Depends: ${python3:Depends}, ${misc:Depends}
Description: XML aware diff tool.
DXdiff (Diamond Xml diff) is an XML aware diff tool for finding edit scripts
between two XML files.