opam-version: "2.0" build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ["dune" "build" "-p" name "@doc"] {with-doc} ] maintainer: ["Philippe Veber "] authors: [ "Dominik Brugger " "Oliver Gu " "Philippe Veber " ] bug-reports: "https://github.com/pveber/libsvm-ocaml/issues" homepage: "https://github.com/pveber/libsvm-ocaml" license: "LGPL-2.1-or-later WITH OCaml-LGPL-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" "dune" {>= "1.10"} "lacaml" {>= "10.0.0"} "ocaml" {>= "4.03.0" & < "5.0.0"} "stdio" "core_kernel" {with-test} ] url { src: "https://github.com/pveber/libsvm-ocaml/archive/0.10.0.tar.gz" checksum: [ "md5=14d78e69ec457e1516902370cc8d1783" "sha512=0b1e2ec5aff0c9f43504780b88cb1c18b42aa60ad6e00dacedf8ae44e7d5ec02305ee29fef837f190bfcdec8ff4c992a0bf6e67dc72875e4d20f8a9eba2672ef" ] }