File: control

package info (click to toggle)
pymacs 0.22-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 992 kB
  • ctags: 337
  • sloc: python: 2,519; lisp: 460; makefile: 78; sh: 34
file content (26 lines) | stat: -rw-r--r-- 1,187 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
Source: pymacs
Section: python
Priority: optional
Maintainer: Alexandre Fayolle <afayolle@debian.org> 
Build-Depends: debhelper (>= 5.0.37.1), python (>=2.3.5-7), python-dev (>=2.3.5-7), python-central
Standards-Version: 3.7.2
XS-Python-Version: current

Package: pymacs
Architecture: all
XB-Python-Version: ${python:Versions}
Depends: ${python:Depends}, emacsen-common
Conflicts: pymacs-elisp, python2.1-pymacs, python2.2-pymacs, python2.3-pymacs, python-pymacs
Replaces: pymacs-elisp, python2.1-pymacs, python2.2-pymacs, python2.3-pymacs, python-pymacs
Provides: pymacs-elisp, python2.1-pymacs, python2.2-pymacs, python2.3-pymacs, python-pymacs
Description: interface between Emacs Lisp and Python
 Pymacs is a powerful tool which, once started from Emacs, allows
 both-way communication between Emacs Lisp and Python. Pymacs aims
 Python as an extension language for Emacs rather than the other way
 around, and this asymmetry is reflected in some design
 choices. Within Emacs Lisp code, one may load and use Python
 modules. Python functions may themselves use Emacs services, and
 handle Emacs Lisp objects kept in Emacs Lisp space.
 .
 Homepage: http://pymacs.progiciels-bpi.ca/