summaryrefslogtreecommitdiff
path: root/debian/control
blob: d95a0979e1c388fac726d7897de5f164b1fc4ca9 (plain)
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
68
69
70
71
Source: fuzzylite
Section: misc
Priority: optional
Maintainer: Johannes Schauer <josch@debian.org>
Standards-Version: 3.9.8
Homepage: http://www.fuzzylite.com/cpp/
Build-Depends: debhelper (>= 10), cmake, pkg-kde-tools
Vcs-Browser: https://browse.dgit.debian.org/fuzzylite.git/
Vcs-Git: https://git.dgit.debian.org/fuzzylite

Package: fuzzylite
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: fuzzy logic control binary
 fuzzylite is a fuzzy logic control library which allows one to easily
 create fuzzy logic controllers in a few steps utilizing object-oriented
 programming. It supports five controller types (Mamdani, Takagi-Sugeno,
 Larsen, Tsukamoto, Inverse Tsukamoto), 20 linguistic terms, five
 integral and two weighted defuzzifiers, six hedge types, three import
 types (FuzzyLite Language, Fuzzy Inference System and Fuzzy Control
 Language) and six export types (C++, Java, FuzzyLite Language, FuzzyLite
 Dataset, Fuzzy Inference System, Fuzzy Control Language). It comes
 bundled with more than thirty examples for Mamdani, Takagi-Sugeno and
 Tsukamoto controllers from fuzzylite, octave and matlab, each in all
 supported export formats.
 .
 This package contains the runtime binary


Package: libfuzzylite5.1v5
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Replaces: libfuzzylite5.1
Breaks: libfuzzylite5.1
Conflicts: libfuzzylite5.1
Description: fuzzy logic control shared library
 fuzzylite is a fuzzy logic control library which allows one to easily
 create fuzzy logic controllers in a few steps utilizing object-oriented
 programming. It supports five controller types (Mamdani, Takagi-Sugeno,
 Larsen, Tsukamoto, Inverse Tsukamoto), 20 linguistic terms, five
 integral and two weighted defuzzifiers, six hedge types, three import
 types (FuzzyLite Language, Fuzzy Inference System and Fuzzy Control
 Language) and six export types (C++, Java, FuzzyLite Language, FuzzyLite
 Dataset, Fuzzy Inference System, Fuzzy Control Language). It comes
 bundled with more than thirty examples for Mamdani, Takagi-Sugeno and
 Tsukamoto controllers from fuzzylite, octave and matlab, each in all
 supported export formats.
 .
 This package contains the shared library

Package: libfuzzylite-dev
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, libfuzzylite5.1v5 (= ${binary:Version})
Section: libdevel
Description: fuzzy logic control development headers
 fuzzylite is a fuzzy logic control library which allows one to easily
 create fuzzy logic controllers in a few steps utilizing object-oriented
 programming. It supports five controller types (Mamdani, Takagi-Sugeno,
 Larsen, Tsukamoto, Inverse Tsukamoto), 20 linguistic terms, five
 integral and two weighted defuzzifiers, six hedge types, three import
 types (FuzzyLite Language, Fuzzy Inference System and Fuzzy Control
 Language) and six export types (C++, Java, FuzzyLite Language, FuzzyLite
 Dataset, Fuzzy Inference System, Fuzzy Control Language). It comes
 bundled with more than thirty examples for Mamdani, Takagi-Sugeno and
 Tsukamoto controllers from fuzzylite, octave and matlab, each in all
 supported export formats.
 .
 This package contains the development headers