File: control

package info (click to toggle)
nrn-iv 3.1%2Bgit20221204-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,620 kB
  • sloc: cpp: 102,217; ansic: 12,836; python: 147; csh: 108; makefile: 7
file content (33 lines) | stat: -rw-r--r-- 1,073 bytes parent folder | download
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
Source: nrn-iv
Section: science
Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Matthias Klumpp <mak@debian.org>
Build-Depends: cmake,
               debhelper-compat (= 13),
               libx11-dev,
               libxcomposite-dev,
               libxext-dev,
               zlib1g-dev
Build-Conflicts: ivtools-dev
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/neuronsimulator/iv
Vcs-Git: https://salsa.debian.org/science-team/nrn-iv.git
Vcs-Browser: https://salsa.debian.org/science-team/nrn-iv

Package: libinterviews-dev
Section: libdevel
Architecture: any
Depends: libx11-dev,
         libxcomposite-dev,
         libxext-dev,
         zlib1g-dev,
         ${misc:Depends}
Conflicts: ivtools-dev
Description: InterViews 3.1 for the NEURON simulator
 InterViews is a C++ GUI library from Stanford University
 and Silicon Graphics with a Motif look and feel.
 .
 It is used by the NEURON simulator for legacy UI support,
 and should not be used by newly written code.