opam-version: "2.0" maintainer: "Oliver Gu " authors: [ "Oliver Gu " "Dominik Brugger " ] 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" "stdio" "lacaml" "jbuilder" {>= "1.0+beta7"} "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: [ "sha256=891ec109a25c2bc28b6e35faa039b8e022242ef2075df9b25c11d8d88a59203d" "md5=481ed4d3e65418bfd533bd13cf0a623b" ] }