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
|
Source: nmodl
Section: science
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Matthias Klumpp <mak@debian.org>
Build-Depends: bison,
bluebrain-hpc-coding-conventions,
catch2,
chrpath,
cmake,
debhelper-compat (= 13),
dh-sequence-python3,
flex,
libcli11-dev,
libeigen3-dev,
libfl-dev,
libfmt-dev,
libpython3-dev,
libspdlog-dev,
nlohmann-json3-dev,
pybind11-dev,
python3-jinja2,
python3-pkg-resources,
python3-pytest,
python3-sympy,
python3-yaml,
python3:any
Standards-Version: 4.7.2
Rules-Requires-Root: no
X-Python3-Version: >= 3.11
Homepage: https://github.com/BlueBrain/nmodl
Vcs-Git: https://salsa.debian.org/science-team/nmodl.git
Vcs-Browser: https://salsa.debian.org/science-team/nmodl
Package: nmodl
Architecture: any
Depends: python3-nmodl (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Code generation engine for the NEURON modeling language
The NMODL Framework is a code generation engine for the
NEURON MODeling Language (NMODL).
It is designed with modern compiler and code generation techniques to:
* Provide modular tools for parsing, analysing and transforming NMODL
* Provide easy to use, high level Python API
* Generate optimised code for modern compute architectures
including CPUs, GPUs
* Flexibility to implement new simulator backends
* Support the full NMODL specification
Package: python3-nmodl
Architecture: any
Section: python
Depends: python3-jinja2,
python3-pkg-resources,
python3-sympy,
python3-yaml,
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Recommends: nmodl
Description: Python support for the NEURON modeling language engine
The NMODL Framework is a code generation engine for the
NEURON MODeling Language (NMODL).
.
This package contains support for using nmodl from Python.
|