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
|
Source: libsvm-ruby
Section: libs
Priority: optional
Maintainer: Rudi Cilibrasi <cilibrar@cilibrar.com>
Uploaders: @RUBY_EXTRAS_TEAM@
Build-Depends: debhelper (>= 4.0.0), libsvm-dev, libruby1.8, ruby1.8-dev, ruby1.8, pkg-config, autotools-dev, cdbs, ruby-pkg-tools
Standards-Version: 3.7.2
Package: libsvm-ruby1.8
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Ruby 1.8 binding to LIBSVM, a machine-learning Support Vector Machine
This is a Ruby binding for the popular and efficient LIBSVM learning package.
The LIBSVM library implements the SMO heuristic speedup for SVM training.
Ruby provides the ease of use and applied mathematics provides the speed in
this exciting scientific software.
Package: libsvm-ruby
Architecture: all
Depends: libsvm-ruby1.8
Description: Ruby bindings for LIBSVM library (dummy package)
This is a Ruby binding for the popular and efficient LIBSVM learning package.
The LIBSVM library implements the SMO heuristic speedup for SVM training.
Ruby provides the ease of use and applied mathematics provides the speed in
this exciting scientific software.
.
This is a dummy package depending on the library for the current default
version of Ruby.
|