opam-version: "2.0"
build: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
  ["dune" "build" "-p" name "@doc"] {with-doc}
]
maintainer: ["Philippe Veber <philippe.veber@gmail.com>"]
authors: [
  "Dominik Brugger <dominikbrugger@fastmail.fm>"
  "Oliver Gu <gu.oliver@yahoo.com>"
  "Philippe Veber <philippe.veber@gmail.com>"
]
bug-reports: "https://github.com/pveber/libsvm-ocaml/issues"
homepage: "https://github.com/pveber/libsvm-ocaml"
license: "LGPL-2.1+ with OCaml linking exception"
dev-repo: "git+https://github.com/pveber/libsvm-ocaml.git"
synopsis: "LIBSVM bindings for OCaml"
description: """

LIBSVM bindings for OCaml

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.
"""
depends: [
  "base" {< "v0.15"}
  "dune" {>= "1.7"}
  "lacaml"
  "ocaml" {>= "4.03.0"}
  "stdio" {< "v0.15"}
  "core_kernel" {with-test & < "v0.15"}
]
url {
  src: "https://github.com/pveber/libsvm-ocaml/archive/0.10.0.tar.gz"
  checksum: [
    "md5=14d78e69ec457e1516902370cc8d1783"
    "sha512=0b1e2ec5aff0c9f43504780b88cb1c18b42aa60ad6e00dacedf8ae44e7d5ec02305ee29fef837f190bfcdec8ff4c992a0bf6e67dc72875e4d20f8a9eba2672ef"
  ]
}
