Source: herisvm
Section: science
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
    debhelper-compat (= 13),
    mk-configure,
    ruby,
    bash,
    gawk
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/cheusov/herisvm
Vcs-Git: https://git.dgit.debian.org/herisvm
Vcs-Browser: https://browse.dgit.debian.org/herisvm.git/

Package: herisvm
Architecture: all
Depends:
    bash,
    ruby,
    gawk,
    ${misc:Depends},
    ${shlibs:Depends}
Description: machine learning tools for classification algorithms
 herisvm project is a collection of simple tools implementing
 evaluation algorithms for classification (machine learning).
 In particular, heri-eval implements N-fold cross-validation
 where training and testing is run in parallel.
