this repo has no description
1opam-version: "2.0"
2synopsis: "SciPy scientific computing library for OCaml"
3description: """
4These are OCaml bindings to the SciPy Python library.
5The SciPy library provides many
6user-friendly and efficient numerical routines, such as routines for
7numerical integration, interpolation, optimization, linear algebra,
8and statistics.
9"""
10maintainer: ["Ronan Le Hy <ronan.lehy@gmail.com>"]
11authors: ["Ronan Le Hy"]
12license: "BSD-3-Clause"
13homepage: "https://github.com/lehy/ocaml-sklearn"
14bug-reports: "https://github.com/lehy/ocaml-sklearn/issues"
15depends: [
16 "dune" {>= "2.4"}
17 "ocaml" {>= "4.07.1"}
18 "pyml" {>= "20200222"}
19 "np" {= "np1.18-0.3.0"}
20]
21build: [
22 [
23 "dune"
24 "build"
25 "-p"
26 name
27 "-j"
28 jobs
29 "@install"
30 "@doc" {with-doc}
31 ]
32]
33dev-repo: "git+https://github.com/lehy/ocaml-sklearn.git"
34url {
35 src: "https://github.com/lehy/ocaml-sklearn/archive/sp1.4-0.3.0.tar.gz"
36 checksum: [
37 "md5=8f8b3bf59ebe9b7ba291bc4fc51f5251"
38 "sha512=fa61e314737e34a701d8b3233b6a04d97bcb3be4f07dede27943e4cfaa054d9844b63ec10a85bbf955ffe87cc8a19fc8bf7e54dd6c3f169311b981ac587358a4"
39 ]
40}