File: control

package info (click to toggle)
ta-lib 0.6.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,684 kB
  • sloc: ansic: 87,070; xml: 6,420; python: 1,806; makefile: 302; sh: 151
file content (43 lines) | stat: -rw-r--r-- 1,684 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
Source: ta-lib
Section: libs
Priority: optional
Maintainer: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.7.2
Homepage: http://www.ta-lib.org/
Vcs-Browser: https://salsa.debian.org/alteholz/ta-lib
Vcs-Git: https://salsa.debian.org/alteholz/ta-lib.git
Rules-Requires-Root: no

Package: ta-lib-dev
Section: libdevel
Architecture: any
Depends: libta-lib0 (= ${binary:Version}), libc6-dev | libc-dev, ${misc:Depends}
Description: library for the technical analysis of financial market data - dev files
 TA-Lib is a set of libraries providing common functions for the technical
 analysis of financial market data. It contains over 130 TA indicators and
 offers candlestick pattern recognition.
 .
 This package contains the C header files and development libraries.

Package: libta-lib0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: library for the technical analysis of financial market data - runtime library
 TA-Lib is a set of libraries providing common functions for the technical
 analysis of financial market data. It contains over 130 TA indicators and
 offers candlestick pattern recognition.
 .
 This package contains the runtime library.

## does not work yet
#Package: ta-lib-tools
#Architecture: any
#Section: utils
#Depends: ${shlibs:Depends}, ${misc:Depends}
#Description: library for the technical analysis of financial market data - tools
# TA-Lib is a set of libraries providing common functions for the technical
# analysis of financial market data. It contains over 130 TA indicators and
# offers candlestick pattern recognition.
# .
# This package contains some tools for this library.