opam-version: "2.0" maintainer: "gu.oliver@yahoo.com" authors: [ "Oliver Gu " "Dominik Brugger " ] homepage: "https://bitbucket.org/ogu/libsvm-ocaml" build: [ ["ocaml" "setup.ml" "-configure"] ["ocaml" "setup.ml" "-build"] ] remove: [["ocamlfind" "remove" "libsvm"]] depends: [ "ocaml" "ocamlfind" "core" {>= "108.08.00"} "lacaml" {< "8.0"} "gsl" "archimedes" "ocamlbuild" {build} ] conflicts: [ "sexplib" {>= "113.24.00"} ] install: ["ocaml" "setup.ml" "-install"] depexts: [ ["libsvm-dev"] {os-family = "debian"} ] 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.""" flags: light-uninstall url { src: "https://bitbucket.org/ogu/libsvm-ocaml/downloads/libsvm-ocaml-0.9.0.tar.gz" checksum: [ "sha256=080b08a55eb5607de89ced48d7b95fedac4f4cf84b5a2c0b490978c13f8e14c7" "md5=e58074180140dd6c1b9d75ba2d24824d" ] }