opam-version: "2.0"
maintainer: "Oliver Gu <gu.oliver@yahoo.com>"
authors: [
  "Oliver Gu <gu.oliver@yahoo.com>"
  "Dominik Brugger <dominikbrugger@fastmail.fm>"
]
homepage: "https://bitbucket.org/ogu/libsvm-ocaml"
bug-reports: "https://bitbucket.org/ogu/libsvm-ocaml/issues"
license: "LGPL-2.1-or-later with OCaml-LGPL-linking-exception"
tags: "clib:svm"
dev-repo: "git+https://bitbucket.org/ogu/libsvm-ocaml.git"
build: [
  ["jbuilder" "build" "-p" name "-j" jobs]
  ["jbuilder" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
  "ocaml" {>= "4.03.0"}
  "base" {< "v0.15"}
  "stdio" {< "v0.15"}
  "lacaml"
  "jbuilder" {>= "1.0+beta2"}
  "conf-g++"
]
synopsis: "LIBSVM bindings for OCaml"
description: """
LIBSVM-OCaml is an OCaml library with bindings to the LIBSVM library,
which is a library for Support Vector Machines. Support Vector
Machines are used to create supervised learning models for
classification and regression problems in machine learning."""
url {
  src:
    "https://bitbucket.org/ogu/libsvm-ocaml/downloads/libsvm-ocaml-0.9.4.tar.gz"
  checksum: "md5=481ed4d3e65418bfd533bd13cf0a623b"
}
