File: control

package info (click to toggle)
brian 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 18,216 kB
  • sloc: python: 49,547; cpp: 23,781; ansic: 5,182; makefile: 54
file content (67 lines) | stat: -rw-r--r-- 2,779 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
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
Source: brian
Section: python
Priority: extra
Maintainer: NeuroDebian Team <team@neuro.debian.net>
Uploaders: Yaroslav Halchenko <debian@onerussian.com>, Michael Hanke <michael.hanke@gmail.com>
Build-Depends: debhelper (>= 7.0.50~), python-all-dev (>= 2.5), python-support,
         python-matplotlib (>= 0.90.1),
         python-numpy (>= 1.3.0),
         python-scipy (>= 0.7.0),
         python-sympy,
         python-nose,
         python-sphinx, graphviz, texlive-latex-base, texlive-latex-extra, dvipng
Standards-Version: 3.9.2
Homepage: http://www.briansimulator.org/
Vcs-Browser: http://git.debian.org/?p=pkg-exppsy/brian.git
Vcs-Git: git://git.debian.org/git/pkg-exppsy/brian.git
XS-DM-Upload-Allowed: yes

Package: python-brian
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-brian-lib (>= ${source:Version}),
         python-matplotlib (>= 0.90.1),
         python-numpy (>= 1.3.0),
         python-scipy (>= 0.7.0)
Recommends:
         python-sympy
Suggests:
         python-brian-doc,
         python-nose,
         python-cherrypy
Description: simulator for spiking neural networks
 Brian is a clock-driven simulator for spiking neural networks. It is
 designed with an emphasis on flexibility and extensibility, for rapid
 development and refinement of neural models. Neuron models are
 specified by sets of user-specified differential equations, threshold
 conditions and reset conditions (given as strings). The focus is
 primarily on networks of single compartment neuron models (e.g. leaky
 integrate-and-fire or Hodgkin-Huxley type neurons). Features include:
  - a system for specifying quantities with physical dimensions
  - exact numerical integration for linear differential equations
  - Euler, Runge-Kutta and exponential Euler integration for nonlinear
    differential equations
  - synaptic connections with delays
  - short-term and long-term plasticity (spike-timing dependent plasticity)
  - a library of standard model components, including integrate-and-fire
    equations, synapses and ionic currents
  - a toolbox for automatically fitting spiking neuron models to
    electrophysiological recordings

Package: python-brian-lib
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: simulator for spiking neural networks -- extensions
 Brian is a clock-driven simulator for spiking neural networks.
 .
 This package provides Python binary extensions.

Package: python-brian-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, libjs-jquery
Suggests: python-brian
Description: simulator for spiking neural networks - documentation
 Brian is a clock-driven simulator for spiking neural networks.
 .
 This package provides user's manual (in HTML format), examples and
 demos.