File: control

package info (click to toggle)
xschem 2.8.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 5,600 kB
  • sloc: ansic: 33,337; awk: 3,472; sh: 2,607; tcl: 2,253; yacc: 280; makefile: 212; lex: 131
file content (24 lines) | stat: -rw-r--r-- 1,298 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: xschem
Section: electronics
Priority: optional
Maintainer: Debian Electronics Team <pkg-electronics-devel@lists.alioth.debian.org>
Uploaders: Bdale Garbee <bdale@gag.com>
Build-Depends: debhelper (>= 11), bison, flex, mawk, tcl-dev, tk-dev, libxpm-dev, libcairo2-dev, libx11-xcb-dev, libxrender-dev
Standards-Version: 4.1.3
Homepage: https://xschem.sourceforge.io/stefan/xschem.html
Vcs-Git: https://salsa.debian.org/electronics-team/xschem.git
Vcs-Browser: https://salsa.debian.org/electronics-team/xschem

Package: xschem
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: schematic capture program
 Xschem is a schematic capture program, it allows creation of hierarchical 
 representation of circuits with a top down approach. By focusing on 
 interfaces, hierarchy and instance properties a complex system can be 
 described in terms of simpler building blocks. A VHDL or Verilog or Spice 
 netlist can be generated from the drawn schematic, allowing the simulation 
 of the circuit. Key feature of the program is its drawing engine written in 
 C and using directly the Xlib drawing primitives; this gives very good speed 
 performance, even on very big circuits. The user interface is built with the 
 Tcl-Tk toolkit, tcl is also the extension language used.