this repo has no description
1opam-version: "2.0"
2maintainer: "Oliver Gu <gu.oliver@yahoo.com>"
3authors: [
4 "Oliver Gu <gu.oliver@yahoo.com>"
5 "Dominik Brugger <dominikbrugger@fastmail.fm>"
6]
7homepage: "https://bitbucket.org/ogu/libsvm-ocaml"
8bug-reports: "https://bitbucket.org/ogu/libsvm-ocaml/issues"
9license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
10tags: "clib:svm"
11dev-repo: "git+https://bitbucket.org/ogu/libsvm-ocaml.git"
12build: [
13 ["jbuilder" "build" "-p" name "-j" jobs]
14 ["jbuilder" "runtest" "-p" name "-j" jobs] {with-test}
15]
16depends: [
17 "ocaml" {>= "4.03.0"}
18 "base"
19 "stdio"
20 "lacaml"
21 "jbuilder" {>= "1.0+beta7"}
22 "conf-g++"
23]
24synopsis: "LIBSVM bindings for OCaml"
25description: """
26LIBSVM-OCaml is an OCaml library with bindings to the LIBSVM library,
27which is a library for Support Vector Machines. Support Vector
28Machines are used to create supervised learning models for
29classification and regression problems in machine learning."""
30url {
31 src:
32 "https://bitbucket.org/ogu/libsvm-ocaml/downloads/libsvm-ocaml-0.9.4.tar.gz"
33 checksum: [
34 "sha256=891ec109a25c2bc28b6e35faa039b8e022242ef2075df9b25c11d8d88a59203d"
35 "md5=481ed4d3e65418bfd533bd13cf0a623b"
36 ]
37}