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.19-0.3.1"}
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"
34x-commit-hash: "bc83ed202843b89c48cda811bfeb0ee4e772783b"
35url {
36 src:
37 "https://github.com/lehy/ocaml-sklearn/releases/download/v0.3.1/sklearn-v0.3.1.tbz"
38 checksum: [
39 "sha256=48809d88893a3f17d79f8e5acbd28126de919b8ced6d1f6856a61fd6bfae571d"
40 "sha512=9e1d01c42aed436163b1ce50bee141f40cb5bc943d5dd16d6eb21f1b53d613933533c70f28675e418a550cf44e0cd66d47496e462132769b05dec64bf3db560c"
41 ]
42}