Source: liblinear Section: libs Priority: optional Maintainer: Debian Science Maintainers Uploaders: Christian Kastner , Chen-Tse Tsai , Michael Hudson-Doyle , Build-Depends: debhelper-compat (= 13), libblas-dev Build-Depends-Indep: dh-python, python3-all Rules-Requires-Root: no Standards-Version: 4.6.0 Homepage: https://www.csie.ntu.edu.tw/~cjlin/liblinear/ Vcs-Git: https://salsa.debian.org/science-team/liblinear.git Vcs-Browser: https://salsa.debian.org/science-team/liblinear Package: liblinear-dev Section: libdevel Architecture: any Multi-Arch: same Depends: libblas-dev | libblas.so, liblinear5 (= ${binary:Version}), ${misc:Depends}, Description: Development libraries and header files for LIBLINEAR LIBLINEAR is a library for learning linear classifiers for large scale applications. It supports Support Vector Machines (SVM) with L2 and L1 loss, logistic regression, multi class classification and also Linear Programming Machines (L1-regularized SVMs). Its computational complexity scales linearly with the number of training examples making it one of the fastest SVM solvers around. . This package contains the header files and static libraries. Package: liblinear5 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} Suggests: liblinear-dev (= ${binary:Version}), liblinear-tools (= ${binary:Version}), Description: Library for Large Linear Classification LIBLINEAR is a library for learning linear classifiers for large scale applications. It supports Support Vector Machines (SVM) with L2 and L1 loss, logistic regression, multi class classification and also Linear Programming Machines (L1-regularized SVMs). Its computational complexity scales linearly with the number of training examples making it one of the fastest SVM solvers around. It also provides Python bindings. . This package contains the shared libraries. Package: liblinear-tools Section: science Architecture: any Multi-Arch: foreign Depends: liblinear5 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Suggests: libsvm-tools Description: Standalone applications for LIBLINEAR LIBLINEAR is a library for learning linear classifiers for large scale applications. It supports Support Vector Machines (SVM) with L2 and L1 loss, logistic regression, multi class classification and also Linear Programming Machines (L1-regularized SVMs). Its computational complexity scales linearly with the number of training examples making it one of the fastest SVM solvers around. It also provides Python bindings. . This package contains the standalone applications. Package: python3-liblinear Section: python Architecture: all Depends: liblinear5 (<< ${binary:Version}.1~), liblinear5 (>= ${binary:Version}), ${misc:Depends}, ${python3:Depends}, Description: Python 3 bindings for LIBLINEAR LIBLINEAR is a library for learning linear classifiers for large scale applications. It supports Support Vector Machines (SVM) with L2 and L1 loss, logistic regression, multi class classification and also Linear Programming Machines (L1-regularized SVMs). Its computational complexity scales linearly with the number of training examples making it one of the fastest SVM solvers around. It also provides Python bindings. . This package contains the Python 3 bindings.