File: CONTRIBUTE

package info (click to toggle)
gnucap-python 0.0.2-1.2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 2,668 kB
  • sloc: python: 7,873; sh: 4,384; cpp: 1,786; makefile: 249
file content (20 lines) | stat: -rw-r--r-- 795 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
Three types of contributions make sense at the current stage

- more interface files
  swig interface headers have the same name as the gnucap headers, except they
  start with an extra underscore and end with .i. look at what is there,
  _m_wave.i is a good example.

  some of the interface files are incomplete, feel free to send patches, but
  not without

- tests
  a test consists of a pair of files. one is the script (here: *.gc or *.py),
  the other is the expected output (append .ref to the filename)

- examples/documentation
  it is possible to implement simulation commands or components in python.
  these can be shared in contrib.

plase make sure to include your name with a submission. contributions can be
made through any reasonable channel and must be licensed under GPLv3.