File: control

package info (click to toggle)
nrn-mod2c 0.9%2Bgit220919-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,224 kB
  • sloc: cpp: 11,513; ansic: 11,466; yacc: 1,478; lex: 214; sh: 38; perl: 33; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 877 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
Source: nrn-mod2c
Section: science
Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Matthias Klumpp <mak@debian.org>
Build-Depends: bison,
               cmake,
               debhelper-compat (= 13),
               flex
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/BlueBrain/mod2c
Vcs-Git: https://salsa.debian.org/science-team/nrn-mod2c.git
Vcs-Browser: https://salsa.debian.org/science-team/nrn-mod2c

Package: nrn-mod2c
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: NMODL to C converter for CoreNEURON
 MOD2C is NMODL to C adapted for CoreNEURON simulator.
 .
 NMODl is a description language to specify a model for a physical
 neuron in terms of simultaneous nonlinear algebraic equations,
 differential equations, or kinetic schemes.